diff --git a/lib/local/LandmarkDetector/src/Patch_experts.cpp b/lib/local/LandmarkDetector/src/Patch_experts.cpp index e1f15b04..e9bb2988 100644 --- a/lib/local/LandmarkDetector/src/Patch_experts.cpp +++ b/lib/local/LandmarkDetector/src/Patch_experts.cpp @@ -172,7 +172,6 @@ void Patch_experts::Response(vector >& patch_expert_responses, c int area_of_interest_height = window_size + support_region - 1; int resp_size = area_of_interest_height - support_region + 1; interpolationMatrix(interp_mat, resp_size, resp_size, area_of_interest_width, area_of_interest_height); - interp_mat = interp_mat.t(); } // calculate the patch responses for every landmark, Actual work happens here. If openMP is turned on it is possible to do this in parallel,