MCPcopy Create free account
hub / github.com/alibaba/MNN / postConcat

Method postConcat

source/cv/Matrix_CV.cpp:515–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515void Matrix::postConcat(const Matrix& mat) {
516 // check for identity first, so we don't do a needless copy of ourselves
517 // to ourselves inside setConcat()
518 if (!mat.isIdentity()) {
519 this->setConcat(mat, *this);
520 }
521}
522
523///////////////////////////////////////////////////////////////////////////////
524

Callers 4

postTranslateMethod · 0.95
postScaleMethod · 0.95
postRotateMethod · 0.95
postSkewMethod · 0.95

Calls 1

setConcatMethod · 0.95

Tested by

no test coverage detected