Home
last modified time | relevance | path

Searched refs:start_process (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/include/
Dcv.hpp124 virtual void start_process( CvSlice x_range, int width );
271 virtual void start_process( CvSlice x_range, int width );
356 void start_process( CvSlice x_range, int width );
/external/opencv/cv/src/
Dcvmorph.cpp302 void CvMorphology::start_process( CvSlice x_range, int width ) in start_process() function in CvMorphology
304 CvBaseImageFilter::start_process( x_range, width ); in start_process()
Dcvsmooth.cpp173 void CvBoxFilter::start_process( CvSlice x_range, int width ) in start_process() function in CvBoxFilter
175 CvBaseImageFilter::start_process( x_range, width ); in start_process()
Dcvfilter.cpp199 void CvBaseImageFilter::start_process( CvSlice x_range, int width ) in start_process() function in CvBaseImageFilter
498 start_process( cvSlice(src_roi.x, src_roi.x + src_roi.width), width ); in process()