How feature extraction is possible other than regionprops?

1 view (last 30 days)
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.

Answers (1)

Image Analyst
Image Analyst on 20 May 2014
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 Comments
Image Analyst
Image Analyst on 20 May 2014
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
Image Analyst on 20 May 2014
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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!