From 72f085d066bf09433eba68fc15fa898028af342f Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Tue, 3 Dec 2013 15:05:42 -0500 Subject: [PATCH] Back to projectUpdate --- openbr/core/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- libgit2 0.21.4