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