This file contains all abstracted functions of the VisionLib SDK. More...
#import <Foundation/Foundation.h>
#import <Metal/Metal.h>
#import <CoreImage/CoreImage.h>
Go to the source code of this file.
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... | |
This file contains all abstracted functions of the VisionLib SDK.
Include this file for using the VisionLib in your Apple based software.