Home
last modified time | relevance | path

Searched refs:tmpSubRes (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvtrifocal.cpp375 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()