![]() |
Visual Servoing Platform version 3.5.0
|
This is the complete list of members for vpPolygon, including all inherited members.
| _area | vpPolygon | protected |
| _bbox | vpPolygon | protected |
| _center | vpPolygon | protected |
| _corners | vpPolygon | protected |
| _goodPoly | vpPolygon | protected |
| buildFrom(const std::vector< vpImagePoint > &corners) | vpPolygon | |
| buildFrom(const std::list< vpImagePoint > &corners) | vpPolygon | |
| buildFrom(const std::vector< vpPoint > &corners, const vpCameraParameters &cam) | vpPolygon | |
| display(const vpImage< unsigned char > &I, const vpColor &color, unsigned int thickness=1) const | vpPolygon | |
| getArea() const | vpPolygon | inline |
| getBoundingBox() const | vpPolygon | inline |
| getCenter() const | vpPolygon | inline |
| getCorners() const | vpPolygon | inline |
| getSize() const | vpPolygon | |
| init(const std::vector< vpImagePoint > &corners) | vpPolygon | protected |
| init(const std::list< vpImagePoint > &corners) | vpPolygon | protected |
| initClick(const vpImage< unsigned char > &I, unsigned int size=5, const vpColor &color=vpColor::red, unsigned int thickness=1) | vpPolygon | |
| initClick(const vpImage< vpRGBa > &I, unsigned int size=5, const vpColor &color=vpColor::red, unsigned int thickness=1) | vpPolygon | |
| isInside(const vpImagePoint &iP, const PointInPolygonMethod &method=PnPolyRayCasting) const | vpPolygon | |
| isInside(const std::vector< vpImagePoint > &roi, const double &i, const double &j, const PointInPolygonMethod &method=PnPolyRayCasting) | vpPolygon | static |
| operator=(const vpPolygon &poly) | vpPolygon | |
| PnPolyRayCasting enum value | vpPolygon | |
| PnPolySegmentIntersection enum value | vpPolygon | |
| PointInPolygonMethod enum name | vpPolygon | |
| updateArea() | vpPolygon | protected |
| updateBoundingBox() | vpPolygon | protected |
| updateCenter() | vpPolygon | protected |
| vpPolygon() | vpPolygon | |
| vpPolygon(const std::vector< vpImagePoint > &corners) | vpPolygon | explicit |
| vpPolygon(const std::list< vpImagePoint > &corners) | vpPolygon | explicit |
| vpPolygon(const vpPolygon &poly) | vpPolygon | |
| ~vpPolygon() | vpPolygon | virtual |