Using APP designer to communicate with the GIGE camera

2 visualizaciones (últimos 30 días)
Andy Zhao
Andy Zhao el 15 de Jul. de 2020
Comentada: LO el 15 de Jul. de 2020
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.

Respuestas (1)

LO
LO el 15 de Jul. de 2020
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 comentarios
Andy Zhao
Andy Zhao el 15 de Jul. de 2020
Thanks very much, your suggestion gave me some ideas.
LO
LO el 15 de Jul. de 2020
you are welcome :)

Iniciar sesión para comentar.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by