embedding image processing codes
Ältere Kommentare anzeigen
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
1 Kommentar
osman
am 3 Jun. 2012
Antworten (3)
Image Analyst
am 3 Jun. 2012
1 Stimme
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
am 3 Jun. 2012
1 Kommentar
Image Analyst
am 3 Jun. 2012
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.
osman
am 3 Jun. 2012
0 Stimmen
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!