changed some parameters

This commit is contained in:
2019-07-12 11:37:36 +02:00
parent 3b6d2c918d
commit 5ba25f8f95
4 changed files with 18 additions and 17 deletions

View File

@ -935,7 +935,7 @@ bool Feature::VisualizePatch(
//cv::imwrite(loc.str(), cam0.featureVisu);
cv::imshow("patch", cam0.featureVisu);
cvWaitKey(1);
cvWaitKey(0);
}
float Feature::PixelIrradiance(cv::Point2f pose, cv::Mat image) const