HomeSort by relevance Sort by last modified time
    Searched refs:transVect (Results 1 - 5 of 5) sorted by null

  /external/opencv/cvaux/src/
cv3dtracker.cpp 226 float transVect[3];
236 transVect);
241 if (transVect[0] > 1000*square_size
242 || transVect[1] > 1000*square_size
243 || transVect[2] > 1000*square_size)
260 { transVect[0], transVect[1], transVect[2], 1.f } };
cvcalibfilter.cpp 268 float* transVect = (float*)cvAlloc( n * 3 * sizeof(transVect[0]));
288 transVect, rotMatr, 0 );
300 memcpy( cameraParams[i].transVect, transVect, 3 * sizeof(transVect[0]));
338 cvFree( &transVect );
cvtrifocal.cpp     [all...]
cvepilines.cpp 56 CvMatr32f transVect,
179 CvMatr64d transVect
190 icvAddVector_64d(tmpVect,transVect,(double*)M1,3);
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 516 float transVect[3]; /* rotation matrix and transition vector relatively
579 CvMatr64d transVect
683 CvMatr64d camMatr,CvMatr64d rotMatr,CvVect64d transVect,
    [all...]

Completed in 58 milliseconds