DocumentAuthenticator.authenticateHolograms Method¶
Module: DocumentAuthenticator
Definition¶
Authenticates the holograms on the current frame buffer.
Important
Buffer must be full to the temporal window size.
authenticate_holograms(self) -> HologramAuthenticationResultList
Returns
List of result for each hologram enrolled in document.
Exceptions
An error has occurred during Document Library execution.
HologramAuthenticationResultList authenticateHolograms()
Returns
List of result for each hologram enrolled in document.
Exceptions
An error has occurred during Document Library execution.
public HologramAuthenticationResultList AuthenticateHolograms()
Returns
List of result for each hologram enrolled in document.
Exceptions
An error has occurred during Document Library execution.
public HologramAuthenticationResultList authenticateHolograms() throws DocumentException
Returns
List of result for each hologram enrolled in document.
Exceptions
An error has occurred during Document Library execution.
public func authenticateHolograms() throws -> HologramAuthenticationResultList
Returns
List of result for each hologram enrolled in document.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentAuthenticator_AuthenticateHolograms (
ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator,
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hScoreList)
Parameters
hDocumentAuthenticator
ID3_DOCUMENT_AUTHENTICATORin Handle to the DocumentAuthenticator object.out List of result for each hologram enrolled in document.
Returns