EDataAugmentation::GetMinStainColor

EDataAugmentation::SetMinStainColor

The minimum 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 inferior to 255 and EDataAugmentation::MaxStainColor.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT8 GetMinStainColor()

void SetMinStainColor(OEV_UINT8 minStainColor)

EDataAugmentation.MinStainColor

The minimum 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 inferior to 255 and EDataAugmentation::MaxStainColor.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

byte MinStainColor

{ get; set; }