Ask Your Question

slarti's profile - activity

2014-08-02 00:20:43 -0600 answered a question SURG_GPU masking

You can cut the image up into smaller tiles and the process them separately. You'll have to experiment a bit and find the right size but once you do, you can use that method to run SURF_GPU on bigger images as well

2014-08-02 00:18:04 -0600 commented question Image is not display using VS 2010 with OpenCV

You seem to have a link error when linking with opencv_calib3d library. You can try removing that library from your linker inputs and try again since you don't need it for your program. However I can't tell why that file is corrupt and you may have to reinstall opencv to make sure that you can link with that library as you may need it in the future.