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

/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp375 CvMat tmpSubRes; local
376 cvGetSubRect(projMatrs[currCamera],&tmpSubRes,cvRect(0,currSol*3,4,3));
377 cvConvert(&projMatrix,&tmpSubRes);
394 CvMat tmpSubRes;
395 cvGetSubRect(points4D,tmpSubRes,cvRect(0,currSol*4,6,4));

Completed in 26 milliseconds