Objective-C Interface for the vlSDK for Apple devices The Objective-C API allows a simple acces to the functions of the visionLib SDK. The interface consists of a vlFrameListener delegate protocol and a vlSDK object. You can easily initialize the framework by passing a URI to the vlSDK init object. Please have a look at the example and the tutorials on how to use the SDK efficiently. More...
Data Structures | |
class | vlModelProperties |
Properties of models managed by the visionlib. The model properties can be queried by calling requestModelProperties. Each model in the memory, has a corresponding entry of vlModelProperties.# The properties depict stats about how hypothesises are generated in the current state of tracking. More... | |
class | vlTrackingIssue |
class | vlTrackingIssues |
protocol | <vlFrameListenerInterface > |
Listener for all callbacks of the visionLib. More... | |
class | vlSDK |
Convenient function for using the vlSDK in a simple manner. The vlSDK wrapper uses the C-Interface and prepares the interface in that way, that it is easy accessable by a macOS or iOS application. Please have a look into the tutorials and examples. More... | |
Objective-C Interface for the vlSDK for Apple devices The Objective-C API allows a simple acces to the functions of the visionLib SDK. The interface consists of a vlFrameListener delegate protocol and a vlSDK object. You can easily initialize the framework by passing a URI to the vlSDK init object. Please have a look at the example and the tutorials on how to use the SDK efficiently.