Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dtps_trans.cpp253 Mat matLroi(matL, Rect(0,0,(int)matches.size(),(int)matches.size())); //roi for K in estimateTransformation() local
254 matK.copyTo(matLroi); in estimateTransformation()
255 matLroi = Mat(matL,Rect((int)matches.size(),0,3,(int)matches.size())); //roi for P in estimateTransformation()
256 matP.copyTo(matLroi); in estimateTransformation()
259 matLroi = Mat(matL,Rect(0,(int)matches.size(),(int)matches.size(),3)); //roi for P' in estimateTransformation()
260 matPt.copyTo(matLroi); in estimateTransformation()