Moving to AVX instead of AVX2, compiler warning fixes. Losing dependency on OpenCV C style bindings for affine warping.

This commit is contained in:
Tadas Baltrusaitis
2018-05-07 21:54:52 +01:00
parent c376351145
commit e6849c6b52
182 changed files with 155 additions and 232 deletions

View File

@@ -53,8 +53,8 @@ namespace LandmarkDetector
public:
// Width and height of the patch expert support area
int width;
int height;
int width_support;
int height_support;
// Neural weights
std::vector<cv::Mat_<float>> biases;