Searched refs:_ky (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp169 const CvMat* _kx, const CvMat* _ky,
176 const CvMat* _kx, const CvMat* _ky,
202 static void init_sobel_kernel( CvMat* _kx, CvMat* _ky, int dx, int dy, int flags=0 );
203 static void init_scharr_kernel( CvMat* _kx, CvMat* _ky, int dx, int dy, int flags=0 );
303 const CvMat* _kx, const CvMat* _ky,
/external/opencv/cv/src/
H A Dcvfilter.cpp641 const CvMat* _kx, const CvMat* _ky,
647 init( _max_width, _src_type, _dst_type, _kx, _ky, _anchor, _border_mode, _border_value );
669 const CvMat* _kx, const CvMat* _ky,
684 if( !CV_IS_MAT(_kx) || !CV_IS_MAT(_ky) ||
686 (_ky->cols != 1 && _ky->rows != 1) ||
687 CV_MAT_CN(_kx->type) != 1 || CV_MAT_CN(_ky->type) != 1 ||
688 !CV_ARE_TYPES_EQ(_kx,_ky) )
698 _ksize.height = _ky->rows + _ky
[all...]
H A Dcvderiv.cpp476 const CvMat* _kx, const CvMat* _ky,
480 CvSepFilter::init( _max_width, _src_type, _dst_type, _kx, _ky,
491 const CvMat* _ky = state->get_y_kernel(); \
493 const dsttype* ky = (dsttype*)_ky->data.ptr; \
549 const CvMat* _ky = state->get_y_kernel();
551 const int* ky = (const int*)_ky->data.ptr;
691 const CvMat* _ky = state->get_y_kernel(); local
693 const float* ky = (const float*)_ky->data.ptr;

Completed in 84 milliseconds