Searched refs:_normalized (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/include/ |
D | cv.hpp | 254 bool _normalized, CvSize _ksize, 259 bool _normalized, CvSize _ksize, 286 bool _normalized, int _ksize, 291 bool _normalized, int _ksize,
|
/external/opencv/cv/src/ |
D | cvderiv.cpp | 367 CvLaplaceFilter::CvLaplaceFilter( int _max_width, int _src_type, int _dst_type, bool _normalized, in CvLaplaceFilter() argument 371 init( _max_width, _src_type, _dst_type, _normalized, _ksize, _border_mode, _border_value ); in CvLaplaceFilter() 398 void CvLaplaceFilter::init( int _max_width, int _src_type, int _dst_type, bool _normalized, in init() argument 410 normalized = _normalized; in init()
|
D | cvsmooth.cpp | 89 bool _normalized, CvSize _ksize, in CvBoxFilter() argument 97 init( _max_width, _src_type, _dst_type, _normalized, in CvBoxFilter() 109 bool _normalized, CvSize _ksize, in init() argument 118 normalized = _normalized; in init()
|