From 20535fb8971ee360ed4d40adf12ba683d017f641 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Mon, 19 Jun 2017 16:42:05 -0400 Subject: [PATCH] Issue with hypotheses. --- lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp b/lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp index fc99bd90..bc773dcf 100644 --- a/lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp +++ b/lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp @@ -720,7 +720,7 @@ bool LandmarkDetector::DetectLandmarksInImage(const cv::Mat_ &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 {