OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_HIST_UNIFORM_FLAG
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cxcore/include/
cxtypes.h
796
#define
CV_HIST_UNIFORM_FLAG
(1 << 10)
806
it turns to
CV_HIST_UNIFORM_FLAG
of hist->type */
825
(((hist)->type &
CV_HIST_UNIFORM_FLAG
) != 0)
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
735
#define
CV_HIST_UNIFORM_FLAG
(1 << 10)
745
it turns to
CV_HIST_UNIFORM_FLAG
of hist->type */
764
(((hist)->type &
CV_HIST_UNIFORM_FLAG
) != 0)
[
all
...]
/external/opencv/cv/src/
cvhistogram.cpp
750
hist->type |=
CV_HIST_UNIFORM_FLAG
+ CV_HIST_RANGES_FLAG;
784
hist->type &= ~
CV_HIST_UNIFORM_FLAG
;
[
all
...]
/external/opencv3/modules/imgproc/src/
histogram.cpp
[
all
...]
Completed in 290 milliseconds