Searched defs:avgStep (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cveigenobjects.cpp | 202 // avgStep - full width of averaged object row in bytes 214 void *userData, float *avg, int avgStep, 231 if( size.width > objStep || 4 * size.width > avgStep || size.height < 1 ) 234 avgStep /= 4; 283 for( k = 0; k < size.height; k++, fu += avgStep ) 313 for( k = 0; k < size.height; k++, fu += avgStep ) 369 k++, bu1 += objStep, bu2 += objStep, a += avgStep ) 437 // avgStep - full width of averaged object row in bytes 474 int avgStep, float *eigVals ) 498 4 * size.width > avgStep || siz 212 icvCalcCovarMatrixEx_8u32fR( int nObjects, void *input, int objStep1, int ioFlags, int ioBufSize, uchar* buffer, void *userData, float *avg, int avgStep, CvSize size, float *covarMatrix ) argument 470 icvCalcEigenObjects_8u32fR( int nObjects, void* input, int objStep, void* output, int eigStep, CvSize size, int ioFlags, int ioBufSize, void* userData, CvTermCriteria* calcLimit, float* avg, int avgStep, float *eigVals ) argument 884 icvCalcDecompCoeff_8u32fR( uchar* obj, int objStep, float *eigObj, int eigStep, float *avg, int avgStep, CvSize size ) argument 961 icvEigenDecomposite_8u32fR( uchar * obj, int objStep, int nEigObjs, void *eigInput, int eigStep, int ioFlags, void *userData, float *avg, int avgStep, CvSize size, float *coeffs ) argument 1055 icvEigenProjection_8u32fR( int nEigObjs, void *eigInput, int eigStep, int ioFlags, void *userData, float *coeffs, float *avg, int avgStep, uchar * rest, int restStep, CvSize size ) argument [all...] |
Completed in 128 milliseconds