Towards OpenBLAS version of CCNF.

This commit is contained in:
Tadas Baltrusaitis
2018-04-18 20:09:05 +01:00
parent ff0b7a66ee
commit 1b8aab3f80
2 changed files with 275 additions and 103 deletions

View File

@@ -103,6 +103,9 @@ public:
std::vector<cv::Mat_<float> > Sigmas;
std::vector<double> betas;
// Combined weight matrix from each neuron
cv::Mat_<float> weight_matrix;
// How confident we are in the patch
double patch_confidence;