STE-Industries: utilities testing
|
Public Attributes | |
uint8_t * | CorrectedColorPointer |
const uint_least32_t * | DivisionTablePointer |
unsigned int | EndRow |
unsigned int | MaximumValue |
const uint8_t * | OriginalColorPointer |
const CorrectionParameters * | ParametersPointer |
PathFunction | PathFinder |
const PixelInformationType * | PixelInformationPointer |
unsigned int | StartRow |
The CorrectionDescriptor struct contains the parameters for the correction of a strip of an image.
uint8_t* GraphicSpace::Bitmap::CorrectionDescriptorType::CorrectedColorPointer |
CorrectedColorPointer | Pointer to the array that will contain the corrected bitmap of the color. |
Definition at line 427 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
const uint_least32_t* GraphicSpace::Bitmap::CorrectionDescriptorType::DivisionTablePointer |
DivisionTablePointer | Pointer to the array of quotient: for n > 0 the entry with index n contains UINT8_MAX * TERMITES_SUM_SCALE / n, rounded to the closes integer; the entry with index 0 contains the same value of the entry with index 1. |
Definition at line 456 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
unsigned int GraphicSpace::Bitmap::CorrectionDescriptorType::EndRow |
EndRow | Index of the first row after the strip. |
Definition at line 422 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
unsigned int GraphicSpace::Bitmap::CorrectionDescriptorType::MaximumValue |
MaximumValue | Maximum value of the color in the whole image. |
Definition at line 435 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
const uint8_t* GraphicSpace::Bitmap::CorrectionDescriptorType::OriginalColorPointer |
OriginalColorPointer | Pointer to the array that contains the the original bitmap of the color. |
Definition at line 431 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
const CorrectionParameters* GraphicSpace::Bitmap::CorrectionDescriptorType::ParametersPointer |
Parameters | Struct containing the correction parameters. |
Definition at line 440 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction(), and GraphicSpace::Bitmap::GetStripDescriptor().
PathFunction GraphicSpace::Bitmap::CorrectionDescriptorType::PathFinder |
PathFinder | Member pointer to the function used to select the pixels to visit. |
Definition at line 449 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
const PixelInformationType* GraphicSpace::Bitmap::CorrectionDescriptorType::PixelInformationPointer |
PixelInformationPointer | Pointer to the array of information about the pixel. |
Definition at line 445 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().
unsigned int GraphicSpace::Bitmap::CorrectionDescriptorType::StartRow |
StartRow | Index of the first row of the strip. |
Definition at line 418 of file Bitmap.h.
Referenced by GraphicSpace::Bitmap::CorrectFunction().