diff --git a/openbr/core/core.cpp b/openbr/core/core.cpp index 339d4f2..13b4ae3 100644 --- a/openbr/core/core.cpp +++ b/openbr/core/core.cpp @@ -71,7 +71,7 @@ struct AlgorithmCore if (!distance.isNull()) { qDebug("Projecting Enrollment"); - data >> *downcast; + downcast->projectUpdate(data,data); qDebug("Training Comparison"); distance->train(data);