HomeSort by relevance Sort by last modified time
    Searched refs:get_src_type (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvsmooth.cpp 196 int cn = CV_MAT_CN(state->get_src_type());
222 int cn = CV_MAT_CN(state->get_src_type());
250 int cn = CV_MAT_CN(state->get_src_type());
311 int cn = CV_MAT_CN(state->get_src_type());
387 int cn = CV_MAT_CN(state->get_src_type());
445 int cn = CV_MAT_CN(state->get_src_type());
    [all...]
cvfilter.cpp 909 int cn = CV_MAT_CN(state->get_src_type());
    [all...]
cvderiv.cpp 496 int cn = CV_MAT_CN(state->get_src_type()); \
554 int cn = CV_MAT_CN(state->get_src_type());
696 int cn = CV_MAT_CN(state->get_src_type());
    [all...]
cvmorph.cpp 470 int cn = CV_MAT_CN(state->get_src_type()); \
529 int cn = CV_MAT_CN(state->get_src_type()); \
657 int cn = CV_MAT_CN(state->get_src_type()); \
    [all...]
  /external/opencv/cv/include/
cv.hpp 109 int get_src_type() const { return src_type; } function in class:CvBaseImageFilter

Completed in 667 milliseconds