Function mindspore::dataset::GetPerspectiveTransform

Function Documentation

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

Perspective transformation.

Parameters
  • src_point[in] Input coordinate point.

  • dst_point[in] Output coordinate point.

  • M[in] Output matrix.