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

  /external/opencv/cv/include/
cv.hpp 111 int get_work_type() const { return work_type; }
119 /* initializes work_type, buf_size and max_rows */
135 /* currently, work_type must be the same as src_type in case of non-separable filters */
136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvderiv.cpp 387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 );
389 row_sz = cvAlign( width*CV_ELEM_SIZE(work_type), ALIGN );
    [all...]
cvfilter.cpp 107 work_type = CV_MAKETYPE( max_depth, max_cn );
112 work_type = src_type;
115 row_sz = cvAlign( width*CV_ELEM_SIZE(work_type), ALIGN );
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type);
    [all...]
cvsmooth.cpp 176 int i, psz = CV_ELEM_SIZE(work_type);
    [all...]

Completed in 35 milliseconds