EFourierImage::CopyTo
Copies all the data of the current EFourierImage
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. 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.
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.