EDeepLearningExecutionSettings::CopyTo
Copy the object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground. to another one.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
void CopyTo(
EDeepLearningExecutionSettings
& other
) const
Parameters
other
The other EDeepLearningExecutionSettings
that we will copy this one into.
EDeepLearningExecutionSettings.CopyTo
Copy the object to another one.
Namespace: Euresys.Open_eVision.EasyDeepLearning
[C#]
void CopyTo(
EDeepLearningExecutionSettings
other
)
Parameters
other
The other EDeepLearningExecutionSettings
that we will copy this one into.
EDeepLearningExecutionSettings.CopyTo
Copy the object to another one.
Module: open_evision.EasyDeepLearning
[Python]
CopyTo(
other: EDeepLearningExecutionSettings
) -> None
Parameters
other
The other EDeepLearningExecutionSettings
that we will copy this one into.