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

Method IPLOrientedImage

IPL/src/IPLOrientedImage.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "IPLImage.h"
23
24IPLOrientedImage::IPLOrientedImage() : IPLImage()
25{
26 _type = IPL_IMAGE_ORIENTED;
27}
28
29
30IPLOrientedImage::IPLOrientedImage( int width, int height )

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected