![]() |
Visual Servoing Platform version 3.7.0
|
This is the complete list of members for vpMeEllipse, including all inherited members.
| computeAbeFromNij() | vpMeEllipse | protected |
| computeAngleOnEllipse(const vpImagePoint &pt) const | vpMeEllipse | protected |
| computeKiFromNij() | vpMeEllipse | protected |
| computeNijFromAbe() | vpMeEllipse | protected |
| computePointOnEllipse(const double angle, vpImagePoint &iP) | vpMeEllipse | protected |
| computeTheta(const vpImagePoint &iP) const | vpMeEllipse | protected |
| computeTheta(double u, double v) const | vpMeEllipse | protected |
| cP | vpTracker | |
| cPAvailable | vpTracker | |
| display(const vpImage< unsigned char > &I, const vpColor &col, unsigned int thickness=1) | vpMeEllipse | |
| display(const vpImage< vpRGBa > &I, const vpColor &col, unsigned int thickness=1) | vpMeEllipse | |
| display(const vpImage< unsigned char > &I, const vpImagePoint ¢er, const double &A, const double &B, const double &E, const double &smallalpha, const double &highalpha, const vpColor &color=vpColor::green, unsigned int thickness=1) | vpMeEllipse | static |
| display(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, const double &A, const double &B, const double &E, const double &smallalpha, const double &highalpha, const vpColor &color=vpColor::green, unsigned int thickness=1) | vpMeEllipse | static |
| vpMeTracker::display(const vpImage< unsigned char > &I) | vpMeTracker | |
| vpMeTracker::display(const vpImage< vpRGBa > &I) | vpMeTracker | |
| vpMeTracker::display(const vpImage< unsigned char > &I, vpColVector &w, unsigned int &index_w) | vpMeTracker | |
| displayEllipse(const vpImage< unsigned char > &I, const vpImagePoint ¢er, const double &A, const double &B, const double &E, const double &smallalpha, const double &highalpha, const vpColor &color=vpColor::green, unsigned int thickness=1) | vpMeEllipse | static |
| displayEllipse(const vpImage< vpRGBa > &I, const vpImagePoint ¢er, const double &A, const double &B, const double &E, const double &smallalpha, const double &highalpha, const vpColor &color=vpColor::green, unsigned int thickness=1) | vpMeEllipse | static |
| get_ABE() const | vpMeEllipse | inline |
| get_cP() const | vpTracker | inline |
| get_nij() const | vpMeEllipse | inline |
| get_p() const | vpTracker | inline |
| getArea() const | vpMeEllipse | inline |
| getCenter() const | vpMeEllipse | inline |
| getExpectedDensity() const | vpMeEllipse | inline |
| getFirstEndpoint() const | vpMeEllipse | inline |
| getHighestAngle() const | vpMeEllipse | inline |
| getMe() | vpMeTracker | inline |
| getMeList() | vpMeTracker | inline |
| getMeList() const | vpMeTracker | inline |
| getNbPoints() const | vpMeTracker | inline |
| getNumberOfGoodPoints() const | vpMeEllipse | inline |
| getParameters() | vpMeEllipse | protected |
| getSecondEndpoint() const | vpMeEllipse | inline |
| getSmallestAngle() const | vpMeEllipse | inline |
| init() | vpMeTracker | |
| initTracking(const vpImage< unsigned char > &I, bool trackCircle=false, bool trackArc=false) | vpMeEllipse | |
| initTracking(const vpImage< unsigned char > &I, std::optional< std::vector< vpImagePoint > > &opt_ips, bool trackCircle=false, bool trackArc=false) | vpMeEllipse | inline |
| initTracking(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &iP, bool trackCircle=false, bool trackArc=false) | vpMeEllipse | |
| initTracking(const vpImage< unsigned char > &I, const vpColVector ¶m, vpImagePoint *pt1=nullptr, const vpImagePoint *pt2=nullptr, bool trackCircle=false) | vpMeEllipse | |
| vpMeTracker::initTracking(const vpImage< unsigned char > &I) | vpMeTracker | |
| inMask(const vpImage< bool > *mask, unsigned int i, unsigned int j) | vpMeTracker | inlinestatic |
| inMeMaskCandidates(const vpImage< bool > *meMaskCandidates, unsigned int i, unsigned int j) | vpMeTracker | static |
| inRoiMask(const vpImage< bool > *mask, unsigned int i, unsigned int j) | vpMeTracker | static |
| leastSquare(const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &iP) | vpMeEllipse | protected |
| leastSquareRobust(const vpImage< unsigned char > &I) | vpMeEllipse | protected |
| leastSquareRobustCircle(const double &um, const double &vm, unsigned int &k, vpColVector &w) | vpMeEllipse | protected |
| leastSquareRobustEllipse(const double &um, const double &vm, unsigned int &k, vpColVector &w) | vpMeEllipse | protected |
| m_a | vpMeEllipse | protected |
| m_alpha1 | vpMeEllipse | protected |
| m_alpha2 | vpMeEllipse | protected |
| m_alphamax | vpMeEllipse | protected |
| m_alphamin | vpMeEllipse | protected |
| m_angleList | vpMeEllipse | protected |
| m_arcEpsilon | vpMeEllipse | protected |
| m_b | vpMeEllipse | protected |
| m_ce | vpMeEllipse | protected |
| m_e | vpMeEllipse | protected |
| m_expectedDensity | vpMeEllipse | protected |
| m_iP1 | vpMeEllipse | protected |
| m_iP2 | vpMeEllipse | protected |
| m_iPc | vpMeEllipse | protected |
| m_K | vpMeEllipse | protected |
| m_m00 | vpMeEllipse | protected |
| m_mask | vpMeTracker | protected |
| m_maskCandidates | vpMeTracker | protected |
| m_me | vpMeTracker | protected |
| m_meList | vpMeTracker | protected |
| m_n02 | vpMeEllipse | protected |
| m_n11 | vpMeEllipse | protected |
| m_n20 | vpMeEllipse | protected |
| m_nGoodElement | vpMeTracker | protected |
| m_numberOfGoodPoints | vpMeEllipse | protected |
| m_se | vpMeEllipse | protected |
| m_selectDisplay | vpMeTracker | protected |
| m_thresholdWeight | vpMeEllipse | protected |
| m_trackArc | vpMeEllipse | protected |
| m_trackCircle | vpMeEllipse | protected |
| m_uc | vpMeEllipse | protected |
| m_vc | vpMeEllipse | protected |
| numberOfSignal() | vpMeTracker | |
| operator=(const vpMeEllipse &me_ellipse) | vpMeEllipse | |
| vpMeTracker::operator=(vpMeTracker &meTracker) | vpMeTracker | |
| vpTracker::operator=(const vpTracker &tracker) | vpTracker | |
| outOfImage(int i, int j, int border, int nrows, int ncols) | vpMeTracker | |
| outOfImage(const vpImagePoint &iP, int border, int nrows, int ncols) | vpMeTracker | |
| p | vpTracker | |
| plugHoles(const vpImage< unsigned char > &I) | vpMeEllipse | protected |
| printParameters() const | vpMeEllipse | |
| reset() | vpMeTracker | |
| sample(const vpImage< unsigned char > &I, bool doNotTrack=false) VP_OVERRIDE | vpMeEllipse | protectedvirtual |
| setDisplay(vpMeSite::vpMeSiteDisplayType select) | vpMeTracker | inline |
| setEndpoints(const vpImagePoint &pt1, const vpImagePoint &pt2) | vpMeEllipse | inline |
| setMask(const vpImage< bool > &mask) | vpMeTracker | inlinevirtual |
| setMaskCandidates(const vpImage< bool > *maskCandidates) | vpMeTracker | inlinevirtual |
| setMe(vpMe *me) | vpMeTracker | inline |
| setMeList(const std::list< vpMeSite > &meList) | vpMeTracker | inline |
| setThresholdRobust(double threshold) | vpMeEllipse | inline |
| totalNumberOfSignal() | vpMeTracker | |
| track(const vpImage< unsigned char > &I) | vpMeEllipse | |
| updateTheta() | vpMeEllipse | protected |
| vpMeEllipse() | vpMeEllipse | |
| vpMeEllipse(const vpMeEllipse &me_ellipse) | vpMeEllipse | |
| vpMeTracker() | vpMeTracker | |
| vpMeTracker(const vpMeTracker &meTracker) | vpMeTracker | |
| vpTracker() | vpTracker | |
| vpTracker(const vpTracker &tracker) | vpTracker | |
| ~vpMeEllipse() VP_OVERRIDE | vpMeEllipse | virtual |
| ~vpMeTracker() VP_OVERRIDE | vpMeTracker | virtual |
| ~vpTracker() | vpTracker | inlinevirtual |