i have one text image I just want to get mser region in color. i am usin gpython and opencv 3 [closed]
i need to extract text region..like this (image courtsy-matlab) i got an implementation to get these colorfull contour in c++ how to implement same things in python opencv 3.0
so far i got this... http://answers.opencv.org/question/25... . but it doesn't give color contour. it just give contour like this http://stackoverflow.com/questions/34...
imho, it's just a matter of drawing things (and irrelevant to the actual detection)
then - stroke-width-transform != MSER
please show us, what you tried so far