MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / area

Method area

include/openpose/core/rectangle.hpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 Point<T> bottomRight() const;
61
62 inline T area() const
63 {
64 return width * height;
65 }
66
67 void recenter(const T newWidth, const T newHeight);
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected