OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_set
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/viz/include/opencv2/viz/
viz3d.hpp
212
void setBackgroundColor(const Color& color = Color::black(), const Color& color2 = Color::
not_set
());
types.hpp
114
static Color
not_set
();
313
inline cv::viz::Color cv::viz::Color::
not_set
() { return Color(-1, -1, -1); }
function in class:cv::viz::Color
Completed in 48 milliseconds