Searched refs:estimateTransformation (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/shape/include/opencv2/shape/ |
D | shape_transformer.hpp | 67 … CV_WRAP virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape,
|
/external/opencv3/modules/shape/src/ |
D | aff_trans.cpp | 70 …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
|
D | tps_trans.cpp | 72 …virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vec… 188 void ThinPlateSplineShapeTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2, in estimateTransformation() function in cv::ThinPlateSplineShapeTransformerImpl
|
D | sc_dis.cpp | 247 transformer->estimateTransformation(set1, set2, matches); in computeDistance()
|