Ask Your Question

VisionResearcher's profile - activity

2013-07-10 02:46:08 -0600 asked a question Contour region (segment) using MSER

Hello Everyone,

I am using MSER algorithm to extract stable regions in images. I want to segment these irregular regions into another image.

I am using following command but unfortunately it doesn't give complete region. Can someone point out why is this.

Here regions are MSER contours after running mser algorithm(vector<vector<point>>). All I get is jittery regions which are not filled.

drawContours(img,regions,i,color,CV_FILLED);//this was used to draw irregular

Thanks