ScArucoDictionary.h
Go to the documentation of this file.
ArUco Symbology Dictionary.
ScArucoDictionary * sc_aruco_dictionary_new(uint32_t marker_size)
creates a new aruco dictionary with the specified marker size
void sc_aruco_dictionary_release(ScArucoDictionary *dictionary)
Decrease reference count of an Aruco dictionary by one.
ScArucoDictionaryPreset
Predefined dictionaries compatible with OpenCV.
Definition: ScArucoDictionary.h:22
void sc_aruco_dictionary_retain(ScArucoDictionary *dictionary)
Increase reference count of an Aruco dictionary by one.
ScBool sc_aruco_dictionary_add_marker(ScArucoDictionary *dictionary, uint8_t *marker_bits, uint32_t marker_size)
adds an aruco marker to a dictionary. Serialization of dictionaries created or modified using this fu...
Common definitions used throughout the ScanditSDK API.
ScArucoDictionary * sc_aruco_dictionary_from_preset(ScArucoDictionaryPreset preset)
creates a constant prefilled dictionary