MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPLImage

Method IPLImage

IPL/src/IPLImage.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22int IPLImage::_instanceCount = 0;
23
24IPLImage::IPLImage() : IPLData(IPL_UNDEFINED)
25{
26 _width = 0;
27 _height = 0;
28 _nrOfPlanes = 0;
29
30 _instanceCount++;
31}
32
33IPLImage::IPLImage(const IPLImage& other):
34 IPLData(other)

Callers

nothing calls this directly

Calls 3

convertToMethod · 0.80
push_backMethod · 0.45
channelsMethod · 0.45

Tested by

no test coverage detected