Looking through this article for Reliable Text Detection , which talks about using MSER (Maximum Stable External Regions) to localize regions in an image, since it is generally more robust than the usual component analysis we have done so far.
MSER is mentioned in section 2.1 of the text detection document (if you really checked it: D), from where I cannot figure out how to apply / implement this in OpenCV. The documentation does not contain any examples, so its a little difficult to run any code.
Has anyone tried this before?
The code from the implementation is there , however there are some color conversions and stuff that is a bit confusing. Can someone help me figure out what exactly is done in MSER, and how to do it from the point of view of OpenCV? Thanks in advance.
EDIT: Found MATLAB implementation here .
image-processing opencv
AruniRC
source share