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!