Searched refs:tmpSubRes (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 375 CvMat tmpSubRes; in icvComputeProjectMatrices6Points() local 376 cvGetSubRect(projMatrs[currCamera],&tmpSubRes,cvRect(0,currSol*3,4,3)); in icvComputeProjectMatrices6Points() 377 cvConvert(&projMatrix,&tmpSubRes); in icvComputeProjectMatrices6Points() 394 CvMat tmpSubRes; in icvComputeProjectMatrices6Points() 395 cvGetSubRect(points4D,tmpSubRes,cvRect(0,currSol*4,6,4)); in icvComputeProjectMatrices6Points()
|