Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Vision | MBS MacFrameworks Plugin | 19.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Instantiate this handler to perform Vision requests on a series of images. Unlike the VNImageRequestHandlerMBS, you don't specify the image on creation. Instead, you supply each image frame one by one as you continue to call one of the perform methods.
Constant | Value | Description |
---|---|---|
kOrientationDown | 3 |
The encoded image data is rotated 180° from the image's intended display orientation. |
kOrientationDownMirrored | 4 |
The encoded image data is vertically flipped from the image's intended display orientation. |
kOrientationLeft | 8 |
The encoded image data is rotated 90° clockwise from the image's intended display orientation. |
kOrientationLeftMirrored | 5 |
The encoded image data is horizontally flipped and rotated 90° counter-clockwise from the image's intended display orientation. |
kOrientationRight | 6 |
The encoded image data is rotated 90° clockwise from the image's intended display orientation. |
kOrientationRightMirrored | 7 |
The encoded image data is horizontally flipped and rotated 90° clockwise from the image's intended display orientation. |
kOrientationUp | 1 |
The encoded image data matches the image's intended display orientation. |
kOrientationUpMirrored | 2 |
The encoded image data is horizontally flipped from the image's intended display orientation. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNSaliencyImageObservationMBS - VNTargetedImageRequestMBS