Searched refs:dctSize (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp53 // dctSize - size of the block for which DCT is calculated
58 // 0 < objSize.width <= dctSize.width,
59 // 0 < objSize.height <= dctSize.height.
68 // Nx = floor((roi.width - dctSize.width + delta.width)/delta.width);
69 // Ny = floor((roi.height - dctSize.height + delta.height)/delta.height);
86 // D = DCT(I[x*delta.width : x*delta.width + dctSize.width,
87 // y*delta.height : y*delta.height + dctSize.height]);
118 float *obs, CvSize dctSize,
136 int n1 = dctSize.height, m1 = n1 / 2;
137 int n2 = dctSize
117 icvImgToObs_DCT_8u32f_C1R( uchar * img, int imgStep, CvSize roi, float *obs, CvSize dctSize, CvSize obsSize, CvSize delta ) argument
312 icvImgToObs_DCT_32f_C1R( float * img, int imgStep, CvSize roi, float *obs, CvSize dctSize, CvSize obsSize, CvSize delta ) argument
603 cvImgToObs_DCT( const void* arr, float *obs, CvSize dctSize, CvSize obsSize, CvSize delta ) argument
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h190 CVAPI(void) cvImgToObs_DCT( const CvArr* arr, float* obs, CvSize dctSize,

Completed in 155 milliseconds