can anybody explain regionprops with superpixels?

2 views (last 30 days)
Ad
Ad on 15 Apr 2017
Commented: Ad on 20 Apr 2017
I have generated 200 superpixels and used S=regionprops(L,'pixelList'); I got S= 196*1 struct value. How to access them and how do I know which one is column or row? help me is idx=label2idx(L); idx{i} helpful to access superpixel region?

Answers (1)

Image Analyst
Image Analyst on 15 Apr 2017
With superpixels, row and column don't really have any meaning, do they? So don't think like that. You need to think about what you really want to do with the superpixels, or even if superpixels are what you really should be doing in the first place to process your image. Post your image and tell us what you want to do with it (like what you need to measure), and explain why you think superpixels is the best approach to accomplishing that. Maybe it is, but maybe it isn't - I don't know yet.
  10 Comments
Image Analyst
Image Analyst on 19 Apr 2017
I don't have any code for you. I suggest you follow the concepts of region growing here: https://en.wikipedia.org/wiki/Region_growing

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!