필터 지우기
필터 지우기

Using APP designer to communicate with the GIGE camera

조회 수: 5 (최근 30일)
Andy Zhao
Andy Zhao 2020년 7월 15일
댓글: LO 2020년 7월 15일
How to use matlab APP designer to communicate with the GIGE camera, control the camera to take pictures of the ring part, solve the inner diameter and outer diameter of the ring part in the code view, and display the inner diameter and outer diameter in the design view
Please suggest some suggestions or links to similar topics , thank you very much.

답변 (1개)

LO
LO 2020년 7월 15일
You can combine VideoReader function with image binarization and extract "blobs" of a desired frame at a time. From the blobs Matlab can calculate distances rather easily. One even easier way would be to use the function getpts(n) to select manually those points and calculate from them the params you want
  댓글 수: 2
Andy Zhao
Andy Zhao 2020년 7월 15일
Thanks very much, your suggestion gave me some ideas.
LO
LO 2020년 7월 15일
you are welcome :)

댓글을 달려면 로그인하십시오.

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by