Searched defs:start_process (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvfilter.cpp199 void CvBaseImageFilter::start_process( CvSlice x_range, int width ) function in class:CvBaseImageFilter
498 start_process( cvSlice(src_roi.x, src_roi.x + src_roi.width), width );
H A Dcvmorph.cpp302 void CvMorphology::start_process( CvSlice x_range, int width ) function in class:CvMorphology
304 CvBaseImageFilter::start_process( x_range, width );
H A Dcvsmooth.cpp173 void CvBoxFilter::start_process( CvSlice x_range, int width ) function in class:CvBoxFilter
175 CvBaseImageFilter::start_process( x_range, width );

Completed in 192 milliseconds