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 (최근 30일)
이전 댓글 표시
답변 (1개)
Image Analyst
2017년 6월 12일
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
Image Analyst
2017년 6월 13일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!