Searched refs:matK (Results 1 – 1 of 1) sorted by relevance
230 Mat matK((int)matches.size(),(int)matches.size(),CV_32F); in estimateTransformation() local238 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()