Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
int IPLImage::_instanceCount = 0;
23
24
IPLImage::IPLImage() : IPLData(IPL_UNDEFINED)
25
{
26
_width = 0;
27
_height = 0;
28
_nrOfPlanes = 0;
29
30
_instanceCount++;
31
}
32
33
IPLImage::IPLImage(const IPLImage& other):
34
IPLData(other)
Callers
nothing calls this directly
Calls
3
convertTo
Method · 0.80
push_back
Method · 0.45
channels
Method · 0.45
Tested by
no test coverage detected