Searched refs:start_process (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/include/ |
D | cv.hpp | 124 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/ |
D | cvmorph.cpp | 302 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()
|
D | cvsmooth.cpp | 173 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()
|
D | cvfilter.cpp | 199 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()
|