minor correction after buildbot warnings

This commit is contained in:
alexandre benoit
2013-06-13 06:55:35 +02:00
parent 7bff79bbeb
commit 2c1fb5fd71
19 changed files with 19 additions and 511 deletions

View File

@@ -227,7 +227,7 @@ static void drawPlot(const cv::Mat curve, const std::string figureTitle, const i
std::cout<<"Allocating fast tone mapper..."<<std::endl;
//cv::Ptr<cv::RetinaFastToneMapping> fastToneMapper=createRetinaFastToneMapping(inputImage.size());
std::cout<<"Fast tone mapper allocated"<<std::endl;
// save default retina parameters file in order to let you see this and maybe modify it and reload using method "setup"
retina->write("RetinaDefaultParameters.xml");