필터 지우기
필터 지우기

problems with bwareaopen in segmenting

조회 수: 2 (최근 30일)
shru s
shru s 2017년 7월 13일
hello, I am using bwareaopen to remove a part of the image i dont want. Here is my code
a=imread('C:\Users\S\Desktop\project\A data\figure10.jpg');
a=im2bw(a);
az=bwareaopen(a,500);
imshow(az);
But i have been unsuccessful. If anyone can help me with this, I will be greateful. Thank you
This is my input image:
Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by