Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Daff_trans.cpp234 Mat fAffine; in applyTransformation() local
235 transform(pts1, fAffine, affineMat); in applyTransformation()
240 outPts.create(1,fAffine.cols, CV_32FC2); in applyTransformation()
242 for (int i=0; i<fAffine.cols; i++) in applyTransformation()
243 outMat.at<Point2f>(0,i)=fAffine.at<Point2f>(0,i); in applyTransformation()