Home
last modified time | relevance | path

Searched defs:getMovingEdge (Results 1 – 2 of 2) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/include/visp3/mbt/
H A DvpMbEdgeTracker.h353 virtual inline void getMovingEdge(vpMe &p_me) const { p_me = this->me; } in getMovingEdge() function
359 virtual inline vpMe getMovingEdge() const { return this->me; } in getMovingEdge() function
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/
H A DvpMbGenericTracker.cpp1474 vpMe vpMbGenericTracker::getMovingEdge() const in getMovingEdge() function in vpMbGenericTracker
1495 void vpMbGenericTracker::getMovingEdge(vpMe &me1, vpMe &me2) const in getMovingEdge() function in vpMbGenericTracker
1514 void vpMbGenericTracker::getMovingEdge(std::map<std::string, vpMe> &mapOfMovingEdges) const in getMovingEdge() function in vpMbGenericTracker