Home
last modified time | relevance | path

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

12345678910>>...16

/dports/misc/visp/visp-3.4.0/modules/core/src/display/
H A DvpColor.cpp48 vpColor const vpColor::black = vpColor(0, 0, 0, id_black);
51 vpColor const vpColor::white = vpColor(255, 255, 255, id_white);
56 vpColor const vpColor::gray = vpColor(128, 128, 128, id_gray);
65 vpColor const vpColor::red = vpColor(255, 0, 0, id_red);
68 vpColor const vpColor::darkRed = vpColor(128, 0, 0, id_darkRed);
74 vpColor const vpColor::green = vpColor(0, 255, 0, id_green);
83 vpColor const vpColor::blue = vpColor(0, 0, 255, id_blue);
92 vpColor const vpColor::cyan = vpColor(0, 255, 255, id_cyan);
100 vpColor const vpColor::none = vpColor(0, 0, 0, id_unknown);
105 vpColor const vpColor::allColors[vpColor::nbColors] = {vpColor::blue, // 12
[all …]
H A DvpDisplay_uchar.cpp116 const vpColor &color) in displayCharString()
135 const vpColor &color) in displayCharString()
153 const vpColor &color, bool fill, unsigned int thickness) in displayCircle()
185 const vpColor &color, unsigned int thickness) in displayCross()
212 const vpColor &color, unsigned int thickness) in displayDotLine()
407 const vpColor &color, unsigned int thickness, bool segment) in displayLine()
489 bool closeTheShape, const vpColor &color, unsigned int thickness) in displayLine()
565 const vpColor &color, unsigned int thickness, bool closed) in displayPolygon()
607 const vpColor &color, bool fill, unsigned int thickness) in displayRectangle()
707 const vpColor &color) in displayText()
[all …]
H A DvpDisplay_rgba.cpp97 double size, const vpColor &color, unsigned int thickness) in displayCamera()
116 const vpColor &color) in displayCharString()
152 const vpColor &color, bool fill, unsigned int thickness) in displayCircle()
211 const vpColor &color, unsigned int thickness) in displayDotLine()
240 const vpColor &color, unsigned int thickness) in displayDotLine()
262 const vpColor &color, unsigned int thickness) in displayDotLine()
405 const vpColor &color, unsigned int thickness, bool segment) in displayLine()
488 const vpColor &color, unsigned int thickness) in displayLine()
510 const vpColor &color, unsigned int thickness) in displayLine()
606 const vpColor &color, bool fill, unsigned int thickness) in displayRectangle()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpColor.h316 vpColor const __declspec(selectany) vpColor::black = vpColor(0, 0, 0, id_black);
319 vpColor const __declspec(selectany) vpColor::white = vpColor(255, 255, 255, id_white);
324 vpColor const __declspec(selectany) vpColor::gray = vpColor(128, 128, 128, id_gray);
333 vpColor const __declspec(selectany) vpColor::red = vpColor(255, 0, 0, id_red);
336 vpColor const __declspec(selectany) vpColor::darkRed = vpColor(128, 0, 0, id_darkRed);
342 vpColor const __declspec(selectany) vpColor::green = vpColor(0, 255, 0, id_green);
351 vpColor const __declspec(selectany) vpColor::blue = vpColor(0, 0, 255, id_blue);
357 vpColor const __declspec(selectany) vpColor::yellow = vpColor(255, 255, 0, id_yellow);
360 vpColor const __declspec(selectany) vpColor::cyan = vpColor(0, 255, 255, id_cyan);
368 vpColor const __declspec(selectany) vpColor::none = vpColor(0, 0, 0, id_unknown);
[all …]
H A DvpDisplay.h275 virtual void clearDisplay(const vpColor &color = vpColor::white) = 0;
290 …splayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color = vpColor::white,
303 …splayCharString(const vpImagePoint &ip, const char *text, const vpColor &color = vpColor::green) =…
712 … const vpColor &color = vpColor::white, unsigned int w = 4, unsigned int h = 2,
715 … const vpColor &color = vpColor::white, unsigned int w = 4, unsigned int h = 2,
720 const vpColor &color);
747 … const vpCameraParameters &cam, double size, const vpColor &color = vpColor::none,
781 const vpColor &color);
817 … const vpColor &color = vpColor::white, unsigned int w = 4, unsigned int h = 2,
820 … const vpColor &color = vpColor::white, unsigned int w = 4, unsigned int h = 2,
[all …]
H A DvpFeatureDisplay.h67 … const vpImage<unsigned char> &I, const vpColor &color = vpColor::green,
70 const vpImage<vpRGBa> &I, const vpColor &color = vpColor::green,
74 const vpImage<unsigned char> &I, const vpColor &color = vpColor::green,
78 const vpImage<vpRGBa> &I, const vpColor &color = vpColor::green,
82 const vpColor &color = vpColor::green, unsigned int thickness = 1);
84 const vpColor &color = vpColor::green, unsigned int thickness = 1);
87 const vpColor &color = vpColor::green, unsigned int thickness = 1);
89 const vpColor &color = vpColor::green, unsigned int thickness = 1);
H A DvpImageDraw.h63 …awArrow(vpImage<vpRGBa> &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
69 const vpColor &color, unsigned int thickness = 1);
73 …void drawCross(vpImage<vpRGBa> &I, const vpImagePoint &ip, unsigned int size, const vpColor &color,
78 …tedLine(vpImage<vpRGBa> &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
85 … double coef2, double coef3, bool use_normalized_centered_moments, const vpColor &color,
92 … const vpCameraParameters &cam, double size, const vpColor &color = vpColor::none,
97 …rawLine(vpImage<vpRGBa> &I, const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
101 …static void drawPoint(vpImage<vpRGBa> &I, const vpImagePoint &ip, const vpColor &color, unsigned i…
106 const vpColor &color, unsigned int thickness = 1, bool closed = true);
110 static void drawRectangle(vpImage<vpRGBa> &I, const vpRect &rectangle, const vpColor &color,
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/windows/
H A DvpD3DRenderer.cpp85 pcolor = vpColor::black; in vpD3DRenderer()
89 pcolor = vpColor::blue; in vpD3DRenderer()
93 pcolor = vpColor::cyan; in vpD3DRenderer()
97 pcolor = vpColor::green; in vpD3DRenderer()
103 pcolor = vpColor::red; in vpD3DRenderer()
107 pcolor = vpColor::white; in vpD3DRenderer()
111 pcolor = vpColor::gray; in vpD3DRenderer()
127 pcolor = vpColor::blue; in vpD3DRenderer()
131 pcolor = vpColor::cyan; in vpD3DRenderer()
141 pcolor = vpColor::red; in vpD3DRenderer()
[all …]
H A DvpGDIRenderer.cpp63 pcolor = vpColor::black; in vpGDIRenderer()
67 pcolor = vpColor::blue; in vpGDIRenderer()
71 pcolor = vpColor::cyan; in vpGDIRenderer()
75 pcolor = vpColor::green; in vpGDIRenderer()
81 pcolor = vpColor::red; in vpGDIRenderer()
83 pcolor = vpColor::darkRed; in vpGDIRenderer()
85 pcolor = vpColor::white; in vpGDIRenderer()
89 pcolor = vpColor::gray; in vpGDIRenderer()
93 pcolor = vpColor::yellow; in vpGDIRenderer()
95 pcolor = vpColor::orange; in vpGDIRenderer()
[all …]
/dports/misc/visp/visp-3.4.0/modules/gui/include/visp3/gui/
H A DvpD3DRenderer.h91 unsigned long colors[vpColor::id_unknown];
94 COLORREF colorsGDI[vpColor::id_unknown];
113 void setPixel(const vpImagePoint &iP, const vpColor &color);
118 …void drawRect(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor
121 void clear(const vpColor &color);
123 …void drawCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fill =…
126 void drawText(const vpImagePoint &ip, const char *text, const vpColor &color);
164 …inline void setBufferPixel(unsigned char *buf, unsigned int pitch, int x, int y, const vpColor &co… in setBufferPixel()
168 if (color.id < vpColor::id_unknown) in setBufferPixel()
186 …inline void setBufferPixel(unsigned char *buf, unsigned int pitch, int x, int y, const vpColor &co… in setBufferPixel()
[all …]
H A DvpDisplayGTK.h186 void clearDisplay(const vpColor &color = vpColor::white);
190 …splayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color = vpColor::white,
192 …void displayCharString(const vpImagePoint &ip, const char *text, const vpColor &color = vpColor::g…
194 …void displayCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fil…
196 …void displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int th…
197 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
209 …void displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned …
211 void displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness = 1);
212 …ctangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color,
214 …void displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor
[all …]
H A DvpDisplayWin32.h129 void clearDisplay(const vpColor &color = vpColor::white);
162 …splayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color = vpColor::white,
165 …void displayCharString(const vpImagePoint &ip, const char *text, const vpColor &color = vpColor::g…
167 …void displayCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fil…
170 …void displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int th…
172 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
175 …void displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned …
177 void displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness = 1);
179 …ctangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color,
181 …void displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor
[all …]
H A DvpDisplayX.h211 void clearDisplay(const vpColor &color = vpColor::white);
215 …splayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color = vpColor::white,
218 …void displayCharString(const vpImagePoint &ip, const char *text, const vpColor &color = vpColor::g…
220 …void displayCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fil…
222 …void displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int th…
223 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
235 …void displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned …
236 void displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness = 1);
238 …ctangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color,
240 …void displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor
[all …]
H A DvpDisplayOpenCV.h244 void clearDisplay(const vpColor &color = vpColor::white);
248 …splayArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color = vpColor::white,
251 …void displayCharString(const vpImagePoint &ip, const char *text, const vpColor &color = vpColor::g…
253 …void displayCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fil…
255 …void displayCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int th…
256 void displayDotLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color,
268 …void displayLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned …
269 void displayPoint(const vpImagePoint &ip, const vpColor &color, unsigned int thickness = 1);
271 …ctangle(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color,
273 …void displayRectangle(const vpImagePoint &topLeft, const vpImagePoint &bottomRight, const vpColor
[all …]
H A DvpGDIRenderer.h68 COLORREF m_colors[vpColor::id_unknown];
94 void setPixel(const vpImagePoint &iP, const vpColor &color);
96 …void drawLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned int…
99 …void drawRect(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor
102 void clear(const vpColor &color);
104 …void drawCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, bool fill =…
107 void drawText(const vpImagePoint &ip, const char *text, const vpColor &color);
109 …void drawCross(const vpImagePoint &ip, unsigned int size, const vpColor &color, unsigned int thick…
111 …void drawArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsigned in…
H A DvpWin32Renderer.h92 virtual void setPixel(const vpImagePoint &iP, const vpColor &color) = 0;
106 …virtual void drawLine(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, unsi…
118 …rawRect(const vpImagePoint &topLeft, unsigned int width, unsigned int height, const vpColor &color,
125 virtual void clear(const vpColor &color) = 0;
135 …virtual void drawCircle(const vpImagePoint &center, unsigned int radius, const vpColor &color, boo…
144 virtual void drawText(const vpImagePoint &ip, const char *text, const vpColor &color) = 0;
153 virtual void drawCross(const vpImagePoint &ip, unsigned int size, const vpColor &color,
164 …virtual void drawArrow(const vpImagePoint &ip1, const vpImagePoint &ip2, const vpColor &color, uns…
/dports/misc/visp/visp-3.4.0/modules/vs/include/visp3/vs/
H A DvpServoDisplay.h66 vpColor currentColor = vpColor::green, vpColor desiredColor = vpColor::red,
69 vpColor currentColor = vpColor::green, vpColor desiredColor = vpColor::red,
/dports/misc/visp/visp-3.4.0/modules/gui/src/display/
H A DvpDisplayX.cpp1223 pcolor = vpColor::gray; in init()
1247 pcolor = vpColor::red; in init()
1271 pcolor = vpColor::green; in init()
1295 pcolor = vpColor::blue; in init()
1327 pcolor = vpColor::cyan; in init()
1349 pcolor = vpColor::black; in init()
1358 pcolor = vpColor::white; in init()
1376 pcolor = vpColor::gray; in init()
1403 pcolor = vpColor::red; in init()
1457 pcolor = vpColor::blue; in init()
[all …]
/dports/misc/visp/visp-3.4.0/modules/tracker/klt/include/visp3/klt/
H A DvpKltOpencv.h89 …void display(const vpImage<unsigned char> &I, const vpColor &color = vpColor::red, unsigned int th…
91 const vpColor &color = vpColor::green, unsigned int thickness = 1);
93 const vpColor &color = vpColor::green, unsigned int thickness = 1);
95 const std::vector<long> &featuresid, const vpColor &color = vpColor::green,
98 const std::vector<long> &featuresid, const vpColor &color = vpColor::green,
291 …void display(const vpImage<unsigned char> &I, vpColor color = vpColor::red, unsigned int thickness…
438 vpColor color = vpColor::green, unsigned int thickness = 1);
440 vpColor color = vpColor::green, unsigned int thickness = 1);
443 … const int &nbFeatures, vpColor color = vpColor::green, unsigned int thickness = 1);
445 … const int &nbFeatures, vpColor color = vpColor::green, unsigned int thickness = 1);
/dports/misc/visp/visp-3.4.0/modules/gui/test/display/
H A DtestDisplays.cpp166 vpDisplay::displayText(I, iP1, "Test...", vpColor::black); in draw()
173 vpDisplay::displayCircle(I, iP2, 30, vpColor::red, true, 3); in draw()
177 vpDisplay::displayCross(I, iP1, 5, vpColor::blue, 1); in draw()
183 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()
217 vpDisplay::displayLine(I, iP1, iP2, vpColor::orange, 3); in draw()
221 vpDisplay::displayPoint(I, iP1, vpColor::red); in draw()
[all …]
H A DtestDisplayPolygonLines.cpp174 …layText(I, 20, 20, "Left click to draw a polygon, right click when it is finished.", vpColor::red); in main()
181 …splay::displayText(I, 20, 20, "Shape is not closed. Click to display dashed lines.", vpColor::red); in main()
182 vpDisplay::displayLine(I, polygon.getCorners(), false, vpColor::red, 2); in main()
187 … vpDisplay::displayText(I, 20, 20, "Shape is closed. Click to draw on color image.", vpColor::red); in main()
188 vpDisplay::displayDotLine(I, polygon.getCorners(), true, vpColor::red, 2); in main()
208 vpColor::black); in main()
214 …y::displayText(I_color, 20, 20, "Shape is closed. Click to display dashed lines.", vpColor::black); in main()
215 vpDisplay::displayLine(I_color, polygon.getCorners(), true, vpColor::red, 2); in main()
220 vpDisplay::displayText(I_color, 20, 20, "Shape is not closed. Click to quit.", vpColor::black); in main()
221 vpDisplay::displayDotLine(I_color, polygon.getCorners(), false, vpColor::red, 2); in main()
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A DtestImageDraw.cpp76 font.drawText(I, "Test...", iP1, vpColor::blue); in main()
80 font.drawText(I, "Test...", iP1, vpColor::white, vpColor::black); in main()
86 vpImageDraw::drawCircle(I, iP1, 30, vpColor::red, 3); in main()
90 vpImageDraw::drawCross(I, iP1, 5, vpColor::blue, 1); in main()
96 vpImageDraw::drawDottedLine(I, iP1, iP2, vpColor::blue, 3); in main()
102 vpImageDraw::drawDottedLine(I, iP1, iP2, vpColor::blue, 3); in main()
108 vpImageDraw::drawDottedLine(I, iP1, iP2, vpColor::blue, 3); in main()
114 vpImageDraw::drawDottedLine(I, iP1, iP2, vpColor::cyan, 3); in main()
130 vpImageDraw::drawLine(I, iP1, iP2, vpColor::orange, 3); in main()
134 vpImageDraw::drawPoint(I, iP1, vpColor::red); in main()
[all …]
/dports/misc/visp/visp-3.4.0/modules/vs/src/
H A DvpServoDisplay.cpp81 vpColor currentColor, vpColor desiredColor, unsigned int thickness) in display()
88 if (desiredColor != vpColor::none) { in display()
92 if (currentColor != vpColor::none) { in display()
121 vpColor currentColor, vpColor desiredColor, unsigned int thickness) in display()
128 if (desiredColor != vpColor::none) { in display()
132 if (currentColor != vpColor::none) { in display()
/dports/misc/visp/visp-3.4.0/modules/tracker/me/include/visp3/me/
H A DvpMeLine.h183 void display(const vpImage<unsigned char> &I, vpColor col);
244 const double &B, const double &C, const vpColor &color = vpColor::green,
247 const double &B, const double &C, const vpColor &color = vpColor::green,
252 const vpColor &color = vpColor::green, unsigned int thickness = 1);
255 const vpColor &color = vpColor::green, unsigned int thickness = 1);
/dports/misc/visp/visp-3.4.0/demo/wireframe-simulator/
H A DservoSimuSphere.cpp369 vpDisplay::displayFrame(Iint, cMo, camera, 0.2, vpColor::none); in main()
370 vpDisplay::displayFrame(Iint, cdMo, camera, 0.2, vpColor::none); in main()
376 vpDisplay::displayFrame(Iext1, camMf, camera, 0.2, vpColor::none); in main()
379 vpDisplay::displayFrame(Iext2, camoMf, camera, 0.2, vpColor::none); in main()
445 vpDisplay::displayFrame(Iint, cMo, camera, 0.2, vpColor::none); in main()
446 vpDisplay::displayFrame(Iint, cdMo, camera, 0.2, vpColor::none); in main()
451 vpColor::none); in main()
463 vpDisplay::displayText(Iint, 40, 20, ss.str(), vpColor::red); in main()
482 vpDisplay::displayFrame(Iint, cMo, camera, 0.2, vpColor::none); in main()
483 vpDisplay::displayFrame(Iint, cdMo, camera, 0.2, vpColor::none); in main()
[all …]

12345678910>>...16