Function swri_image_util::WarpPoints(double, double, const cv::Size&, const cv::Mat&, cv::Mat&)
Defined in File image_warp_util.h
Function Documentation
-
void swri_image_util::WarpPoints(double pitch, double roll, const cv::Size &image_size, const cv::Mat &pts_in, cv::Mat &pts_out)
Warps a matrix of points (in the same form as the inliers)
- Parameters:
pitch – [in] The pitch used to warp the point
roll – [in] The roll used to warp the point
image_size – [in] The size of the (unwarped) image
pts_in – [in] The points to warp
pts_out – [out] The warped points