Visual Servoing Platform
version 3.0.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::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 |
init(const std::vector< vpImagePoint > &corners) | vpPolygon | protected |
initClick(const vpImage< unsigned char > &I) | vpPolygon | |
isInside(const vpImagePoint &iP) | vpPolygon | |
isInside(const std::vector< vpImagePoint > &roi, const double &i, const double &j) | vpPolygon | static |
operator=(const vpPolygon &poly) | vpPolygon | |
updateArea() | vpPolygon | protected |
updateBoundingBox() | vpPolygon | protected |
updateCenter() | vpPolygon | protected |
vpPolygon() | vpPolygon | |
vpPolygon(const std::vector< vpImagePoint > &corners) | vpPolygon | |
vpPolygon(const vpPolygon &poly) | vpPolygon | |
~vpPolygon() | vpPolygon | virtual |