embedding image processing codes
이전 댓글 표시
Hello, I am trying to get snapshot from webcam and to trace the boundary of the obje. I need to send this boundary coordinates to an other block. Can I reach my target , using trace boundary blockset ? Or should I embed the codes in matlab function blockset. By the way I am using : bwtraceboundary , getsnapshot,rgb2gray,graythresh ect. I tried to embed but it gived some error. " not supported in stand alone codes." Best Regards
답변 (3개)
Image Analyst
2012년 6월 3일
1 개 추천
Any reason why you're using bwtraceboundary, where you have to be absolutely sure you give it a starting point on the boundary to start from, rather than bwboundaries, which doesn't require that? Or even find() if all you want are coordinates and don't need connected sets of coordinates.
osman
2012년 6월 3일
댓글 수: 1
Image Analyst
2012년 6월 3일
Well I don't use Simulink but I use bwboundaries all the time so I know this is definitely not true: "I can use only bwboundaries command to get boundary coordinates of the object aquired by webcam" You can use it on any binary image no matter how you got it or created it.
카테고리
도움말 센터 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!