1 | initial version |
If you want to detect numbers using opencv you can simply get the best answer's by little search :
Investigate SIFT: Scale Invariant Feature Transform. OpenCV implements this feature, check: Implementing SIFT in OpenCV.
Also these pages offer valuable content: