Inheritance diagram for DiMonoPixelTemplate< T >:
Public Member Functions | |
DiMonoPixelTemplate (const unsigned long count) | |
constructor | |
DiMonoPixelTemplate (const DiInputPixel *pixel, DiMonoModality *modality) | |
constructor | |
DiMonoPixelTemplate (DiMonoOutputPixel *pixel, DiMonoModality *modality) | |
constructor | |
virtual | ~DiMonoPixelTemplate () |
destructor | |
EP_Representation | getRepresentation () const |
get integer representation | |
const void * | getData () const |
get pointer to pixel data | |
void * | getDataPtr () |
get pointer to pixel data | |
void * | getDataArrayPtr () |
get reference to pointer to pixel data | |
int | getMinMaxValues (double &min, double &max) const |
get minimum and maximum pixel values | |
int | getMinMaxWindow (const int idx, double ¢er, double &width) |
get automatically computed min-max window | |
virtual int | getRoiWindow (const unsigned long left_pos, const unsigned long top_pos, const unsigned long width, const unsigned long height, const unsigned long columns, const unsigned long rows, const unsigned long frame, double &voiCenter, double &voiWidth) |
get automatically computed Region of Interest (ROI) window | |
int | getHistogramWindow (const double thresh, double ¢er, double &width) |
get automatically computed histogram window | |
Protected Member Functions | |
DiMonoPixelTemplate (const DiPixel *pixel, DiMonoModality *modality) | |
constructor | |
DiMonoPixelTemplate (const DiMonoPixel *pixel, const unsigned long count) | |
constructor | |
void | determineMinMax (T minvalue=0, T maxvalue=0, const int mode=0x1) |
determine minimum and maximum pixelvalues | |
Protected Attributes | |
T * | Data |
pointer to pixel data | |
Private Member Functions | |
DiMonoPixelTemplate (const DiMonoPixelTemplate< T > &) | |
DiMonoPixelTemplate< T > & | operator= (const DiMonoPixelTemplate< T > &) |
Private Attributes | |
T | MinValue [2] |
minimum pixel values (0 = global, 1 = ignoring global) | |
T | MaxValue [2] |
maximum pixel values |
Definition at line 59 of file dimopxt.h.
|
constructor
|
|
constructor
|
|
constructor
|
|
constructor
|
|
constructor
|
|
determine minimum and maximum pixelvalues
Referenced by DiColorMonoTemplate< T >::DiColorMonoTemplate(), DiMonoScaleTemplate< T >::DiMonoScaleTemplate(), and DiMonoPixelTemplate< T3 >::getMinMaxWindow(). |
|
get pointer to pixel data
Implements DiPixel. |
|
get reference to pointer to pixel data
Implements DiPixel. |
|
get pointer to pixel data
Implements DiPixel. |
|
get automatically computed histogram window
Implements DiMonoPixel. |
|
get minimum and maximum pixel values
Implements DiMonoPixel. |
|
get automatically computed min-max window
Implements DiMonoPixel. |
|
get integer representation
Reimplemented from DiPixelRepresentationTemplate< T >. |
|
get automatically computed Region of Interest (ROI) window
Implements DiMonoPixel. |