Searched refs:randomColor (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/samples/cpp/ |
D | drawing.cpp | 13 static Scalar randomColor(RNG& rng) in randomColor() function 42 line( image, pt1, pt2, randomColor(rng), rng.uniform(1,10), lineType ); in main() 58 rectangle( image, pt1, pt2, randomColor(rng), MAX(thickness, -1), lineType ); in main() 76 randomColor(rng), rng.uniform(-1,9), lineType ); in main() 101 polylines(image, ppt, npt, 2, true, randomColor(rng), rng.uniform(1,10), lineType); in main() 126 fillPoly(image, ppt, npt, 2, randomColor(rng), lineType); in main() 139 circle(image, center, rng.uniform(0, 300), randomColor(rng), in main() 154 rng.uniform(0,100)*0.05+0.1, randomColor(rng), rng.uniform(1, 10), lineType); in main()
|
/external/opencv3/samples/cpp/tutorial_code/core/Matrix/ |
D | Drawing_2.cpp | 26 static Scalar randomColor( RNG& rng ); 98 static Scalar randomColor( RNG& rng ) in randomColor() function 119 line( image, pt1, pt2, randomColor(rng), rng.uniform(1, 10), 8 ); in Drawing_Random_Lines() 144 rectangle( image, pt1, pt2, randomColor(rng), MAX( thickness, -1 ), lineType ); in Drawing_Random_Rectangles() 174 randomColor(rng), rng.uniform(-1,9), lineType ); in Drawing_Random_Ellipses() 211 polylines(image, ppt, npt, 2, true, randomColor(rng), rng.uniform(1,10), lineType); in Drawing_Random_Polylines() 246 fillPoly( image, ppt, npt, 2, randomColor(rng), lineType ); in Drawing_Random_Filled_Polygons() 268 circle( image, center, rng.uniform(0, 300), randomColor(rng), in Drawing_Random_Circles() 293 rng.uniform(0,100)*0.05+0.1, randomColor(rng), rng.uniform(1, 10), lineType); in Displaying_Random_Text()
|
/external/opencv3/doc/tutorials/core/random_generator_and_text/ |
D | random_generator_and_text.markdown | 96 line( image, pt1, pt2, randomColor(rng), rng.uniform(1, 10), 8 ); 122 randomColor(rng) 126 static Scalar randomColor( RNG& rng ) 153 rng.uniform(0,100)*0.05+0.1, randomColor(rng), rng.uniform(1, 10), lineType); 166 rng.uniform(0,100)*0.05+0.1, randomColor(rng), rng.uniform(1, 10), lineType); 175 - The text color is random (denoted by **randomColor(rng)**)
|
/external/deqp/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 370 static tcu::Vec4 randomColor (de::Random* rnd) in randomColor() function 407 *col = randomColor(&rnd); in iterate()
|