Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ IPLMatrix
Method
IPLMatrix
IPL/src/IPLMatrix.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
IPLMatrix::IPLMatrix(int height, int width) : IPLData(IPL_MATRIX)
24
{
25
_height = height;
26
_width = width;
27
}
28
29
IPLMatrix::IPLMatrix(int height, int width, ipl_basetype array[]) : IPLData(IPL_MATRIX)
30
{
Callers
nothing calls this directly
Calls
2
insert
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected