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.

look @ scene text detection , recognition


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -