Effacer les filtres
Effacer les filtres

Can Vision System Toolbox calculate the X-Y offset between reticle cross hairs, and the calculated center of a series of concentric rings (bullseye)? I would like to do this with streaming video; sampling rate only 2- 5 Hz, offset displayed on screen

1 vue (au cours des 30 derniers jours)

Réponses (1)

Image Analyst
Image Analyst le 12 Juin 2017
Yes, it can, with the proper programming. Good luck.
Get rid of the cross hairs with morphology. Then use regionprops() to get the circle centroids. Then get the cross hairs alone, from the first two images, and use polyfit() to find the two lines and where they cross. I don't have code ready in hand to do that, but you can do it because you're a talented engineer, and it's not that hard.
  2 commentaires
M G
M G le 12 Juin 2017
Thanks- and this can be done with streaming video?
Image Analyst
Image Analyst le 13 Juin 2017
I don't know. If you can somehow grab a frame from it, like you're using getsnapshot() from the Image Acquisition Toolbox, then yes. If you're trying to do it from some kind of web site, like YouTube.com, then I don't know - it depends if you can somehow figure out how to pull a frame from it so that you can analyze it.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by