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

Method area

openbr/core/eval.cpp:769–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 : boundingBox(boundingBox_), confidence(confidence_), ignore(ignore_) {}
768
769 float area() const { return boundingBox.width() * boundingBox.height(); }
770 float overlap(const Detection &other) const
771 {
772 const Detection intersection(boundingBox.intersected(other.boundingBox));

Callers 4

foreachFunction · 0.80
overlapMethod · 0.80
projectMetadataMethod · 0.80
cascade.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected