EDatasetSplit::SetImageTypeLocked

Whether the image type is locked for the given image.
This property is mainly used to lock training and validation images after the split was used in a training.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetImageTypeLocked(
   int imageIndex,
   bool isLocked
)

Parameters

imageIndex

Image index.

isLocked

Whether to lock the image

EDatasetSplit.SetImageTypeLocked

Whether the image type is locked for the given image.
This property is mainly used to lock training and validation images after the split was used in a training.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetImageTypeLocked(
   int imageIndex,
   bool isLocked
)

Parameters

imageIndex

Image index.

isLocked

Whether to lock the image