Error using > Too many input arguments.
Mostra commenti meno recenti
Error using > Too many input arguments.
MeanI = find(( s.MeanIntensity>154) & (s.MeanIntensity <243 ) & (s.Perimeter>100) & (s.Area>500));
1 Commento
Stephen23
il 10 Ago 2016
Tell us what this prints:
size(s.MeanIntensity)
Risposte (1)
Walter Roberson
il 9 Ago 2016
MeanI = find(( [s.MeanIntensity]>154) & ([s.MeanIntensity] <243 ) & ([s.Perimeter]>100) & ([s.Area]>500));
1 Commento
Image Analyst
il 9 Ago 2016
Could be using bwpropfilt() though.
Categorie
Scopri di più su Image Filtering and Enhancement in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!