Searched refs:_border_value (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/include/ |
D | cv.hpp | 69 CvScalar _border_value=cvScalarAll(0) ); 86 CvScalar _border_value=cvScalarAll(0) ); 172 CvScalar _border_value=cvScalarAll(0) ); 179 CvScalar _border_value=cvScalarAll(0) ); 190 CvScalar _border_value=cvScalarAll(0) ); 220 CvScalar _border_value=cvScalarAll(0) ); 227 CvScalar _border_value=cvScalarAll(0) ); 234 CvScalar _border_value=cvScalarAll(0) ); 257 CvScalar _border_value=cvScalarAll(0) ); 262 CvScalar _border_value=cvScalarAll(0) ); [all …]
|
/external/opencv/cv/src/ |
D | cvderiv.cpp | 368 int _ksize, int _border_mode, CvScalar _border_value ) in CvLaplaceFilter() argument 371 init( _max_width, _src_type, _dst_type, _normalized, _ksize, _border_mode, _border_value ); in CvLaplaceFilter() 399 int _ksize0, int _border_mode, CvScalar _border_value ) in init() argument 428 cvPoint(-1,-1), _border_mode, _border_value ); in init() 468 CvScalar _border_value ) in init() argument 471 _ksize, _anchor, _border_mode, _border_value ); in init() 478 CvScalar _border_value ) in init() argument 481 _anchor, _border_mode, _border_value ); in init()
|
D | cvmorph.cpp | 133 int _border_mode, CvScalar _border_value ) in CvMorphology() argument 139 _border_mode, _border_value ); in CvMorphology() 160 int _border_mode, CvScalar _border_value ) in init() argument 192 _element_shape == RECT, _ksize, _anchor, _border_mode, _border_value )); in init() 295 CvScalar _border_value ) in init() argument 298 _ksize, _anchor, _border_mode, _border_value ); in init()
|
D | cvfilter.cpp | 70 int _border_mode, CvScalar _border_value ) in CvBaseImageFilter() argument 80 _ksize, _anchor, _border_mode, _border_value ); in CvBaseImageFilter() 126 int _border_mode, CvScalar _border_value ) in init() argument 155 border_value = _border_value; in init() 643 CvScalar _border_value ) in CvSepFilter() argument 647 init( _max_width, _src_type, _dst_type, _kx, _ky, _anchor, _border_mode, _border_value ); in CvSepFilter() 671 CvScalar _border_value ) in init() argument 701 _anchor, _border_mode, _border_value )); in init() 894 CvScalar _border_value ) in init() argument 897 _ksize, _anchor, _border_mode, _border_value ); in init() [all …]
|
D | cvsmooth.cpp | 91 CvScalar _border_value ) in CvBoxFilter() argument 98 _ksize, _anchor, _border_mode, _border_value ); in CvBoxFilter() 111 CvScalar _border_value ) in init() argument 129 _anchor, _border_mode, _border_value ); in init()
|