suggest me suitable title of the following algorithm?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
somasekar jalari
am 11 Aug. 2015
Beantwortet: Image Analyst
am 11 Aug. 2015
we carried out the following steps and suggest me suitable title for this algorithm. step-1: if the value of the gray scale image is more than threshold value then make it as 120 otherwise no need the change gray scale value(keep original value as same). step-2: using step-1 image, applied iterative thresolding algorithm to find optimal threshold value. i made name of the above algorithm as "two-stage thresholding". can u suggest me possible title?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 11 Aug. 2015
I'd just call it automatic thresholding. Yours is just one algorithm of a bazillion different automatic thresholding algorithms people have dreamed up. Yours does not seem very general purpose or useful for most images, so it's probably developed for a very specific type of image that you're dealing with.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!