opencv3.0 - Can OpenCV do these processing? -
i working on ocr project. need pre-processing similar link below: http://cn.mathworks.com/help/vision/examples/automatically-detect-and-recognize-text-in-natural-images.html
the steps are:
- region detection (mser)
- edge detection (canny)
- connected component analysis (for character candidates filtering)
i not familiar opencv. wondering if opencv can of these.
yes, opencv provides such functionalities.
Comments
Post a Comment