Using APP designer to communicate with the GIGE camera

4 vues (au cours des 30 derniers jours)
Andy Zhao
Andy Zhao le 15 Juil 2020
Commenté : LO le 15 Juil 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.

Réponses (1)

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

Connectez-vous pour commenter.

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by