7#include <opencv2/core/mat.hpp>
10typedef std::vector<cv::Point2f> vectorpair;
28 static vectorpair orderPoints(vectorpair points);
The class helps to implement four point transformation on a given image.
Definition: perspective.h:21
static cv::Mat fourPointTransformation(cv::Mat &img, vectorpair points)
Applying four point transformation to the image.
Definition: perspective.cpp:32