EFourierImage::CopyTo

Namespace: Euresys::Open_eVision

[C++]

void CopyTo(
   EFourierImage& other
)

Parameters

other

An EFourierImage object in which the current EFourierImage object data have to be copied.

EFourierImage.CopyTo

Copies all the data of the current EFourierImage object into another EFourierImage object.

Namespace: Euresys.Open_eVision

[C#]

void CopyTo(
   EFourierImage other
)

Parameters

other

An EFourierImage object in which the current EFourierImage object data have to be copied.

EFourierImage.CopyTo

Copies all the data of the current EFourierImage object into another EFourierImage object.

Module: open_evision

[Python]

CopyTo(
    other: EFourierImage
) -> None

Parameters

other

An EFourierImage object in which the current EFourierImage object data have to be copied.