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

Method Pixel

IPL/include/processes/IPLCanny.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61 class Pixel {
62 public: Pixel( int _x, int _y ){ x=_x; y=_y; }
63 int x;
64 int y;
65 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected