Image.clone Method¶
Module: Image
Definition¶
Clones the Image object.
clone(self) -> Image
Returns
The newly created image.
Exceptions
An error has occurred during Face Library execution.
Image clone()
Returns
The newly created image.
Exceptions
An error has occurred during Face Library execution.
public Image Clone()
Returns
The newly created image.
Exceptions
An error has occurred during Face Library execution.
public Image clone() throws FaceException
Returns
The newly created image.
Exceptions
An error has occurred during Face Library execution.
public func clone() throws -> Image
Returns
The newly created image.
Exceptions
An error has occurred during Face Library execution.
int id3FaceImage_CopyTo (
ID3_FACE_IMAGE hImage,
ID3_FACE_IMAGE hImageDst)
Parameters
hImage
ID3_FACE_IMAGEin Handle to the Image object.hImageDst
ID3_FACE_IMAGEout The newly created image.
Returns