Peak to valley algorithm
Algorithms
2
Posts
2
Posters
0
Views
1
Watching
-
Can someone please let me know how to implement the peak to valley method for segmenting characters like for example segmenting the characters of a license plate to read them
-
Can someone please let me know how to implement the peak to valley method for segmenting characters like for example segmenting the characters of a license plate to read them
Do some legwork and take a trip to your local academic library. These two articles should get you started: Character Line Segmentation Based on Feature Clustering [^] A survey of methods and strategies in character segmentation[^] Good luck and happy coding!