MCPcopy Create free account
hub / github.com/creatale/node-dv / invert

Method invert

deps/opencv/modules/core/src/matop.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574
575void MatOp::invert(const MatExpr& expr, int method, MatExpr& res) const
576{
577 Mat m;
578 expr.op->assign(expr, m);
579 MatOp_Invert::makeExpr(res, method, m);
580}
581
582
583Size MatOp::size(const MatExpr& expr) const

Callers 2

image.test.jsFile · 0.45
invMethod · 0.45

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected