OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CV_CALC_MAX
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
_cvimgproc.h
64
#undef
CV_CALC_MAX
65
#define
CV_CALC_MAX
(a, b) if((a) < (b)) (a) = (b)
/external/opencv3/modules/imgproc/
precomp.hpp
90
#undef
CV_CALC_MAX
91
#define
CV_CALC_MAX
(a, b) if((a) < (b)) (a) = (b)
/external/opencv3/modules/imgproc/src/
precomp.hpp
90
#undef
CV_CALC_MAX
91
#define
CV_CALC_MAX
(a, b) if((a) < (b)) (a) = (b)
Completed in 74 milliseconds