HomeSort by relevance Sort by last modified time
    Searched refs: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/
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...]
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...]
  /external/libxml2/
xpath.c 14067 int max_depth, min_depth; local
    [all...]

Completed in 691 milliseconds