Searched refs:tpsParameters (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/shape/src/ |
D | tps_trans.cpp | 98 Mat tpsParameters; member in cv::ThinPlateSplineShapeTransformerImpl 115 …ic Point2f _applyTransformation(const Mat &shapeRef, const Point2f point, const Mat &tpsParameters) in _applyTransformation() argument 120 float a1=tpsParameters.at<float>(tpsParameters.rows-3,i); in _applyTransformation() 121 float ax=tpsParameters.at<float>(tpsParameters.rows-2,i); in _applyTransformation() 122 float ay=tpsParameters.at<float>(tpsParameters.rows-1,i); in _applyTransformation() 128 nonrigid+=tpsParameters.at<float>(j,i)* in _applyTransformation() 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() 271 solve(matL, matB, tpsParameters, DECOMP_LU); in estimateTransformation() 275 Mat w(tpsParameters, Rect(0,0,2,tpsParameters.rows-3)); in estimateTransformation()
|