Error using > Too many input arguments.
Ältere Kommentare anzeigen
Error using > Too many input arguments.
MeanI = find(( s.MeanIntensity>154) & (s.MeanIntensity <243 ) & (s.Perimeter>100) & (s.Area>500));
1 Kommentar
Stephen23
am 10 Aug. 2016
Tell us what this prints:
size(s.MeanIntensity)
Antworten (1)
Walter Roberson
am 9 Aug. 2016
MeanI = find(( [s.MeanIntensity]>154) & ([s.MeanIntensity] <243 ) & ([s.Perimeter]>100) & ([s.Area]>500));
1 Kommentar
Image Analyst
am 9 Aug. 2016
Could be using bwpropfilt() though.
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!