HomeSort by relevance Sort by last modified time
    Searched refs:CvLaplaceFilter (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvderiv.cpp 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
    [all...]
  /external/opencv/cv/include/
cv.hpp 281 class CV_EXPORTS CvLaplaceFilter : public CvSepFilter
284 CvLaplaceFilter();
285 CvLaplaceFilter( int _max_width, int _src_type, int _dst_type,
289 virtual ~CvLaplaceFilter();

Completed in 26 milliseconds