Filter löschen
Filter löschen

How feature extraction is possible other than regionprops?

3 Ansichten (letzte 30 Tage)
Jhilam Mukherjee
Jhilam Mukherjee am 20 Mai 2014
Kommentiert: Image Analyst am 20 Mai 2014
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.

Antworten (1)

Image Analyst
Image Analyst am 20 Mai 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 Kommentare
Image Analyst
Image Analyst am 20 Mai 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 am 20 Mai 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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by