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

Method row

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

Source from the content-addressed store, hash-verified

597}
598
599MatExpr MatExpr::row(int y) const
600{
601 MatExpr e;
602 op->roi(*this, Range(y, y+1), Range::all(), e);
603 return e;
604}
605
606MatExpr MatExpr::col(int x) const
607{

Callers 3

getMatMethod · 0.45
getMatVectorMethod · 0.45
matmul.cppFile · 0.45

Calls 2

RangeClass · 0.85
roiMethod · 0.80

Tested by

no test coverage detected