Searched refs:outPts (Results 1 – 2 of 2) sorted by relevance
228 float AffineTransformerImpl::applyTransformation(InputArray inPts, OutputArray outPts) in applyTransformation() argument238 if (outPts.needed()) in applyTransformation()240 outPts.create(1,fAffine.cols, CV_32FC2); in applyTransformation()241 Mat outMat = outPts.getMat(); in applyTransformation()
166 float ThinPlateSplineShapeTransformerImpl::applyTransformation(InputArray inPts, OutputArray outPts) in applyTransformation() argument174 if (outPts.needed()) in applyTransformation()176 outPts.create(1,pts1.cols, CV_32FC2); in applyTransformation()177 Mat outMat = outPts.getMat(); in applyTransformation()