Strange output after executing an OpenCV simple program

asked 2014-10-31 11:27:11 -0600

mistoklas gravatar image

updated 2018-08-23 13:20:14 -0600

Hi, I am currently involved on an simple application that reads images from file, output their attributes(something like sizes,channels,etc) and displays the image. Now everything works as expected (meaning the output seems reasonable) but i also get at the end of the execution the following

profiling:/home/User/Desktop:Cannot create directory profiling:/home/User/Desktop/SDKs/opencv2.4.9/BUILD/modules/nonfree/CMakeFiles/opencv_nonfree.dir/src/surf_ocl.cpp.gcda:Skip profiling:/home/User/Desktop:Cannot create directory profiling:/home/User/Desktop/SDKs/opencv2.4.9/BUILD/modules/nonfree/CMakeFiles/opencv_nonfree.dir/src/surf.cpp.gcda:Skip profiling:/home/User/Desktop:Cannot create directory profiling:/home/User/Desktop/SDKs/opencv2.4.9/BUILD/modules/nonfree/CMakeFiles/opencv_nonfree.dir/src/surf_gpu.cpp.gcda:Skip profiling:/home/User/Desktop:Cannot create directory profiling:/home/User/Desktop/SDKs/opencv2.4.9/BUILD/modules/nonfree/CMakeFiles/opencv_nonfree.dir/src/sift.cpp.gcda:Skip . . And many more for which there is no purpose of copping them since its the same issue.

What exactly is the root of this output?

PS. I use linux(Red Hat) The /home/User/Desktop/SDKs/opencv2.4.9/BUILD is (obviously) my BUILD directory of Opencv And the installation dir is under /opt

Why the executable is looking on the BUILD dir?? And what is the prefix "profiling"??

Thank you very much in advance,

Kostas

edit retag flag offensive close merge delete