Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
IPLOrientedImage::IPLOrientedImage() : IPLImage()
25
{
26
_type = IPL_IMAGE_ORIENTED;
27
}
28
29
30
IPLOrientedImage::IPLOrientedImage( int width, int height )
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected