Searched defs:MatrixMap (Results 1 – 1 of 1) sorted by relevance
43 MatrixMap() : data_(nullptr), rows_(0), cols_(0), stride_(0) {} in MatrixMap() function44 MatrixMap(Scalar* data, int rows, int cols, int stride) in MatrixMap() function46 MatrixMap(const MatrixMap& other) in MatrixMap() function