Home
last modified time | relevance | path

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

/dports/misc/visp/visp-3.4.0/modules/gui/test/display/
H A DtestDisplays.cpp183 vpDisplay::displayDotLine(I, iP1, iP2, vpColor::blue, 3); in draw()
189 vpDisplay::displayDotLine(I, iP1, iP2, vpColor::blue, 3); in draw()
195 vpDisplay::displayDotLine(I, iP1, iP2, vpColor::blue, 3); in draw()
201 vpDisplay::displayDotLine(I, iP1, iP2, vpColor::cyan, 3); in draw()
207 vpDisplay::displayDotLine(I, iP1, iP2, vpColor::green, 3); in draw()
H A DtestDisplayPolygonLines.cpp188 vpDisplay::displayDotLine(I, polygon.getCorners(), true, vpColor::red, 2); in main()
221 vpDisplay::displayDotLine(I_color, polygon.getCorners(), false, vpColor::red, 2); in main()
H A DtestDisplayScaled.cpp216 vpDisplay::displayDotLine(I, center - v_offset - h_offset, center, vpColor::cyan, thickness); in test()
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpDisplay.h331 …virtual void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
731 …static void displayDotLine(const vpImage<unsigned char> &I, const vpImagePoint &ip1, const vpImage…
733 …static void displayDotLine(const vpImage<unsigned char> &I, int i1, int j1, int i2, int j2, const …
735 static void displayDotLine(const vpImage<unsigned char> &I, const std::vector<vpImagePoint> &ips,
737 static void displayDotLine(const vpImage<unsigned char> &I, const std::list<vpImagePoint> &ips,
835 …static void displayDotLine(const vpImage<vpRGBa> &I, const vpImagePoint &ip1, const vpImagePoint &…
837 …static void displayDotLine(const vpImage<vpRGBa> &I, int i1, int j1, int i2, int j2, const vpColor…
839 …static void displayDotLine(const vpImage<vpRGBa> &I, const std::vector<vpImagePoint> &ips, bool cl…
841 …static void displayDotLine(const vpImage<vpRGBa> &I, const std::list<vpImagePoint> &ips, bool clos…
/dports/misc/visp/visp-3.4.0/modules/core/src/display/
H A DvpDisplay_uchar.cpp211 void vpDisplay::displayDotLine(const vpImage<unsigned char> &I, const vpImagePoint &ip1, const vpIm… in displayDotLine() function in vpDisplay
225 void vpDisplay::displayDotLine(const vpImage<unsigned char> &I, int i1, int j1, int i2, int j2, con… in displayDotLine() function in vpDisplay
240 void vpDisplay::displayDotLine(const vpImage<unsigned char> &I, const std::vector<vpImagePoint> &ip… in displayDotLine() function in vpDisplay
262 void vpDisplay::displayDotLine(const vpImage<unsigned char> &I, const std::list<vpImagePoint> &ips, in displayDotLine() function in vpDisplay
H A DvpDisplay_rgba.cpp210 void vpDisplay::displayDotLine(const vpImage<vpRGBa> &I, const vpImagePoint &ip1, const vpImagePoin… in displayDotLine() function in vpDisplay
224 void vpDisplay::displayDotLine(const vpImage<vpRGBa> &I, int i1, int j1, int i2, int j2, const vpCo… in displayDotLine() function in vpDisplay
239 void vpDisplay::displayDotLine(const vpImage<vpRGBa> &I, const std::vector<vpImagePoint> &ips, bool… in displayDotLine() function in vpDisplay
261 void vpDisplay::displayDotLine(const vpImage<vpRGBa> &I, const std::list<vpImagePoint> &ips, bool c… in displayDotLine() function in vpDisplay
H A DvpDisplay_impl.h176 (I.display)->displayDotLine(ip1, ip2, color, thickness); in vp_display_display_dot_line()
190 (I.display)->displayDotLine(ip1, ip2, color, thickness); in vp_display_display_dot_line()
/dports/misc/visp/visp-3.4.0/example/manual/image-manipulation/
H A DmanDisplay.cpp97 vpDisplay::displayDotLine(I, ip1, ip2, vpColor::green, 3); in main()
/dports/misc/visp/visp-3.4.0/modules/gui/include/visp3/gui/
H A DvpDisplayGTK.h197 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
H A DvpDisplayWin32.h172 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
H A DvpDisplayX.h223 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
H A DvpDisplayOpenCV.h256 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
/dports/misc/visp/visp-3.4.0/example/device/display/
H A DdisplayXMulti.cpp329 vpDisplay::displayDotLine(I1, ip1, ip2, vpColor::green); in main()
H A DdisplayD3D.cpp315 vpDisplay::displayDotLine(I, ip1, ip2, vpColor::green); in main()
H A DdisplayGDI.cpp314 vpDisplay::displayDotLine(I, ip1, ip2, vpColor::green); in main()
H A DdisplayOpenCV.cpp322 vpDisplay::displayDotLine(I, ip1, ip2, vpColor::green); in main()
H A DdisplayX.cpp322 vpDisplay::displayDotLine(I, ip1, ip2, vpColor::green); in main()
H A DdisplayGTK.cpp322 vpDisplay::displayDotLine(I, ip1, ip2, vpColor::green); in main()
/dports/misc/visp/visp-3.4.0/modules/gui/src/plot/
H A DvpPlotGraph.cpp291 …vpDisplay::displayDotLine(I, vpImagePoint(dTopLeft.get_i(), x), vpImagePoint(dTopLeft.get_i() + dH… in displayGrid()
294 …vpDisplay::displayDotLine(I, vpImagePoint(yorg, x), vpImagePoint(yorg - 3, x), vpColor::black, gri… in displayGrid()
325 …vpDisplay::displayDotLine(I, vpImagePoint(y, dTopLeft.get_j()), vpImagePoint(y, dTopLeft.get_j() +… in displayGrid()
328 …vpDisplay::displayDotLine(I, vpImagePoint(y, xorg), vpImagePoint(y, xorg + 3), vpColor::black, gri… in displayGrid()
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/
H A DvpDisplayGTK.cpp331 …void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsign… in displayDotLine() function in vpDisplayGTK::Impl
1161 void vpDisplayGTK::displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &… in displayDotLine() function in vpDisplayGTK
1169 m_impl->displayDotLine(ip1, ip2, color, thickness, m_scale); in displayDotLine()
H A DvpDisplayOpenCV.cpp1285 void vpDisplayOpenCV::displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColo… in displayDotLine() function in vpDisplayOpenCV
H A DvpDisplayX.cpp2552 void vpDisplayX::displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &co… in displayDotLine() function in vpDisplayX
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/windows/
H A DvpDisplayWin32.cpp695 void vpDisplayWin32::displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor… in displayDotLine() function in vpDisplayWin32
/dports/misc/visp/visp-3.4.0/modules/tracker/blob/src/dots/
H A DvpDot2.cpp2425 vpDisplay::displayDotLine(I, cogStar[i], dot[i].getCog(), vpColor::red); in trackAndDisplay()
/dports/misc/visp/visp-3.4.0/
H A DChangeLog324 vpDisplay::displayDotLine())