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, 3, 3>& getProjTr()
const
{
96
double
z = 1./projTr_(2, 2);
97
for(
size_t
v_i = 0; v_i <
sizeof(projTr_.val)/
sizeof(projTr_.val[0]); ++v_i)
98
projTr_.val[v_i] *= z;
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
Base class for modelling a Map between two images.
Definition:
map.hpp:125
Definition:
mapprojec.hpp:54
CV_EXPORTS_W void normalize(InputArray src, InputOutputArray dst, double alpha=1, double beta=0, int norm_type=NORM_L2, int dtype=-1, InputArray mask=noArray())
Normalizes the norm or value range of an array.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74