OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotMatr
(Results
1 - 7
of
7
) sorted by null
/external/opencv/cvaux/src/
cv3dtracker.cpp
225
float
rotMatr
[9];
249
CvMat rotMatrDescr = cvMat(3, 3, CV_32FC1,
rotMatr
);
262
float rmat[4][4] = { {
rotMatr
[0],
rotMatr
[1],
rotMatr
[2], 0.f },
263
{
rotMatr
[3],
rotMatr
[4],
rotMatr
[5], 0.f },
264
{
rotMatr
[6],
rotMatr
[7], rotMatr[8], 0.f }
[
all
...]
cvcalibfilter.cpp
267
float*
rotMatr
= (float*)cvAlloc( n * 9 * sizeof(
rotMatr
[0]));
288
transVect,
rotMatr
, 0 );
299
memcpy( cameraParams[i].
rotMatr
,
rotMatr
, 9 * sizeof(
rotMatr
[0]));
337
cvFree( &
rotMatr
);
cvtrifocal.cpp
[
all
...]
cvepilines.cpp
55
int cvComputeEssentialMatrix( CvMatr32f
rotMatr
,
178
CvMatr64d
rotMatr
,
184
icvMulMatrix_64d(
rotMatr
,
[
all
...]
/external/opencv/cv/src/
cvgeometry.cpp
529
CvMat *
rotMatr
, CvMat *posVect,
542
if(projMatr == 0 || calibMatr == 0 ||
rotMatr
== 0 || posVect == 0)
545
if(!CV_IS_MAT(projMatr) || !CV_IS_MAT(calibMatr) || !CV_IS_MAT(
rotMatr
) || !CV_IS_MAT(posVect))
551
if(calibMatr->cols != 3 || calibMatr->rows != 3 ||
rotMatr
->cols != 3 ||
rotMatr
->rows != 3)
583
CV_CALL(cvRQDecomp3x3(tmpMatrixM, calibMatr,
rotMatr
, rotMatrX, rotMatrY, rotMatrZ, eulerAngles));
/external/opencv/cvaux/include/
cvaux.h
515
float
rotMatr
[9];
578
CvMatr64d
rotMatr
,
651
CVAPI(void) icvComputeeInfiniteProject1(CvMatr64d
rotMatr
,
657
CVAPI(void) icvComputeeInfiniteProject2(CvMatr64d
rotMatr
,
683
CvMatr64d camMatr,CvMatr64d
rotMatr
,CvVect64d transVect,
[
all
...]
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 166 milliseconds