Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ IPLComplexImage
Method
IPLComplexImage
IPL/src/IPLComplexImage.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"IPLComplexImage.h"
21
22
IPLComplexImage::IPLComplexImage() : IPLData()
23
{
24
_plane = NULL;
25
_type = IPL_IMAGE_COMPLEX;
26
}
27
28
IPLComplexImage::IPLComplexImage(const IPLComplexImage &other):
29
IPLData(other)
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected