I am using maximally stable extremal region (MSER) detector in OpenCV. However, the speed is slow when the image size is big. Is there any library (free or commercial) that has GPU version of MSER? I found from some online documents that MSER running on GPU is much faster than CPU.
Thanks a lot.