How to segment Gray image using autoamte thrsholding without manual threshold [based on image- image was dynamic ]?
조회 수: 1 (최근 30일)
이전 댓글 표시
How to segment Gray image using autoamte thrsholding without manual threshold [based on image- image was dynamic ]?
댓글 수: 0
답변 (1개)
Manish M
2019년 6월 24일
Hi
You can use Otsu's thresholding technique. It chooses a threshold that minimizes the intraclass variance of the thresholded black and white pixels. Graythresh https://www.mathworks.com/help/images/ref/graythresh.html uses Otsu's.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!