41
#include <opencv2/core.hpp>
139
CV_WRAP
virtual
void
warp(InputArray img1,
OutputArray
img2)
const;
148
CV_WRAP
virtual
void
inverseWarp(InputArray img1,
OutputArray
img2)
const
= 0;
168
CV_WRAP
virtual
void
scale(
double
factor) = 0;
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
Base class for modelling a Map between two images.
Definition:
map.hpp:125
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74