Top "Mser" questions

In computer vision, maximally stable extremal regions (MSER) are used as a method of blob detection in images.

Exact Meaning of the parameters given to initialize MSER in OpenCV 2.4.x?

OpenCV reference manual (2.4.x) states that the constructor that initializes MSER requires the following parameters: delta, min_area, max_area, …

opencv mser
OpenCV 3.0.0 MSER Binary Mask

I am trying to use MSER algorithm in OpenCV 3.0.0 beta to extract text regions from an image. At the end …

c++ opencv matlab-cvst mser opencv-drawcontour
Improve text area detection (OpenCV, Python)

I am working on a project which ask me to detect text area in an image. This is the result …

python opencv computer-vision bounding-box mser