73
CV_WRAP
void
inverseWarp(InputArray img1,
OutputArray
img2)
const
CV_OVERRIDE;
77
CV_WRAP
void
compose(
cv::
Ptr<
Map> map) CV_OVERRIDE;
79
CV_WRAP
void
scale(
double
factor) CV_OVERRIDE;
85
const
cv::
Vec<
double, 2>& getShift()
const
{
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
n-dimensional dense array class
Definition:
mat.hpp:802
void copyTo(OutputArray m) const
Copies the matrix to another one.
Template class for short numerical vectors, a partial case of Matx
Definition:
matx.hpp:342
Base class for modelling a Map between two images.
Definition:
map.hpp:125
Definition:
mapshift.hpp:54
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74