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 ]?

回答(1 个)

Manish M
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.

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by