Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to binarize a gray scale image(convert it to black and white) using any method except the traditional Otsu's, Sauvola's and Niblack's. Does anybody have any idea about any other technique?? Code in any language will work for me. Thanks in advance!!
Posted

1 solution

You will find a lot more in AForge.NET: http://www.aforgenet.com/framework/features/binarization.html[^].

AForge.NET is a famous open-source library for .NET, written in C#:
http://en.wikipedia.org/wiki/AForge.NET[^],
http://www.aforgenet.com/[^].

—SA
 
Share this answer
 
Comments
Member 10069110 23-May-13 3:40am    
Thanks for your answer Sir, but if I want to do it without using this library?? Is there any alternative solution??
Sergey Alexandrovich Kryukov 23-May-13 8:34am    
Yes, of course. You would simply learn the algorithm and write your own library. If you only need image processing, limited to certain class of filters, it would be much, much less than AForge.NET. What's the problem?

As you say "this library", yet another alternative would be using another library. But I'm afraid to reference more. What if you say: "and not that library"?

—SA
CPallini 23-May-13 3:52am    
My 5.
Sergey Alexandrovich Kryukov 23-May-13 8:36am    
Thank you, Carlo. I guess you saw the OP's comment above? :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900