API Reference
get_version
Name | get_version |
Description | Retrieves the SDK version information from a library. |
Input | None |
Output | The version string is returned as a standard Python string. |
get_device_id
Name | get_device_id |
Description | Retrieves the Hardware ID from a library. |
Input | None |
Output | The Hardware ID is returned as a standard Python string. |
init_sdk
Name | init_sdk |
Description | Initializes the SDK in online mode. |
Input |
|
Output | Status code indicating the result of the initialization.
|
init_sdk_offline
Name | init_sdk_offline |
Description | Initializes the SDK in offline mode. |
Input |
|
Output | Status code indicating the result of the initialization.
|
extract_template
Name | extract_template |
Description | Extracts a template from an image |
Input |
|
Output | Status code indicating the result of the template extraction.
|
calculate_similarity
Name | calculate_similarity |
Description | Calculates the similarity between two features |
Input |
|
Output | Similarity score between the two features The score ranges from 0.0 to 1.0 Default Threshold is 0.67 |
Last updated