MCPcopy 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
23IPLMatrix::IPLMatrix(int height, int width) : IPLData(IPL_MATRIX)
24{
25 _height = height;
26 _width = width;
27}
28
29IPLMatrix::IPLMatrix(int height, int width, ipl_basetype array[]) : IPLData(IPL_MATRIX)
30{

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected