EDataAugmentation::GetStainBlur

EDataAugmentation::SetStainBlur

Stain blur.
The stain blur is the half kernel size of a Gaussian filter that is applied on the stain to smooth its edges and therefore the transition between the original image and the stain.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetStainBlur() const

void SetStainBlur(int blur)

EDataAugmentation.StainBlur

Stain blur.
The stain blur is the half kernel size of a Gaussian filter that is applied on the stain to smooth its edges and therefore the transition between the original image and the stain.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int StainBlur

{ get; set; }