Issue with hypotheses.

This commit is contained in:
Tadas Baltrusaitis
2017-06-19 16:42:05 -04:00
parent 3c55a72098
commit 20535fb897

View File

@@ -720,7 +720,7 @@ bool LandmarkDetector::DetectLandmarksInImage(const cv::Mat_<uchar> &grayscale_i
rotation_hypotheses.push_back(cv::Vec3d(0,0.5236,0));
rotation_hypotheses.push_back(cv::Vec3d(0,-0.5236,0));
rotation_hypotheses.push_back(cv::Vec3d(0,0, 0.5236));
rotation_hypotheses.push_back(cv::Vec3d(0,0, 0.5236));
rotation_hypotheses.push_back(cv::Vec3d(0,0, -0.5236));
}
else
{