last update 20 Sep 2009 |
#include <cvrViewer2D.h>
Public Member Functions | |
information () | |
information (const information &other) | |
virtual | ~information () |
information & | copy (const information &other) |
virtual information * | clone () const |
void | compute (const matrix< rgbaPixel > &mat) |
void | compute (const matrix< ubyte > &mat) |
void | compute (const matrix< float > &mat) |
void | compute (const matrix< int32 > &mat) |
Public Attributes | |
eDataType | type |
ipoint | size |
float | minI |
float | maxI |
float | averageI |
float | stdDeviation |
rgbaPixel | minRGB |
rgbaPixel | maxRGB |
frgbPixel | averageRGB |
fmatrix | covarianceRGB |
This is the parent class for all information blocks used to transmit some data to the configuration dialogs, which are to be displayed in a read-only manner.
It has a simplified interface if compared with cvr::object
cvr::viewer2D::viewer2D::information::information | ( | ) |
cvr::viewer2D::viewer2D::information::information | ( | const information & | other | ) |
Copy constructor.
virtual cvr::viewer2D::viewer2D::information::~information | ( | ) | [virtual] |
virtual information* cvr::viewer2D::viewer2D::information::clone | ( | ) | const [virtual] |
Initialize all attributes from the given channel.
void cvr::viewer2D::viewer2D::information::compute | ( | const matrix< float > & | mat | ) |
Initialize all attributes from the given channel.
Initialize all attributes from the given channel.
Initialize all attributes from the given channel.
information& cvr::viewer2D::viewer2D::information::copy | ( | const information & | other | ) |
Copy method.
float cvr::viewer2D::viewer2D::information::averageI |
Intensity average.
frgbPixel cvr::viewer2D::viewer2D::information::averageRGB |
RGB average.
float cvr::viewer2D::viewer2D::information::maxI |
Maximum intensity value.
rgbaPixel cvr::viewer2D::viewer2D::information::maxRGB |
Maximum RGB components.
float cvr::viewer2D::viewer2D::information::minI |
Minimum intensity value.
rgbaPixel cvr::viewer2D::viewer2D::information::minRGB |
Minimum RGB components.
float cvr::viewer2D::viewer2D::information::stdDeviation |
Standard deviation of intensity.
eDataType cvr::viewer2D::viewer2D::information::type |