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

in Handle to the Image object.

hImageDst ID3_FACE_IMAGE
out The newly created image.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.