EDataAugmentation::GetMaxStainColor

EDataAugmentation::SetMaxStainColor

The maximum color value from which to draw a color to fill in the stain (we use a gaussian distribution of with a mean betweeen EDataAugmentation::MinStainColor and EDataAugmentation::MaxStainColor)
Its value must be bigger than EDataAugmentation::MinStainColor.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT8 GetMaxStainColor()

void SetMaxStainColor(OEV_UINT8 maxStainColor)

EDataAugmentation.MaxStainColor

The maximum color value from which to draw a color to fill in the stain (we use a gaussian distribution of with a mean betweeen EDataAugmentation::MinStainColor and EDataAugmentation::MaxStainColor)
Its value must be bigger than EDataAugmentation::MinStainColor.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

byte MaxStainColor

{ get; set; }