Using Region Props To Find Area of Interest

2 次查看(过去 30 天)
Hello, i'm using these line of code to extract area of interest in my image,
bw = imbinarize(Image)
info_struct = regionprops(double(bw), 'Area', 'Image');
final = info_struct.Image;
i do so in hope to produce image from this image
into this
But instead it produced an image like this
can anyone please help me ?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by