Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
72f085d066bf09433eba68fc15fa898028af342f
Authored by
Scott Klum
2013-12-03 15:05:42 -0500
1 parent
8bb3b0d6
Back to projectUpdate
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/core/core.cpp
openbr/core/core.cpp
View file @
72f085d
...
...
@@ -71,7 +71,7 @@ struct AlgorithmCore
71
71
72
72
if (!distance.isNull()) {
73
73
qDebug("Projecting Enrollment");
74
- d
ata >> *downcast
;
74
+ d
owncast->projectUpdate(data,data)
;
75
75
76
76
qDebug("Training Comparison");
77
77
distance->train(data);
...
...