Home
last modified time | relevance | path

Searched refs:_newndims (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dumatrix.cpp558 UMat UMat::reshape(int _cn, int _newndims, const int* _newsz) const in reshape() argument
560 if(_newndims == dims) in reshape()
564 if(_newndims == 2) in reshape()
Dmatrix.cpp4254 Mat Mat::reshape(int _cn, int _newndims, const int* _newsz) const in reshape() argument
4256 if(_newndims == dims) in reshape()
4260 if(_newndims == 2) in reshape()