Beginner:OPENCV C++



These are some of the very basic Opencv Tutorials.
All the codes are compiled and tested in Visual Studio 2010.
Opencv version : 2.4.10



2 comments:

  1. hello, i have problem in c++ opencv3.1.0 in visual studio 2015
    when i run my code the program always give output :
    ucrtbased.dll cannot find or open the PDB file
    and
    opencv_world310d.dll cannot find or open the PDB file
    i have to try so many sollution but the program always cant find or open pdb file from uctbased and opencv_world310d only
    please if you have any solution help me:)

    ReplyDelete
    Replies
    1. Right-click VS 2015 and Choose run as Administrator. Then run the project.
      Hope it would solve the problem

      Delete