Ask Your Question
-2

Can OpenCV do these processing?

asked 2015-07-16 21:35:02 -0600

smwikipedia gravatar image

I am working on an OCR project. I need to do some pre-processing similar to the link below: http://cn.mathworks.com/help/vision/e...

The steps are:

  • Region detection (MSER)
  • Edge detection (Canny)
  • Connected Component Analysis (for character candidates filtering)

I am not familiar with OpenCV. I am wondering if OpenCV can do all of these.

edit retag flag offensive close merge delete

Comments

2
FooBar gravatar imageFooBar ( 2015-07-17 02:46:27 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-07-17 04:33:03 -0600

thdrksdfthmn gravatar image

updated 2015-07-17 06:30:23 -0600

  1. There is MSER feature detector or dev docs
  2. Canny edge detector is a function of OpenCV too
  3. There is no function that is named "Connected Component Analysis", but on google, you can find many interesting things that may help you (e.g.: findContours, or moments) BTW, I am mistaking: I have found it, but it seems that it is just in OpenCV 3.0, because it is unknown, maybe I have not the last version of 2.4
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-16 21:35:02 -0600

Seen: 326 times

Last updated: Jul 17 '15