I want to perform a canny edge detection in opencv 2.3,coding in c language. But when I am using cvCanny for the same purpose it gives an error as unresolved external symbol _CvCanny,though I have used a proper prototype of CvCanny.
Is there any library that i have forgot to include or what?
Regards,
You cannot link because you didn’t add the correct path/ libraries to your project