I am trying to segment my characters on this image with using column sum vector.
This method actually works on the paper I've read about license plate recognition.
it looks useful for my images too but since my threshold values are not very good I am not really sure if I can use CSV for character segmentation
so my question is;
1) Is CSV proper method for my application ? 2) if so what kind of techniques I can try to segment characters ? 3) if not what can be more efficient and robust way to segment characters from some kind of images ?
thank you


and :
http://dsp.stackexchange.com/questions/19837/feature-detection-on-a-circular-metal-surface-for-character-recognition/19838#19838
I guess the other threads could be used and this is not necessarily a very distant question.
– Tolga Birdal May 01 '16 at 18:55