public class FaceTemplateList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<FaceTemplate>
| Constructor and Description |
|---|
FaceTemplateList()
Creates a new instance of the FaceTemplateList class.
|
FaceTemplateList(long handle)
Creates a new instance of the FaceTemplateList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(FaceTemplate faceTemplateItem)
Adds an item to the FaceTemplateList object.
|
void |
clear()
Clears the FaceTemplateList object.
|
FaceTemplateList |
clone()
Creates a copy of the FaceTemplateList object.
|
void |
close()
Releases all resources used by this FaceTemplateList.
|
protected void |
finalize()
Finalizer for this class.
|
FaceTemplate |
get(int index)
Gets an item of the FaceTemplateList object.
|
int |
getCount()
Gets the number of elements in the FaceTemplateList object.
|
long |
getHandle()
Gets the native handle.
|
java.util.Iterator<FaceTemplate> |
iterator() |
void |
removeAt(int index)
Removes an element of the FaceTemplateList object.
|
void |
resize(int newSize)
FaceTemplateList object.
|
void |
set(int index,
FaceTemplate faceTemplateItem)
Sets an item of the FaceTemplateList object.
|
public FaceTemplateList()
throws FaceException
FaceException - An error has occurred during Face Library execution.public FaceTemplateList(long handle)
throws FaceException
handle - Handle to the FaceTemplateList.FaceException - An error has occurred during Face Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public FaceTemplateList clone() throws FaceException
clone in class java.lang.ObjectFaceException - An error has occurred during Face Library execution.public void clear()
throws FaceException
FaceException - An error has occurred during Face Library execution.public void add(FaceTemplate faceTemplateItem) throws FaceException
faceTemplateItem - FaceTemplate item to add.FaceException - An error has occurred during Face Library execution.public FaceTemplate get(int index) throws FaceException
index - Index of the FaceTemplate item to get.FaceException - An error has occurred during Face Library execution.public void set(int index,
FaceTemplate faceTemplateItem)
throws FaceException
index - Index of the FaceTemplate item to set.faceTemplateItem - FaceTemplate item to set.FaceException - An error has occurred during Face Library execution.public int getCount()
throws FaceException
FaceException - An error has occurred during Face Library execution.public void removeAt(int index)
throws FaceException
index - Index of the FaceTemplate item to remove.FaceException - An error has occurred during Face Library execution.public void resize(int newSize)
throws FaceException
newSize - FaceTemplate object.FaceException - An error has occurred during Face Library execution.public java.util.Iterator<FaceTemplate> iterator()
iterator in interface java.lang.Iterable<FaceTemplate>Copyright © id3 Technologies. All rights reserved. eu.id3.face