OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_ranges
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/python/test/
calchist.py
25
s_ranges
= [0, 255]
26
ranges = [h_ranges,
s_ranges
]
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
compareHist_Demo.cpp
50
float
s_ranges
[] = { 0, 256 };
local
52
const float* ranges[] = { h_ranges,
s_ranges
};
Completed in 122 milliseconds