Ask Your Question
0

number detection in opencv

asked 2014-08-02 08:27:46 -0600

en gravatar image

Hello everone . I am a little bit new to open cv . Is there any way to detect nos in a image. Also where can i find video tutorials for android open cv app development

edit retag flag offensive close merge delete

Comments

See you could go for machine learning using haarcascades (http://docs.opencv.org/doc/user_guide/ug_traincascade.html) or SVM (http://docs.opencv.org/doc/tutorials/ml/introduction_to_svm/introduction_to_svm.html#introduction-to-support-vector-machines)

Another way is you go for detecting features for every particular number and then making the system learn it.Obviously its not that easy as it sounds,you have to go up researching on this. Search up for implemented projects on different platforms like Matlab etc and then implement it on OpenCV.

Abhishek Kumar Annamraju gravatar imageAbhishek Kumar Annamraju ( 2014-08-02 14:14:17 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-08-02 15:41:38 -0600

FLY gravatar image

If you want to detect numbers using opencv you can simply get the best answer's by little search :

1st link

Investigate SIFT: Scale Invariant Feature Transform. OpenCV implements this feature, check: Implementing SIFT in OpenCV.

Also these pages offer valuable content:

Basic OCR in OpenCV

Scene Text Detection

edit flag offensive delete link more

Comments

1st link is a deadlink

stiv-yakovenko gravatar imagestiv-yakovenko ( 2018-12-12 07:45:18 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-02 08:27:46 -0600

Seen: 5,485 times

Last updated: Aug 02 '14