Home | History | Annotate | Download | only in include

Lines Matching refs:size1

798 CV_INLINE  float  cvCalcEMD( const float* signature1, int size1,
805 CvMat sign1 = cvMat( size1, dims + 1, CV_32FC1, (void*)signature1 );