Search code examples
c++visual-studio-2010opencvimage-processingnoise-reduction

Identifier not found with a function in Opencv, how to solve this?


I'm trying to use this function:

fastNlMeansDenoising(image, image, 3.0, 7, 21);

Using OpenCV with Visual Studio 2010 express, but it said "identifier not found". I did a quick search and found that this must be a ".lib" is missing, but I did not find which library should I add in my project for this function to work. Anyone could help me with this?


Solution

  • you will have to use opencv 2.4.9, it is not available in 2.3.0