A cropped image that has a single object that has been thresholded and converted to binary image. Is it best to use regionprops to find the area of that image or some other method?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Krispy Scripts
am 18 Aug. 2016
Beantwortet: Guillaume
am 18 Aug. 2016
A cropped image that has a single object that has been thresholded and converted to binary image. Is it best to use regionprops to find the area of that image or some other method?
0 Kommentare
Akzeptierte Antwort
Guillaume
am 18 Aug. 2016
If there is only one object in the binarised image, then sum(binaryimage) will be marginally faster than using regionprops.
It's hardly likely you'll notice the difference though.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!