Base class for storing images. More...
#include <yarp/sig/Image.h>
Public Member Functions | |
Image () | |
Default constructor. | |
Image (const Image &alt) | |
Copy constructor. | |
Image (Image &&other) noexcept | |
Move constructor. | |
Image & | operator= (const Image &alt) |
Assignment operator. | |
Image & | operator= (Image &&other) noexcept |
Move assignment operator. | |
~Image () override | |
Destructor. | |
bool | copy (const Image &alt) |
Copy operator. | |
bool | copy (const Image &alt, size_t w, size_t h) |
Scaled copy. | |
bool | move (Image &&alt) noexcept |
move operator. | |
bool | swap (Image &alt) |
swap operator. | |
size_t | width () const |
Gets width of image in pixels. | |
size_t | height () const |
Gets height of image in pixels. | |
virtual size_t | getPixelSize () const |
Gets pixel size in memory in bytes. | |
virtual int | getPixelCode () const |
Gets pixel type identifier. | |
size_t | getRowSize () const |
Size of the underlying image buffer rows. | |
size_t | getQuantum () const |
The size of a row is constrained to be a multiple of the "quantum". | |
size_t | getPadding () const |
Returns the number of padding bytes. | |
unsigned char * | getRow (size_t r) |
Get the address of a the first byte of a row in memory. | |
const unsigned char * | getRow (size_t r) const |
Get the address of a the first byte of a row in memory, const versions. | |
unsigned char * | getPixelAddress (size_t x, size_t y) const |
Get address of a pixel in memory. | |
bool | isPixel (size_t x, size_t y) const |
Check whether a coordinate lies within the image. | |
void | zero () |
Set all pixels to 0. | |
void | resize (size_t imgWidth, size_t imgHeight) |
Reallocate an image to be of a desired size, throwing away its current contents. | |
void | resize (const Image &alt) |
Reallocate the size of the image to match another, throwing away the actual content of the image. | |
void | setExternal (const void *data, size_t imgWidth, size_t imgHeight) |
Use this to wrap an external image. | |
unsigned char * | getRawImage () const |
Access to the internal image buffer. | |
size_t | getRawImageSize () const |
Access to the internal buffer size information (this is how much memory has been allocated for the image). | |
bool | read (yarp::os::ConnectionReader &connection) override |
Read image from a connection. | |
bool | write (yarp::os::ConnectionWriter &connection) const override |
Write image to a connection. | |
void | setQuantum (size_t imgQuantum) |
bool | topIsLowIndex () const |
void | setTopIsLowIndex (bool flag) |
control whether image has origin at top left (default) or bottom left. | |
char ** | getRowArray () |
Get an array of pointers to the rows of the image. | |
yarp::os::Type | getReadType () const override |
Public Member Functions inherited from yarp::os::Portable | |
virtual Type | getType () const |
Public Member Functions inherited from yarp::os::PortReader | |
virtual | ~PortReader () |
Destructor. | |
Public Member Functions inherited from yarp::os::PortWriter | |
virtual | ~PortWriter () |
Destructor. | |
virtual void | onCompletion () const |
This is called when the port has finished all writing operations. | |
virtual void | onCommencement () const |
This is called when the port is about to begin writing operations. | |
virtual yarp::os::Type | getWriteType () const |
Protected Member Functions | |
void | setPixelCode (int imgPixelCode) |
void | setPixelSize (size_t imgPixelSize) |
Additional Inherited Members | |
Static Public Member Functions inherited from yarp::os::Portable | |
static bool | copyPortable (const PortWriter &writer, PortReader &reader) |
Copy one portable to another, via writing and reading. | |
Base class for storing images.
You actually want to use ImageOf or FlexImage. This is a minimal class, designed to be as interoperable as possible with other image classes in other libraries, particularly IPL-derived libraries such as OpenCV.
Image::Image | ( | ) |
|
noexcept |
|
inline |
|
virtual |
Gets pixel type identifier.
Images have an associated type identifier to permit automatic casting between different image types.
Reimplemented in yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, yarp::sig::ImageOf< yarp::sig::PixelRgb >, yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, and yarp::sig::ImageOf< yarp::sig::PixelRgb >.
|
virtual |
Gets pixel size in memory in bytes.
Reimplemented in yarp::sig::ImageOf< T >, yarp::sig::ImageOf< CellFlagData >, yarp::sig::ImageOf< CellOccupancyData >, yarp::sig::ImageOf< float >, yarp::sig::ImageOf< yarp::sig::PixelFloat >, yarp::sig::ImageOf< yarp::sig::PixelMono >, and yarp::sig::ImageOf< yarp::sig::PixelRgb >.
|
inline |
size_t Image::getRawImageSize | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from yarp::os::PortReader.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Gets height of image in pixels.
|
overridevirtual |
Read image from a connection.
Implements yarp::os::Portable.
|
inline |
Reallocate an image to be of a desired size, throwing away its current contents.
If the desired size is the same as the current size, then no reallocation is done. But the resulting image should always be assumed to have undefined content. To rescale an image, maintaining its content, see the Image::copy methods.
imgWidth | the desired width (the number of possible x values) |
imgHeight | the desired height (the number of possible y values) |
|
inline |
|
inline |
Gets width of image in pixels.
|
overridevirtual |
Write image to a connection.
Implements yarp::os::Portable.
void Image::zero | ( | ) |