|
|
#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 49 of file OpenPoseEstimationUtil.h.
Definition at line 64 of file OpenPoseEstimationUtil.h.
|
inline |
Definition at line 69 of file OpenPoseEstimationUtil.h.
Definition at line 73 of file OpenPoseEstimationUtil.h.
|
inline |
Definition at line 92 of file OpenPoseEstimationUtil.h.
Definition at line 85 of file OpenPoseEstimationUtil.h.
| std::vector<Point> points |
Definition at line 67 of file OpenPoseEstimationUtil.h.