필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

These background and annotation can be eliminated by threshold method which is done by sweeping through a whole image and cutting the horizontally and vertically directions with mean and variance lower than a certain threshold. code for this plz??

조회 수: 1 (최근 30일)
These backgrounds and annotation can be eliminated by threshold method which is done by sweeping through a whole image and cutting the horizontally and vertically directions with mean and variance lower than a certain threshold. What is Matlab code for this ?? Can any share the Matlab code for this, please??

답변 (1개)

Image Analyst
Image Analyst 2017년 10월 15일
Try this
mask = yourImage > someThreshold;

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by