reason for this error??
Ältere Kommentare anzeigen
Plzz tell me what's wrong with this code?? I want to perform text filtering on my image and want to remove all the non-letter elements.. What else can i do to achieve this??
cc= bwconncomp(Bgmclose);
>> L=labelmatrix(cc);
>> props=regionprops(cc,'BoundingBox');
>> idx=([props.BoundingBox(3)]<0.5);
??? Field reference for multiple structure elements that is followed
by more reference blocks is an error.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Work with Components 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!