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

Method appendRect

openbr/openbr_plugin.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void File::appendRect(const QRectF &rect)
252{
253 QList<QVariant> newRects = m_metadata["Rects"].toList();
254 newRects.append(rect);
255 m_metadata["Rects"] = newRects;
256}
257
258void File::appendRect(const cv::Rect &rect)
259{

Callers 11

slidingwindow.cppFile · 0.80
BR_PROPERTYMethod · 0.80
BR_PROPERTYMethod · 0.80
expandrect.cppFile · 0.80
foreachMethod · 0.80
facefromeyes.cppFile · 0.80
cascade.cppFile · 0.80
projectMethod · 0.80
foreachMethod · 0.80
projectFunction · 0.80
readBlockMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected