EClassificationDataset::GetSaltAndPepperNoiseMaximumDensity

EClassificationDataset::SetSaltAndPepperNoiseMaximumDensity

The maximum density of the salt and pepper noise.

The salt and pepper noise sets the value of a number of randomly selected (between EClassificationDataset::SaltAndPepperNoiseMinimumDensity and EClassificationDataset::SaltAndPepperNoiseMaximumDensity) pixels to its minimum or maximum value.

Its value must be between EClassificationDataset::SaltAndPepperNoiseMinimumDensity and 1.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

float GetSaltAndPepperNoiseMaximumDensity() const

void SetSaltAndPepperNoiseMaximumDensity(float saltAndPepperMaximumDensity)

Remarks

This noise is computed after all the other noises.

EClassificationDataset.SaltAndPepperNoiseMaximumDensity

The maximum density of the salt and pepper noise.

The salt and pepper noise sets the value of a number of randomly selected (between EClassificationDataset.SaltAndPepperNoiseMinimumDensity and EClassificationDataset.SaltAndPepperNoiseMaximumDensity) pixels to its minimum or maximum value.

Its value must be between EClassificationDataset.SaltAndPepperNoiseMinimumDensity and 1.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

float SaltAndPepperNoiseMaximumDensity

{ get; set; }

Remarks

This noise is computed after all the other noises.

EClassificationDataset.SaltAndPepperNoiseMaximumDensity

The maximum density of the salt and pepper noise.

The salt and pepper noise sets the value of a number of randomly selected (between EClassificationDataset.SaltAndPepperNoiseMinimumDensity and EClassificationDataset.SaltAndPepperNoiseMaximumDensity) pixels to its minimum or maximum value.

Its value must be between EClassificationDataset.SaltAndPepperNoiseMinimumDensity and 1.

Module: open_evision.EasyDeepLearning

[Python]

SaltAndPepperNoiseMaximumDensity: float

{get; set}

Remarks

This noise is computed after all the other noises.