suggest me suitable title of the following algorithm?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2015 年 8 月 11 日
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!