Renaming everything to CEN in c++

This commit is contained in:
Tadas Baltrusaitis
2017-06-12 20:11:42 -04:00
parent 79b22c0f1c
commit ead2347581
13 changed files with 478 additions and 57 deletions

View File

@@ -470,8 +470,8 @@ 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));
// If not using DPN patch experts add additional hypotheses
if(clnf_model.patch_experts.dpn_expert_intensity.size() == 0)
// If not using CEN patch experts add additional hypotheses
if(clnf_model.patch_experts.cen_expert_intensity.size() == 0)
{
rotation_hypotheses.push_back(cv::Vec3d(0.5236,0,0));
rotation_hypotheses.push_back(cv::Vec3d(-0.5236,0,0));