I would like to detect salient regions in a color image by using Maximum stable extremal region (MSER) algorithm as described in paper http://users.cecs.anu.edu.au/~roland/Courses/ENGN8530_CVIU/donoser_bischof_CVPR2006_Efficient_MSER_Tracking.pdf
Currently iam using OpenCV with MSER Algorithm to get the Keypoints, but what i really want is a binary Image. How iam able to get this binary Image with regions of interest? Is it possible with OpenCV or must i reimplement the MSER algorithm?