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
4fd16e81728a572a60d60a55ebcc7d6cea9b0a0d
Authored by
Brendan Klare
2015-03-03 09:33:10 -0500
1 parent
e0fd9222
Updated point append
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/metadata/averagepoints.cpp
openbr/plugins/metadata/averagepoints.cpp
View file @
4fd16e8
...
...
@@ -41,7 +41,7 @@ class AveragePointsTransform : public UntrainableMetadataTransform
41
41
if (!metaName.isEmpty())
42
42
dst.set(metaName, p);
43
43
if (append)
44
- dst.
points().append
(p);
44
+ dst.
appendPoint
(p);
45
45
}
46
46
};
47
47
...
...