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

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -