I am working on an image registration method applied to histological images.
I have one question. I would like to use MSER feature detector to detect keypoints on my image. After the MSER contours were retrieved using the MSER function provided by opencv, I calculate the centroid of each contour in order to use it as an interesting point.
If I make a description of the interesting points directly, with a Surf descriptor for example, the size of the descriptor is one, and is not possible to compare them.
Therefore it is necessary to modify the size of the descriptor with a suitable size.
Does anyone have an idea?
Thanks