Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dtps_trans.cpp230 Mat matK((int)matches.size(),(int)matches.size(),CV_32F); in estimateTransformation() local
238 matK.at<float>(i,j)=float(regularizationParameter); in estimateTransformation()
242 matK.at<float>(i,j) = distance(Point2f(shape1.at<float>(i,0),shape1.at<float>(i,1)), in estimateTransformation()
254 matK.copyTo(matLroi); in estimateTransformation()
276 Mat Q=w.t()*matK*w; in estimateTransformation()