bwboundaries returning empty cell array
Show older comments
The attached binary array should have two regions, one small one big. When I run:
[B L] = bwboundaries(BW);
B has one full cell corresponding to the small region, and one empty cell i assume should be the large region. Further, the L array correctly sets the larger region values to 2, so I know the large region is being detected. So why is that B cell empty?
Accepted Answer
More Answers (0)
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!