Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp515 Mat dFrom, dTo; in estimateAffine3D() local
517 to.convertTo(dTo, CV_32F); in estimateAffine3D()
519 dTo = dTo.reshape(3, count); in estimateAffine3D()
525 …istrator(makePtr<Affine3DEstimatorCallback>(), 4, param1, param2)->run(dFrom, dTo, _out, _inliers); in estimateAffine3D()