Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
599
MatExpr 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
606
MatExpr MatExpr::col(int x) const
607
{
Callers
3
getMat
Method · 0.45
getMatVector
Method · 0.45
matmul.cpp
File · 0.45
Calls
2
Range
Class · 0.85
roi
Method · 0.80
Tested by
no test coverage detected