Feature detector problem (unhandled exception)
Hello,
I am trying to perform FAST feature detection on an image. Everything compiles fine with no errors, however when the program hits "Ptr<featuredetector> detector = FeatureDetector::create("FAST");" an unhandled exception is flagged. My code and the error is shown here:
http://i1276.photobucket.com/albums/y475/sesj13/Issue4_zpseb537a9b.jpg
Any help would be really appreciated - it is driving me up the wall!
I am using Microsoft Visual Studio 2010 with Windows 7 64 bit. I believe I have all the necessary additional libraries in place. If you need any more information let me know,
Cheers!