Very similar images, quite different results (BRISK)

asked 2015-03-17 09:24:57 -0600

Doombot gravatar image

With the help of Gimp, I generated the following model image:

image description

Now, with the same image, I generated another (scene) image:

image description

Please note that the star in the first images and the stars in the second images are identical; they measure the exact same number of pixel, and the same is true for the other shapes. Truly, since they are both exported to a greyscale BMP with Gimp, I would expect the shapes to be identical pixel-per-pixel in both images.

Now, as you may notice, there are coloured points in both images. They are the keypoints detected by the BRISK detector, using the exact same parameters .

In the first image, some keypoints are found on the star and one on the crescent's tip. In the second image, a lot of keypoints are detected, in location where I globally would expect a keypoint to be.

Then, does anybody knows/have noticed this behaviour before? You understand that this setup is voluntarily simple, but I noticed a similar behaviour on real images. I used to put the blame on variability of lighting between my test images, which where taken in real-world situation, but now it makes me wonder what is really going on...

Example of real life detection where the phenomenon is present (cropped image):

Model: image description

Scene: image description

edit retag flag offensive close merge delete

Comments

I think the noise is the problem...

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-03-17 10:17:51 -0600 )edit
1

Even for the computer generated images? For the checkerboard (the real images), I agree 100% with you. Oh, I know! I will autocorrelate both image and see if they fit perfectly. Then I'll know if noise somewhat got into the computer generated images...

Doombot gravatar imageDoombot ( 2015-03-17 12:50:37 -0600 )edit
1

Which version of OpenCV do you use ? Some others people have also encountered problem with BRISK: http://answers.opencv.org/question/16954/brisk-feature-detector-giving-poor-results/ ; http://code.opencv.org/issues/2491

Eduardo gravatar imageEduardo ( 2015-03-18 05:17:05 -0600 )edit

An OpenCV 3 build I made from Github at some point in December...

Doombot gravatar imageDoombot ( 2015-03-18 08:08:36 -0600 )edit