MCPcopy 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
22IPLComplexImage::IPLComplexImage() : IPLData()
23{
24 _plane = NULL;
25 _type = IPL_IMAGE_COMPLEX;
26}
27
28IPLComplexImage::IPLComplexImage(const IPLComplexImage &other):
29 IPLData(other)

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected