Home
last modified time | relevance | path

Searched refs:displayFullModel (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/include/visp3/mbt/
H A DvpMbtDistanceKltPoints.h145 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
147 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
155 bool displayFullModel = false);
H A DvpMbtDistanceCircle.h134 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
136 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
167 bool displayFullModel = false);
H A DvpMbtDistanceCylinder.h148 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
150 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
191 bool displayFullModel = false);
H A DvpMbtDistanceLine.h145 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
147 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
179 bool displayFullModel = false);
H A DvpMbEdgeKltTracker.h235 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
237 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
244 bool displayFullModel=false);
H A DvpMbDepthDenseTracker.h55 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
58 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
65 bool displayFullModel=false);
H A DvpMbDepthNormalTracker.h55 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
58 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
70 bool displayFullModel=false);
H A DvpMbtFaceDepthDense.h117 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
119 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
129 bool displayFullModel = false);
H A DvpMbKltTracker.h269 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
271 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
331 bool displayFullModel=false);
H A DvpMbGenericTracker.h105 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
107 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
112 bool displayFullModel = false);
115 … const vpColor &color, unsigned int thickness = 1, bool displayFullModel = false);
120 unsigned int thickness = 1, bool displayFullModel = false);
124 unsigned int thickness = 1, bool displayFullModel = false);
186 bool displayFullModel=false);
192 bool displayFullModel=false);
543 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
545 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
[all …]
H A DvpMbtDistanceKltCylinder.h144 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
146 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
H A DvpMbEdgeTracker.h334 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
336 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
345 bool displayFullModel=false);
H A DvpMbtFaceDepthNormal.h128 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
130 const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false);
143 bool displayFullModel = false);
H A DvpMbTracker.h672 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false) = 0;
686 … const vpColor &col, unsigned int thickness = 1, bool displayFullModel = false) = 0;
691 bool displayFullModel=false)=0;
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/edge/
H A DvpMbtDistanceCircle.cpp274 bool displayFullModel) in display() argument
276 std::vector<double> params = getModelForDisplay(cMo, camera, displayFullModel); in display()
298 bool displayFullModel) in display() argument
300 std::vector<double> params = getModelForDisplay(cMo, camera, displayFullModel); in display()
352 bool displayFullModel) in getModelForDisplay() argument
356 if ((isvisible && isTrackedCircle) || displayFullModel) { in getModelForDisplay()
H A DvpMbtDistanceLine.cpp616 bool displayFullModel) in display() argument
619 getModelForDisplay(I.getWidth(), I.getHeight(), cMo, camera, displayFullModel); in display()
641 bool displayFullModel) in display() argument
644 getModelForDisplay(I.getWidth(), I.getHeight(), cMo, camera, displayFullModel); in display()
732 bool displayFullModel) in getModelForDisplay() argument
736 if ((isvisible && isTrackedLine) || displayFullModel) { in getModelForDisplay()
756 if (useScanLine && !displayFullModel) { in getModelForDisplay()
H A DvpMbtDistanceCylinder.cpp518 bool displayFullModel) in display() argument
521 cMo, camera, displayFullModel); in display()
543 bool displayFullModel) in display() argument
546 cMo, camera, displayFullModel); in display()
618 bool displayFullModel) in getModelForDisplay() argument
622 if ((isvisible && isTrackedCylinder) || displayFullModel) { in getModelForDisplay()
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/klt/
H A DvpMbtDistanceKltPoints.cpp590 bool displayFullModel) in display() argument
592 std::vector<std::vector<double> > models = getModelForDisplay(camera, displayFullModel); in display()
604 bool displayFullModel) in display() argument
606 std::vector<std::vector<double> > models = getModelForDisplay(camera, displayFullModel); in display()
667 bool displayFullModel) in getModelForDisplay() argument
671 if ((polygon->isVisible() && isTrackedKltPoints) || displayFullModel) { in getModelForDisplay()
686 if (useScanLine && !displayFullModel) in getModelForDisplay()
H A DvpMbKltTracker.cpp1146 bool displayFullModel) in display() argument
1148 …dels = vpMbKltTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
1198 bool displayFullModel) in display() argument
1200 …dels = vpMbKltTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
1280 bool displayFullModel) in getModelForDisplay() argument
1301 if (useScanLine && !displayFullModel) in getModelForDisplay()
1306 …std::vector<std::vector<double> > modelLines = kltpoly->getModelForDisplay(cam, displayFullModel); in getModelForDisplay()
1319 … std::vector<double> paramsCircle = displayCircle->getModelForDisplay(cMo, cam, displayFullModel); in getModelForDisplay()
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/depth/
H A DvpMbDepthDenseTracker.cpp287 bool displayFullModel) in display() argument
289 …vpMbDepthDenseTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
302 bool displayFullModel) in display() argument
304 …vpMbDepthDenseTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
332 bool displayFullModel) in getModelForDisplay() argument
351 …r<double> > modelLines = face_dense->getModelForDisplay(width, height, cMo, cam, displayFullModel); in getModelForDisplay()
H A DvpMbtFaceDepthDense.cpp692 bool displayFullModel) in display() argument
694 …tor<double> > models = getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
705 bool displayFullModel) in display() argument
707 …tor<double> > models = getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
742 bool displayFullModel) in getModelForDisplay() argument
746 if ((m_polygon->isVisible() && m_isTrackedDepthDenseFace) || displayFullModel) { in getModelForDisplay()
752 …:vector<double> > lineModels = line->getModelForDisplay(width, height, cMo, cam, displayFullModel); in getModelForDisplay()
H A DvpMbDepthNormalTracker.cpp282 bool displayFullModel) in display() argument
284 …pMbDepthNormalTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
307 bool displayFullModel) in display() argument
309 …pMbDepthNormalTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
360 bool displayFullModel) in getModelForDisplay() argument
379 …<double> > modelLines = face_normal->getModelForDisplay(width, height, cMo, cam, displayFullModel); in getModelForDisplay()
H A DvpMbtFaceDepthNormal.cpp909 bool displayFullModel) in display() argument
911 …tor<double> > models = getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
922 bool displayFullModel) in display() argument
924 …tor<double> > models = getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
1598 bool displayFullModel) in getModelForDisplay() argument
1602 if ((m_polygon->isVisible() && m_isTrackedDepthNormalFace) || displayFullModel) { in getModelForDisplay()
1608 …:vector<double> > lineModels = line->getModelForDisplay(width, height, cMo, cam, displayFullModel); in getModelForDisplay()
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/hybrid/
H A DvpMbEdgeKltTracker.cpp1235 bool displayFullModel) in display() argument
1237 … = vpMbEdgeKltTracker::getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
1287 bool displayFullModel) in display() argument
1289 …tor<double> > models = getModelForDisplay(I.getWidth(), I.getHeight(), cMo, cam, displayFullModel); in display()
1329 bool displayFullModel) in getModelForDisplay() argument
1338 (*it)->getModelForDisplay(width, height, cMo, cam, displayFullModel); in getModelForDisplay()
1345 (*it)->getModelForDisplay(width, height, cMo, cam, displayFullModel); in getModelForDisplay()
1351 std::vector<double> paramsCircle = (*it)->getModelForDisplay(cMo, cam, displayFullModel); in getModelForDisplay()
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/
H A DvpMbGenericTracker.cpp614 bool displayFullModel) in display() argument
619 tracker->display(I, cMo, cam, col, thickness, displayFullModel); in display()
640 bool displayFullModel) in display() argument
645 tracker->display(I, cMo, cam, col, thickness, displayFullModel); in display()
670 unsigned int thickness, bool displayFullModel) in display() argument
674 it->second->display(I1, c1Mo, cam1, color, thickness, displayFullModel); in display()
677 it->second->display(I2, c2Mo, cam2, color, thickness, displayFullModel); in display()
703 bool displayFullModel) in display() argument
707 it->second->display(I1, c1Mo, cam1, color, thickness, displayFullModel); in display()
710 it->second->display(I2, c2Mo, cam2, color, thickness, displayFullModel); in display()
[all …]

12