OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_depth
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/include/
cv.hpp
136
int
min_depth
, src_type, dst_type, work_type;
member in class:CvBaseImageFilter
/external/opencv/cv/src/
cvfilter.cpp
59
min_depth
= CV_8U;
72
min_depth
= CV_8U;
106
max_depth = MAX( max_depth,
min_depth
);
634
min_depth
= CV_32F;
645
min_depth
= CV_32F;
[
all
...]
cvsmooth.cpp
81
min_depth
= CV_32S;
93
min_depth
= CV_32S;
126
min_depth
= CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F;
[
all
...]
/external/libxml2/
xpath.c
14067
int max_depth,
min_depth
;
local
[
all
...]
Completed in 3716 milliseconds