imutils-cpp
|
The class helps to implement four point transformation on a given image. More...
#include <perspective.h>
Static Public Member Functions | |
static cv::Mat | fourPointTransformation (cv::Mat &img, vectorpair points) |
Applying four point transformation to the image. | |
The class helps to implement four point transformation on a given image.
|
static |
Applying four point transformation to the image.
img | Image |
points | a vector of coordinates |