Module cv::mat[][src]

Mat

Structs

Mat

The class Mat represents an n-dimensional dense numerical single-channel or multi-channel array. It can be used to store real or complex-valued vectors and matrices, grayscale or color images, voxel volumes, vector fields, point clouds, tensors, histograms

Enums

BorderType

Various border types, image boundaries are denoted with |.

CMat

The class CMat is used as a pointer to represent the Mat opencv structure