41
#include <opencv2/core.hpp>
92
void
grid(
const
Mat& img,
Mat& grid_r,
Mat& grid_c)
const;
103
res = mat1.
mul(mat1);
n-dimensional dense array class
Definition:
mat.hpp:802
MatExpr mul(InputArray m, double scale=1) const
Performs an element-wise multiplication or division of the two matrices.
void create(int rows, int cols, int type)
Allocates new array data if needed.
int type() const
Returns the type of a matrix element.
Base class for modelling an algorithm for calculating a map
Definition:
mapper.hpp:55
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74