EMatcher::CopyTo

Namespace: Euresys::Open_eVision

[C++]

void CopyTo(
   EMatcher& other
) const

Parameters

other

Reference to the EMatcher object in which the current EMatcher object parameters are to be copied.

EMatcher.CopyTo

Copies all the data of the current EMatcher object into another EMatcher object and returns it.

Namespace: Euresys.Open_eVision

[C#]

void CopyTo(
   EMatcher other
)

Parameters

other

Reference to the EMatcher object in which the current EMatcher object parameters are to be copied.

EMatcher.CopyTo

Copies all the data of the current EMatcher object into another EMatcher object and returns it.

Module: open_evision

[Python]

CopyTo(
    other: EMatcher
) -> None

Parameters

other

Reference to the EMatcher object in which the current EMatcher object parameters are to be copied.