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

Method Pixel

IPL/include/processes/IPLLabelBlobs.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 struct Pixel {
49 Pixel( int _x, int _y ){ x=_x; y=_y; };
50 int x;
51 int y;
52 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected