Searched refs:CvLaplaceFilter (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvderiv.cpp361 CvLaplaceFilter::CvLaplaceFilter() function in class:CvLaplaceFilter
367 CvLaplaceFilter::CvLaplaceFilter( int _max_width, int _src_type, int _dst_type, bool _normalized, function in class:CvLaplaceFilter
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
[all...]
/external/opencv/cv/include/
H A Dcv.hpp281 class CV_EXPORTS CvLaplaceFilter : public CvSepFilter class in inherits:CvSepFilter
284 CvLaplaceFilter();
285 CvLaplaceFilter( int _max_width, int _src_type, int _dst_type,
289 virtual ~CvLaplaceFilter();

Completed in 65 milliseconds