|
#include <VisionX/libraries/OpenPose/MonocularOpenPoseEstimation/OpenPoseEstimationUtil.h>
Classes | |
struct | Point |
Public Types | |
using | PointList = std::vector< Point > |
Public Member Functions | |
bool | isInside (FramedPositionPtr point) const |
int | isLeft (Point p0, Point p1, Point p2) const |
Polygon2D () | |
Polygon2D (PointList points) | |
Public Attributes | |
std::vector< Point > | points |
Definition at line 50 of file OpenPoseEstimationUtil.h.
Definition at line 62 of file OpenPoseEstimationUtil.h.
|
inline |
Definition at line 67 of file OpenPoseEstimationUtil.h.
Definition at line 68 of file OpenPoseEstimationUtil.h.
|
inline |
Definition at line 86 of file OpenPoseEstimationUtil.h.
Definition at line 79 of file OpenPoseEstimationUtil.h.
std::vector<Point> points |
Definition at line 65 of file OpenPoseEstimationUtil.h.