Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dtps_trans.cpp99 Mat shapeReference; member in cv::ThinPlateSplineShapeTransformerImpl
158 … Point2f pt = _applyTransformation(shapeReference, Point2f(float(col), float(row)), tpsParameters); in warpImage()
181 outMat.at<Point2f>(0,i)=_applyTransformation(shapeReference, pt, tpsParameters); in applyTransformation()
225 shape1.copyTo(shapeReference); in estimateTransformation()