#include <image_pixel_dataset.h>
Inherits PixelDataset.
Inherited by FourByteImagePixelDataset, OneByteImagePixelDataset, and TwoByteImagePixelDataset.
Inheritance diagram for ImagePixelDataset:
Public Member Functions | |
ImagePixelDataset (dataset_type type, dataset_key_type dataset_key, unsigned char num_bytes_per_pixel) | |
virtual | ~ImagePixelDataset () |
void | setRegionsOfInterest (std::vector< region_of_interest_type > const ®ions_of_interest) |
std::vector< region_of_interest_type > const & | getRegionsOfInterest () const |
Protected Member Functions | |
ImagePixelDataset (ImagePixelDataset const &src) | |
ImagePixelDataset & | operator= (ImagePixelDataset const &) |
Protected Attributes | |
std::vector< region_of_interest_type > | regions_of_interest_ |
The implementation of the Dataset interface for 2 dimensional datasets.
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 42 of file image_pixel_dataset.h.
|
Constructor
Definition at line 20 of file image_pixel_dataset.cpp. |
|
Destructor Definition at line 33 of file image_pixel_dataset.cpp. |
|
Copy constructor Definition at line 26 of file image_pixel_dataset.cpp. |
|
Returns the regions of interest of the image
Definition at line 48 of file image_pixel_dataset.cpp. References ImagePixelDataset::regions_of_interest_. |
|
Assignment operator Definition at line 91 of file image_pixel_dataset.h. |
|
Store the regions of interest for the image
Definition at line 39 of file image_pixel_dataset.cpp. References ImagePixelDataset::regions_of_interest_. |
|
The regions of interest of this image Definition at line 96 of file image_pixel_dataset.h. Referenced by ImagePixelDataset::getRegionsOfInterest(), and ImagePixelDataset::setRegionsOfInterest(). |