how to start a action on text detection??
I want to play some sound on detection of particular text which is present in a rectangle box.
I want to play some sound on detection of particular text which is present in a rectangle box.
m taking video tutorials on the same...thanks for the help :)
If your piece of text is always exactly the same, just use a keypoint detector, giving large description regions to the descriptor for each keypoint and then try to find a match between a given and a database image by looking at the amount of matches that are retrieved, resulting in a confidence score.
Information on keypoint features, detectors and descriptors can be found here
Also a good starting point could be to look into the SLAM algorithm, which is explained here
Asked: 2013-07-02 23:49:37 -0600
Seen: 328 times
Last updated: Jul 03 '13