Home | History | Annotate | Download | only in src

Lines Matching refs:CvLaplaceFilter

361 CvLaplaceFilter::CvLaplaceFilter()
367 CvLaplaceFilter::CvLaplaceFilter( int _max_width, int _src_type, int _dst_type, bool _normalized,
375 CvLaplaceFilter::~CvLaplaceFilter()
381 void CvLaplaceFilter::get_work_params()
398 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, bool _normalized,
403 CV_FUNCNAME( "CvLaplaceFilter::init" );
465 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type,
475 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type,
489 const CvLaplaceFilter* state = (const CvLaplaceFilter*)params; \
547 const CvLaplaceFilter* state = (const CvLaplaceFilter*)params;
689 const CvLaplaceFilter* state = (const CvLaplaceFilter*)params;
800 CvLaplaceFilter laplacian;