Open GoogleCodeExporter opened 9 years ago
Actually when testing Bundler I've switched it from using SIFT to SURF and the
results
were awful too.
Original comment by bomb...@gmail.com
on 1 Jul 2009 at 10:28
Note that with the change to integers for the integral image, since the pixel
values
are scaled by 255, so are the filter results. The blob response is scaled by
255*255
(because the determinant has units of integral image^2). Thus, the threshold
for
whether or not something is a maxima probably needs to change.
Original comment by mie...@gmail.com
on 1 Jul 2009 at 5:41
I think that images were already scaled by 255. We were using floating point
images
but they values where copied directly from a QImage. So they where between 0
and 255.
By the way, Issue 1 seems to be fixed even with floating point images. If I
now set
the type of both the image and the integral_image inside surf to Matf, then
BoxFilter
no longer gives negative values.
Original comment by pau.garg...@gmail.com
on 3 Jul 2009 at 2:27
Original issue reported on code.google.com by
mie...@gmail.com
on 1 Jul 2009 at 10:16