フィルターのクリア

How feature extraction is possible other than regionprops?

3 ビュー (過去 30 日間)
Jhilam Mukherjee
Jhilam Mukherjee 2014 年 5 月 20 日
コメント済み: Image Analyst 2014 年 5 月 20 日
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.

回答 (1 件)

Image Analyst
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
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
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.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by