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

Method Pixel

IPL/include/processes/IPLHysteresisThreshold.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 class Pixel {
46 public: Pixel( int _x, int _y ){ x=_x; y=_y; }
47 int x;
48 int y;
49 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected