How to Sampling Uniformly in an image?
    3 views (last 30 days)
  
       Show older comments
    
hi I'm working in Action Recognition Project. Here the motion boundary is detected by sobel operator. Now I have the result of sobel operator, a binary image. I have to take 25% of pixels in motion boundary by uniformly sampling.
Thanks in advance
0 Comments
Accepted Answer
  Image Analyst
      
      
 on 26 Sep 2012
        2 Comments
  Image Analyst
      
      
 on 27 Sep 2012
				You can use bwboundaries() to get the coordinates of the outer perimeter of the white objects in your binary image. Then pass those coordinates into interparc().
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
