STE-Industries: utilities testing
GraphicSpace::Bitmap::CorrectionParameters Struct Reference

#include "Bitmap.h"

Collaboration diagram for GraphicSpace::Bitmap::CorrectionParameters:
Collaboration graph

Public Attributes

float Alpha
 
float Beta
 
ChoiceType ChoiceKind
 
bool Quiet
 
bool RandomizeFlag
 
float RepulsionStep
 
unsigned int Steps
 
unsigned int Termites
 
unsigned int Threads
 
bool TruncatePath
 

Detailed Description

The CorrectionParameters struct contains the parameters for the correction of an image.

Definition at line 182 of file Bitmap.h.

Member Data Documentation

◆ Alpha

GraphicSpace::Bitmap::CorrectionParameters::Alpha

Exponent of the repulsion parameter.

Definition at line 203 of file Bitmap.h.

◆ Beta

GraphicSpace::Bitmap::CorrectionParameters::Beta

Exponent of the attraction parameter.

Definition at line 207 of file Bitmap.h.

◆ ChoiceKind

GraphicSpace::Bitmap::CorrectionParameters::ChoiceKind

Specification of how the choice of the step is done.

Definition at line 216 of file Bitmap.h.

◆ Quiet

GraphicSpace::Bitmap::CorrectionParameters::Quiet

Flag indicating whether the program shall not print information about the image.

Definition at line 226 of file Bitmap.h.

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

◆ RandomizeFlag

GraphicSpace::Bitmap::CorrectionParameters::RandomizeFlag

Flag specifying whether the random number genarator shall be initialized with a not reproducible seed.

Definition at line 212 of file Bitmap.h.

◆ RepulsionStep

GraphicSpace::Bitmap::CorrectionParameters::RepulsionStep

Value of the repulsion step parameter.

Definition at line 199 of file Bitmap.h.

◆ Steps

GraphicSpace::Bitmap::CorrectionParameters::Steps

Number of steps.

Definition at line 195 of file Bitmap.h.

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

◆ Termites

GraphicSpace::Bitmap::CorrectionParameters::Termites

Number of termites.

Definition at line 191 of file Bitmap.h.

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

◆ Threads

GraphicSpace::Bitmap::CorrectionParameters::Threads

Number of threads.

Definition at line 187 of file Bitmap.h.

◆ TruncatePath

GraphicSpace::Bitmap::CorrectionParameters::TruncatePath

Flag indicating whether a path shall be truncated when the a pixel with the maximum value of the color is reached.

Definition at line 221 of file Bitmap.h.


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