Searched defs:eigInput (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cveigenobjects.cpp | 945 // eigInput - pointer either to array of pointers to eigen objects 962 void *eigInput, int eigStep, int ioFlags, 975 if( obj == NULL || eigInput == NULL || coeffs == NULL || avg == NULL ) 979 if( ((uchar **) eigInput)[i] == NULL ) 986 CvCallback read_callback = ((CvInput *) & eigInput)->callback; 1022 float w = icvCalcDecompCoeff_8u32fR( obj, objStep, ((float **) eigInput)[i], 1055 icvEigenProjection_8u32fR( int nEigObjs, void *eigInput, int eigStep, argument 1064 CvCallback read_callback = ((CvInput *) & eigInput)->callback; 1068 if( rest == NULL || eigInput == NULL || avg == NULL || coeffs == NULL ) 1074 if( ((uchar **) eigInput)[ 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 1598 cvEigenDecomposite( IplImage* obj, int nEigObjs, void* eigInput, int ioFlags, void* userData, IplImage* avg, float* coeffs ) argument 1715 cvEigenProjection( void* eigInput, int nEigObjs, int ioFlags, void* userData, float* coeffs, IplImage* avg, IplImage* proj ) argument [all...] |
Completed in 225 milliseconds