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
3aa2be939c9e35a72f72f987d314fe2ec6cbc6c5
Authored by
Brendan Klare
2013-07-16 13:44:53 -0400
1 parent
bd7a2f64
Added online distance metric
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/distance.cpp
openbr/plugins/distance.cpp
View file @
3aa2be9
...
...
@@ -300,4 +300,5 @@ BR_REGISTER(Distance, IdenticalDistance)
300
300
301
301
} // namespace br
302
302
303
+
303
304
#include "distance.moc"
...
...