Searched refs:outMat (Results 1 – 2 of 2) sorted by relevance
241 Mat outMat = outPts.getMat(); in applyTransformation() local243 outMat.at<Point2f>(0,i)=fAffine.at<Point2f>(0,i); in applyTransformation()
177 Mat outMat = outPts.getMat(); in applyTransformation() local181 outMat.at<Point2f>(0,i)=_applyTransformation(shapeReference, pt, tpsParameters); in applyTransformation()