필터 지우기
필터 지우기

Threshold values [ 1 2 3 4 5 6 7.. ]

조회 수: 1 (최근 30일)
Esther
Esther 2012년 10월 18일
My prof asked me to use brute force method, using threshold value of 1 2 3 4 5 6 7.. on each images i have. May i know why is there so many value? i thot it's using level between 0 - 1? thanks!
  댓글 수: 3
Esther
Esther 2012년 10월 18일
편집: Esther 2012년 10월 18일
how do i do about using scalar for thresholding?
Walter Roberson
Walter Roberson 2012년 10월 18일
Out1 = YourImage < 1;
Out2 = YourImage < 2;
Out3 = YourImage < 3; %...

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by