MCPcopy Create free account
hub / github.com/biometrics/openbr / appendPoint

Method appendPoint

openbr/openbr_plugin.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void File::appendPoint(const QPointF &point)
211{
212 QList<QVariant> newPoints = m_metadata["Points"].toList();
213 newPoints.append(point);
214 m_metadata["Points"] = newPoints;
215}
216
217void File::appendPoints(const QList<QPointF> &points)
218{

Callers 8

janus_augmentFunction · 0.80
rndpoint.cppFile · 0.80
projectMethod · 0.80
BR_PROPERTYMethod · 0.80
foreachMethod · 0.80
averagepoints.cppFile · 0.80
projectMetadataMethod · 0.80
projectMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected