Finding threshold value with Otsu Method
显示 更早的评论
I'm trying to do laser tracking. First of all, I detect laser points on the image. However, I could not find the threshold. I have to write with the "Otsu" method, not the ready-made threshold method. Help please
1 个评论
Francesco Pignatelli
2022-7-26
level = graythresh(yourimage)
回答(1 个)
Sean de Wolski
2021-4-5
doc graythresh
5 个评论
RABIA OZKAN
2021-4-5
编辑:RABIA OZKAN
2021-4-5
Sean de Wolski
2021-4-5
You could use multithresh instead.
RABIA OZKAN
2021-4-5
Amine MEKKI
2022-2-9
hey did u find how to do it without thr threshold function
DGM
2022-2-9
If you can't use existing tools, you'll have to explain why. If you can't use tools that someone else wrote, why would you be able to use anything that the forum would give you?
类别
在 帮助中心 和 File Exchange 中查找有关 Image Thresholding 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!