imutils-cpp
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Perspective Class Reference

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.
 

Detailed Description

The class helps to implement four point transformation on a given image.

Member Function Documentation

◆ fourPointTransformation()

cv::Mat Perspective::fourPointTransformation ( cv::Mat &  img,
vectorpair  points 
)
static

Applying four point transformation to the image.

Parameters
imgImage
pointsa vector of coordinates
Returns
cropped Image with FPT applied.

The documentation for this class was generated from the following files: