STE-Industries: utilities testing
GraphicSpace::Bitmap::CorrectionDescriptorType Struct Reference
Collaboration diagram for GraphicSpace::Bitmap::CorrectionDescriptorType:
Collaboration graph

Public Attributes

uint8_t * CorrectedColorPointer
 
const uint_least32_t * DivisionTablePointer
 
unsigned int EndRow
 
unsigned int MaximumValue
 
const uint8_t * OriginalColorPointer
 
const CorrectionParametersParametersPointer
 
PathFunction PathFinder
 
const PixelInformationTypePixelInformationPointer
 
unsigned int StartRow
 

Detailed Description

The CorrectionDescriptor struct contains the parameters for the correction of a strip of an image.

Definition at line 413 of file Bitmap.h.

Member Data Documentation

◆ CorrectedColorPointer

uint8_t* GraphicSpace::Bitmap::CorrectionDescriptorType::CorrectedColorPointer
Parameters
CorrectedColorPointerPointer 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().

◆ DivisionTablePointer

const uint_least32_t* GraphicSpace::Bitmap::CorrectionDescriptorType::DivisionTablePointer
Parameters
DivisionTablePointerPointer 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().

◆ EndRow

unsigned int GraphicSpace::Bitmap::CorrectionDescriptorType::EndRow
Parameters
EndRowIndex of the first row after the strip.

Definition at line 422 of file Bitmap.h.

Referenced by GraphicSpace::Bitmap::CorrectFunction().

◆ MaximumValue

unsigned int GraphicSpace::Bitmap::CorrectionDescriptorType::MaximumValue
Parameters
MaximumValueMaximum value of the color in the whole image.

Definition at line 435 of file Bitmap.h.

Referenced by GraphicSpace::Bitmap::CorrectFunction().

◆ OriginalColorPointer

const uint8_t* GraphicSpace::Bitmap::CorrectionDescriptorType::OriginalColorPointer
Parameters
OriginalColorPointerPointer 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().

◆ ParametersPointer

const CorrectionParameters* GraphicSpace::Bitmap::CorrectionDescriptorType::ParametersPointer
Parameters
ParametersStruct containing the correction parameters.

Definition at line 440 of file Bitmap.h.

Referenced by GraphicSpace::Bitmap::CorrectFunction(), and GraphicSpace::Bitmap::GetStripDescriptor().

◆ PathFinder

PathFunction GraphicSpace::Bitmap::CorrectionDescriptorType::PathFinder
Parameters
PathFinderMember pointer to the function used to select the pixels to visit.

Definition at line 449 of file Bitmap.h.

Referenced by GraphicSpace::Bitmap::CorrectFunction().

◆ PixelInformationPointer

const PixelInformationType* GraphicSpace::Bitmap::CorrectionDescriptorType::PixelInformationPointer
Parameters
PixelInformationPointerPointer to the array of information about the pixel.

Definition at line 445 of file Bitmap.h.

Referenced by GraphicSpace::Bitmap::CorrectFunction().

◆ StartRow

unsigned int GraphicSpace::Bitmap::CorrectionDescriptorType::StartRow
Parameters
StartRowIndex of the first row of the strip.

Definition at line 418 of file Bitmap.h.

Referenced by GraphicSpace::Bitmap::CorrectFunction().


The documentation for this struct was generated from the following file: