Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/include/opencv2/shape/
Dshape_transformer.hpp67 … CV_WRAP virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape,
/external/opencv3/modules/shape/src/
Daff_trans.cpp70 …virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vec…
183 void AffineTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2, std::vector<… in estimateTransformation() function in cv::AffineTransformerImpl
Dtps_trans.cpp72 …virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vec…
188 void ThinPlateSplineShapeTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2, in estimateTransformation() function in cv::ThinPlateSplineShapeTransformerImpl
Dsc_dis.cpp247 transformer->estimateTransformation(set1, set2, matches); in computeDistance()