The color of the border.
If given input and output points will be drawn as circles. if true will randomly pick colors, or an array of colors can be passed otherwise.
Output image. If not given it will be created. Note that you can give [src] as output image in which case the input image will be written.
Combination of interpolation methods (INTER_LINEAR or INTER_NEAREST) and the optional flag WARP_INVERSE_MAP, that sets M as the inverse transformation
Coordinates of quadrangle vertices in the source image.
Coordinates of the corresponding quadrangle vertices in the destination image.
Method passed to cv::solve (DecompTypes)
Input image.
Generated using TypeDoc
border mode used to extrapolate pixels outside of the image, see [BorderTypes].