필터 지우기
필터 지우기

Using Region Props To Find Area of Interest

조회 수: 2 (최근 30일)
yoel y
yoel y 2021년 3월 12일
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에서 Images에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by