Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello ,
I am developing text segmentation program in C# , I want to use histogram to segment text. can anybody help how I can use histogram from aforge library
and want to chop according threshold . The image is black and white.
Still I developed only -

verticalIntensityStatistics verticalintensity = new VerticalIntensityStatistics(bitmap);

Histogram histogram = verticalintensity.Gray;

now how can chop text where histogram vally goes below threshold and make changes in orignal image.

also I want to display this histogram on chart.
Posted

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