How feature extraction is possible other than regionprops?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have segmented a X-ray image using active contour model, I have to calculate features like area,radius,perimeter, I want to extract without using region props.How it is possible? If regionprops is applied on this image it gives errors.
댓글 수: 0
답변 (1개)
Image Analyst
2014년 5월 20일
So you want to rewrite regionprops on your own rather than just fix why it's not working? Why not just fix it? Where is your binary image? What are those red lines? Why are the lines connecting the different regions?
댓글 수: 2
Image Analyst
2014년 5월 20일
Jhilam's "Answer" moved here:
Yes, I want to calculate all the values that can be calculated using regionprops. The image is a segmented image,obtained by implementing active contour model or snake. The red line indicates the contour line of each segmented region.But for further work I have to calculated all features like area,perimeter,mean intensity,aspect ratio,moments,eccentricity,circularity. I
Image Analyst
2014년 5월 20일
I can't do much without your image or your segmentation code. Also, I'm not going to rewrite regionprops for you. You're on your own for that! I've got better ways to spend my valuable time and think you would too. Good luck though.
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!