Function mindspore::dataset::GetAffineTransform

Function Documentation

bool mindspore::dataset::GetAffineTransform(std::vector<Point> src_point, std::vector<Point> dst_point, LiteMat &M)

Affine transformation.

Parameters
  • src_point[in] Input coordinate point.

  • dst_point[in] Output coordinate point.

  • M[in] Output matrix.