OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rgb_colors
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cv3dtracker.cpp
334
static const CvScalar
rgb_colors
[] = {
local
345
const CvScalar* colors = img->nChannels == 3 ?
rgb_colors
: gray_colors;
351
color = colors[y % ARRAY_SIZEOF(
rgb_colors
)];
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py
789
class
RGB_colors
(aetools.ComponentItem):
793
RGB_color =
RGB_colors
[
all
...]
Completed in 166 milliseconds