diff --git a/Demo.cpp b/Demo.cpp index 30314a53f007b99a0f2196b3a6714cc58fdfebb0..20829a73bb1c8b46e3ae663e1f048219f4488a79 100644 --- a/Demo.cpp +++ b/Demo.cpp @@ -15,6 +15,7 @@ based on original demo.cpp #define PROCESS_CENTER_VERSION_MAJOR 0 #define PROCESS_CENTER_VERSION_MINOR 9 +#define PROCESS_CENTER_VERSION_MINOR_FIXES 1 //opencv #include <opencv2/opencv.hpp> @@ -46,7 +47,7 @@ bool cmdOptionExists(char** begin, char** end, const std::string& option) int main(int argc, char * argv[]) { std::cout << "using processcenter " <<PROCESS_CENTER_VERSION_MAJOR <<"."<< PROCESS_CENTER_VERSION_MINOR << endl; - std::cout << "Using OpenCV " << CV_MAJOR_VERSION << "." << CV_MINOR_VERSION << "." << CV_SUBMINOR_VERSION << std::endl; + std::cout << "Using OpenCV " << CV_MAJOR_VERSION << "." << CV_MINOR_VERSION << "." << CV_SUBMINOR_VERSION <<"."<<PROCESS_CENTER_VERSION_MINOR_FIXES<< std::endl; //!** parse programm input****************/ if(cmdOptionExists(argv, argv+argc, "-h")) { @@ -508,6 +509,7 @@ int main(int argc, char * argv[]) #endif + cout<<"we try to write file: "<< i <<endl; //! step 8: we write down all our results in yml file std::string nameOutPutFileData = outputDir + TToolBox::mNzero(frameCounter) + ".yml";