OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::Rectangle< T > Member List

This is the complete list of members for op::Rectangle< T >, including all inherited members.

area() constop::Rectangle< T >inline
bottomRight() constop::Rectangle< T >
center() constop::Rectangle< T >
heightop::Rectangle< T >
operator*(const T value) constop::Rectangle< T >
operator*=(const T value)op::Rectangle< T >
operator/(const T value) constop::Rectangle< T >
operator/=(const T value)op::Rectangle< T >
operator=(const Rectangle< T > &rectangle)op::Rectangle< T >
operator=(Rectangle< T > &&rectangle)op::Rectangle< T >
recenter(const T newWidth, const T newHeight)op::Rectangle< T >
Rectangle(const T x=0, const T y=0, const T width=0, const T height=0)op::Rectangle< T >
Rectangle(const Rectangle< T > &rectangle)op::Rectangle< T >
Rectangle(Rectangle< T > &&rectangle)op::Rectangle< T >
topLeft() constop::Rectangle< T >inline
toString() constop::Rectangle< T >
widthop::Rectangle< T >
xop::Rectangle< T >
yop::Rectangle< T >