warning regarding libpng
Selection_004.png i am getting this warning when i run a test file given in the tutorials using the command "./opencvtest" where 'opencvtest' is my file name. this is the screenshot of the warning message i got.plz help me
libpng warning: Application built with libpng-1.2.49 but running with 1.5.12
please better copy/paste your errors here instead of a screnshot.
did you install opencv via a package manager ? or did you build from src ?
cerr << cv::getBuildInformation() << endl; // will tell you, which image libs it was compiled against.