Ask Your Question
0

SURF GPU Small Image Size

asked 2013-02-07 15:51:06 -0600

Possede gravatar image

Hello all,

I have seen a massive increase in speed using the GPU SURF algorithm compared to running it purely on the CPU. I have three images which overlap as illustrated here:

http://i1276.photobucket.com/albums/y475/sesj13/ROI_zpsffce8c7d.png

Where, Width = 640 and Height = 480

I wish to find SURF descriptors on each of the four sub-images which are of dimensions 160*480, however when I try to feed the GPU SURF algorithm I get the error:

http://i1276.photobucket.com/albums/y475/sesj13/SURFError_zpsa71a9022.png

I believe I read somewhere that this is to do with the size of the image being passed into the GPU SURF function being too small, is there anyway around this?

Cheers!

edit retag flag offensive close merge delete

Comments

Thank you! That solved the problem.

Possede gravatar imagePossede ( 2013-02-08 10:17:36 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-02-07 23:40:46 -0600

Vladislav Vinogradov gravatar image

Try to decrease octaves number.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-07 15:51:06 -0600

Seen: 474 times

Last updated: Feb 07 '13