ScTrackedObject.h
Go to the documentation of this file.
void sc_tracked_object_retain(ScTrackedObject *object)
Increase reference count of the tracked object by one.
ScBarcode * sc_tracked_object_get_barcode(ScTrackedObject const *object)
Get the tracked barcode object.
A located or recognized barcode/ 2d code in an image.
Functions to manage an array of barcodes.
Definition: ScTrackedObject.h:31
ScTrackedObjectType sc_tracked_object_get_type(ScTrackedObject const *object)
Get type of the tracked object.
ScQuadrilateral sc_tracked_object_get_location(ScTrackedObject const *object)
Get the location quadrilateral of the tracked object.
Recognition context interface.
Functions for retrieving barcode information.
uint32_t sc_tracked_object_get_id(ScTrackedObject const *object)
Retrieve unique id for the tracked object.
Opaque pointer type for an object tracker.
Common definitions used throughout the ScanditSDK API.
void sc_tracked_object_release(ScTrackedObject *object)
Decrease reference count of tracked object by one.