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
|