HomeSort by relevance Sort by last modified time
    Searched defs:estimateTransformation (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/shape/src/
aff_trans.cpp 70 virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches);
183 void AffineTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2, std::vector<DMatch>& _matches)
tps_trans.cpp 72 virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches);
188 void ThinPlateSplineShapeTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2,

Completed in 43 milliseconds