Shape analysis using regionprops()
Ältere Kommentare anzeigen
image contains leaf vein structures. How regionprops() can be used for shape analysis? which features can be extracted from the vein structure? thank u
Antworten (1)
Image Analyst
am 20 Jun. 2015
0 Stimmen
regionprops() lists what it can measure in the "operations" list. It can measure things like area, perimeter, etc. You might also want to consider bwmorph() which can measure things like number of branchpoints or endpoints.
My File Exchange has an image segmentation tutorial that shows you how to use regionprops(). http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Kategorien
Mehr zu Region and Image Properties 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!