Reputation: 1
I want to binarize an image using some local thresholding technique. I have successfully applied otsu technique but unable to implement any local technique(niblack or sauvola). Acc. to me the steps could be: 1.first of all we need to select the window size. 2. calculate the threshold value for the window. 3. then binarize that window. 4. repeat these steps for whole image.
if these steps are correct then how to implement it in visual c++ AND OPENCV? (I mean how to apply different loops etc) OR I M WRONG SOMEWHERE? I am beginner in this area.
Upvotes: 0
Views: 2384