65
CV_WRAP
MapAffine(InputArray linTr, InputArray shift);
72
CV_WRAP
void
inverseWarp(InputArray img1,
OutputArray
img2)
const
CV_OVERRIDE;
76
CV_WRAP
void
compose(
cv::
Ptr<
Map> map) CV_OVERRIDE;
78
CV_WRAP
void
scale(
double
factor) CV_OVERRIDE;
84
const
cv::
Matx<
double, 2, 2>& getLinTr()
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 small matrices whose type and size are known at compilation time
Definition:
matx.hpp:100
Template class for short numerical vectors, a partial case of Matx
Definition:
matx.hpp:342
Definition:
mapaffine.hpp:53
const cv::Vec< double, 2 > & getShift() const
Definition:
mapaffine.hpp:96
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