Commit 72f085d066bf09433eba68fc15fa898028af342f

Authored by Scott Klum
1 parent 8bb3b0d6

Back to projectUpdate

Showing 1 changed file with 1 additions and 1 deletions
openbr/core/core.cpp
@@ -71,7 +71,7 @@ struct AlgorithmCore @@ -71,7 +71,7 @@ struct AlgorithmCore
71 71
72 if (!distance.isNull()) { 72 if (!distance.isNull()) {
73 qDebug("Projecting Enrollment"); 73 qDebug("Projecting Enrollment");
74 - data >> *downcast; 74 + downcast->projectUpdate(data,data);
75 75
76 qDebug("Training Comparison"); 76 qDebug("Training Comparison");
77 distance->train(data); 77 distance->train(data);