Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
#include <visp3/imgproc/vpContours.h>
Public Member Functions | |
vpContour () | |
vpContour (const vpContourType &type) | |
vpContour (const vpContour &contour) | |
virtual | ~vpContour () |
vpContour & | operator= (const vpContour &other) |
void | setParent (vpContour *parent) |
Public Attributes | |
std::vector< vpContour * > | m_children |
vpContourType | m_contourType |
vpContour * | m_parent |
std::vector< vpImagePoint > | m_points |
Definition at line 171 of file vpContours.h.
|
inline |
Definition at line 177 of file vpContours.h.
References vp::CONTOUR_HOLE.
|
inline |
Definition at line 179 of file vpContours.h.
|
inline |
Definition at line 181 of file vpContours.h.
References m_children, and m_parent.
|
inlinevirtual |
Definition at line 194 of file vpContours.h.
Definition at line 205 of file vpContours.h.
References m_children, m_contourType, and m_parent.
|
inline |
Definition at line 234 of file vpContours.h.
References vp::CONTOUR_RETR_TREE, vp::drawContours(), vp::findContours(), and m_children.
Referenced by vp::findContours().
std::vector<vpContour *> vp::vpContour::m_children |
Definition at line 172 of file vpContours.h.
Referenced by vp::findContours(), operator=(), setParent(), and vpContour().
vpContourType vp::vpContour::m_contourType |
Definition at line 173 of file vpContours.h.
Referenced by vp::findContours(), and operator=().
vpContour* vp::vpContour::m_parent |
Definition at line 174 of file vpContours.h.
Referenced by vp::findContours(), operator=(), and vpContour().
std::vector<vpImagePoint> vp::vpContour::m_points |
Definition at line 175 of file vpContours.h.
Referenced by vp::findContours().