EUnsupervisedSegmenter::GetForceGrayscale

EUnsupervisedSegmenter::SetForceGrayscale

Forces the EUnsupervisedSegmenter to convert all images to grayscale (default: true).
Setting this property to false will make the underlying neural network operates with the same number of channels as the images in the dataset used for training. Otherwise, color images will be converted to grayscale before using them.

Namespace: Euresys::Open_eVision_2_16::EasyDeepLearning

[C++]

bool GetForceGrayscale() const

void SetForceGrayscale(bool forceGrayscale)

EUnsupervisedSegmenter.ForceGrayscale

Forces the EUnsupervisedSegmenter to convert all images to grayscale (default: true).
Setting this property to false will make the underlying neural network operates with the same number of channels as the images in the dataset used for training. Otherwise, color images will be converted to grayscale before using them.

Namespace: Euresys.Open_eVision_2_16.EasyDeepLearning

[C#]

bool ForceGrayscale

{ get; set; }