Finding threshold value with Otsu Method
Afficher commentaires plus anciens
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 commentaire
Francesco Pignatelli
le 26 Juil 2022
level = graythresh(yourimage)
Réponses (1)
Sean de Wolski
le 5 Avr 2021
doc graythresh
5 commentaires
RABIA OZKAN
le 5 Avr 2021
Modifié(e) : RABIA OZKAN
le 5 Avr 2021
Sean de Wolski
le 5 Avr 2021
You could use multithresh instead.
RABIA OZKAN
le 5 Avr 2021
Amine MEKKI
le 9 Fév 2022
hey did u find how to do it without thr threshold function
DGM
le 9 Fév 2022
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?
Catégories
En savoir plus sur Image Thresholding dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!