estimateTransformation   67 modules/shape/include/opencv2/shape/shape_transformer.hpp     CV_WRAP virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape,
estimateTransformation   70 modules/shape/src/aff_trans.cpp     virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches);
estimateTransformation  247 modules/shape/src/sc_dis.cpp         transformer->estimateTransformation(set1, set2, matches);
estimateTransformation   72 modules/shape/src/tps_trans.cpp     virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches);