Hi, I 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 direcotry of Opencv And the installed 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