Pixel position in the image frame. More...
#include <Pixel.h>
Inherits yarp::os::idl::WirePortable.
Public Types | |
typedef yarp::os::idl::Unwrapped< Pixel > | unwrapped |
Public Member Functions | |
Pixel (const std::int32_t x, const std::int32_t y) | |
bool | read (yarp::os::idl::WireReader &reader) override |
bool | read (yarp::os::ConnectionReader &connection) override |
bool | write (const yarp::os::idl::WireWriter &writer) const override |
bool | write (yarp::os::ConnectionWriter &connection) const override |
std::string | toString () const |
Data Fields | |
std::int32_t | x |
Index of pixel along horizontal axis. | |
std::int32_t | y |
Index of pixel along vertical axis. | |