|
void | icvSepConvSmall3_32f (float *src, int src_step, float *dst, int dst_step, CvSize src_size, const float *kx, const float *ky, float *buffer) |
|
typedef | CvStatus (CV_STDCALL *CvSobelFixedIPPFunc)(const void *src |
|
void | icvCrossCorr (const CvArr *_img, const CvArr *_templ, CvArr *_corr, CvPoint anchor=cvPoint(0, 0)) |
|
CvStatus CV_STDCALL | icvCopyReplicateBorder_8u (const uchar *src, int srcstep, CvSize srcroi, uchar *dst, int dststep, CvSize dstroi, int left, int right, int cn, const uchar *value=0) |
|
CvMat * | icvIPPFilterInit (const CvMat *src, int stripe_size, CvSize ksize) |
|
int | icvIPPFilterNextStripe (const CvMat *src, CvMat *temp, int y, CvSize ksize, CvPoint anchor) |
|
int | icvIPPSepFilter (const CvMat *src, CvMat *dst, const CvMat *kernelX, const CvMat *kernelY, CvPoint anchor) |
|
void | icvInitLinearCoeffTab () |
|
void | icvInitCubicCoeffTab () |
|
CvStatus CV_STDCALL | icvGetRectSubPix_8u_C1R (const uchar *src, int src_step, CvSize src_size, uchar *dst, int dst_step, CvSize win_size, CvPoint2D32f center) |
|
CvStatus CV_STDCALL | icvGetRectSubPix_8u32f_C1R (const uchar *src, int src_step, CvSize src_size, float *dst, int dst_step, CvSize win_size, CvPoint2D32f center) |
|
CvStatus CV_STDCALL | icvGetRectSubPix_32f_C1R (const float *src, int src_step, CvSize src_size, float *dst, int dst_step, CvSize win_size, CvPoint2D32f center) |
|
CvStatus CV_STDCALL | icvGetQuadrangleSubPix_8u_C1R (const uchar *src, int src_step, CvSize src_size, uchar *dst, int dst_step, CvSize win_size, const float *matrix) |
|
CvStatus CV_STDCALL | icvGetQuadrangleSubPix_8u32f_C1R (const uchar *src, int src_step, CvSize src_size, float *dst, int dst_step, CvSize win_size, const float *matrix) |
|
CvStatus CV_STDCALL | icvGetQuadrangleSubPix_32f_C1R (const float *src, int src_step, CvSize src_size, float *dst, int dst_step, CvSize win_size, const float *matrix) |
|