EDatasetSplit::SetTypeLocked

Locks or unlocks all the images whose dataset type matches the given type. Note that the given type can be a combination of several dataset type (using the | operator).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetTypeLocked(
   int type,
   bool isLocked
)

Parameters

type

Dataset type to lock.

isLocked

Whether to lock the images

EDatasetSplit.SetTypeLocked

Locks or unlocks all the images whose dataset type matches the given type. Note that the given type can be a combination of several dataset type (using the | operator).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetTypeLocked(
   int type,
   bool isLocked
)

Parameters

type

Dataset type to lock.

isLocked

Whether to lock the images