FaceTemplate.fromHandle constructor
- Pointer<
id3FaceTemplate> handle
Creates a new instance of the FaceTemplate class.
param handle Handle to the FaceTemplate. throws FaceException An error has occurred during Face Library execution.
Implementation
FaceTemplate.fromHandle(Pointer<id3FaceTemplate> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}