필터 지우기
필터 지우기

Shape analysis using regionprops()

조회 수: 5 (최근 30일)
MANI MANI
MANI MANI 2015년 6월 20일
답변: Image Analyst 2015년 6월 20일
image contains leaf vein structures. How regionprops() can be used for shape analysis? which features can be extracted from the vein structure? thank u

답변 (1개)

Image Analyst
Image Analyst 2015년 6월 20일
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

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by