Clear Filters
Clear Filters

Find rectangular blobs in binary images

1 view (last 30 days)
Az
Az on 14 Sep 2017
Commented: Image Analyst on 15 Sep 2017
I have vertical and horizontal (rectangular) strips in binary image. I want to extract the strips which meet the criteria of specified length and specified width. Area based methods like bwareaopen or bwpropfilt does not help due to no control on second dimention. Any idea thanks
  2 Comments
Az
Az on 15 Sep 2017
specifically: reactangular regions having at least 4 ones in x and 10 ones in y.
Image Analyst
Image Analyst on 15 Sep 2017
Post your image. Usually when people ask for image processing advice, they give us an image to look at. Doesn't that make sense? About all I can say now is to use imcrop().

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!