Hi,
I am using SIFT algorithm code by Rob Hess which uses OpenCV library, in Windows. And I am having visual studio 2008 as the IDE. When I run the program for image matching having Debug as the Solution Configuration in VS There is no problem, everything works fine. But when i change the Solution Configuration to Release it gives a linking error.
The error is "Linking... LINK : fatal error LNK1181: cannot open input file 'libgsl.a' "
Can someone explain me the reason and tell me how to resolve this.
Thank you