I am trying to implement license plate recognition software using the ideas of http://iamabhik.wordpress.com/category/opencv/ .
I implemented plate layout using opencv in python using "import cv2". It works fine, and now I need to copy the plate area to another image in order to segment the characters, and then part of the OCR (possibly using a neural network).
I found that the GetSubRect () function copies or isolates part of the image, but it does not seem to be available in python. Is there an alternative? ROI functions are also not implemented.
Is there any updated python interface documentation for opencv?
I compiled opencv from the svn repository (revision 7239) in a Debian wheezy / sid environment.
Feel free to suggest alternative methods / ideas to solve this problem.
Thanks in advance.
python opencv
curumim Jan 31 '12 at 18:04 2012-01-31 18:04
source share