EUnsupervisedSegmenter::GetPatchSize

EUnsupervisedSegmenter::SetPatchSize

Patch size (width and height of the patches processed by the neural network).

Namespace: Euresys::Open_eVision_2_16::EasyDeepLearning

[C++]

int GetPatchSize() const

void SetPatchSize(int patchSize)

Remarks

There are three supported patch size: 64x64, 128x128, and 256x256. By default, the patch size is 0 and it means that the patch size will be 128x128 if all images in the training and validation dataset have a higher resolution or the patch size will be 64x64.

EUnsupervisedSegmenter.PatchSize

Patch size (width and height of the patches processed by the neural network).

Namespace: Euresys.Open_eVision_2_16.EasyDeepLearning

[C#]

int PatchSize

{ get; set; }

Remarks

There are three supported patch size: 64x64, 128x128, and 256x256. By default, the patch size is 0 and it means that the patch size will be 128x128 if all images in the training and validation dataset have a higher resolution or the patch size will be 64x64.