Vision
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
Vision
Classes for Apple's Vision framework to detect faces, barcodes and text.
- Classes
- class VNBarcodeObservationMBS
- class VNClassificationObservationMBS
- class VNClassifyImageRequestMBS
- class VNCoreMLFeatureValueObservationMBS
- class VNCoreMLModelMBS
- class VNCoreMLRequestMBS
- class VNDetectBarcodesRequestMBS
- class VNDetectedObjectObservationMBS
- class VNDetectFaceCaptureQualityRequestMBS
- class VNDetectFaceLandmarksRequestMBS
- class VNDetectFaceRectanglesRequestMBS
- class VNDetectHorizonRequestMBS
- class VNDetectHumanRectanglesRequestMBS
- class VNDetectRectanglesRequestMBS
- class VNDetectTextRectanglesRequestMBS
- class VNFaceLandmarkRegion2DMBS
- class VNFaceLandmarkRegionMBS
- class VNFaceLandmarks2DMBS
- class VNFaceLandmarksMBS
- class VNFaceObservationMBS
- class VNFeaturePrintObservationMBS
- class VNGenerateAttentionBasedSaliencyImageRequestMBS
- class VNGenerateImageFeaturePrintRequestMBS
- class VNGenerateObjectnessBasedSaliencyImageRequestMBS
- class VNHomographicImageRegistrationRequestMBS
- class VNHorizonObservationMBS
- class VNImageAlignmentObservationMBS
- class VNImageBasedRequestMBS
- class VNImageHomographicAlignmentObservationMBS
- class VNImageRegistrationRequestMBS
- class VNImageRequestHandlerMBS
- method Constructor
- method performRequests(requests() as VNRequestMBS, byref error as NSErrorMBS) as Boolean
- method performRequestsAsync(requests() as VNRequestMBS, DelegateHandler as VNPerformRequestsCompletedMBS = nil, tag as variant = nil)
- shared method RequestWithCGImage(CGImage as CGImageMBS, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithCIImage(CIImage as Variant, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithCVPixelBuffer(CVPixelBuffer as Variant, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithData(Data as MemoryBlock, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithFile(File as FolderItem, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method RequestWithPicture(Picture as Picture, orientation as Integer = 0, Options as Dictionary = nil) as VNImageRequestHandlerMBS
- shared method VNImageOptionCameraIntrinsics as String
- shared method VNImageOptionCIContext as String
- shared method VNImageOptionProperties as String
- property Handle as Integer
- class VNImageTranslationAlignmentObservationMBS
- class VNObservationMBS
- class VNPixelBufferObservationMBS
- class VNRecognizeAnimalsRequestMBS
- class VNRecognizedObjectObservationMBS
- class VNRecognizedTextMBS
- class VNRecognizedTextObservationMBS
- class VNRecognizeTextRequestMBS
- class VNRectangleObservationMBS
- class VNRequestMBS
- class VNSaliencyImageObservationMBS
- class VNSequenceRequestHandlerMBS
- method Constructor
- method performRequestsOnCGImage(requests() as VNRequestMBS, CGImage as CGImageMBS, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnCIImage(requests() as VNRequestMBS, CIImage as Variant, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnCVPixelBuffer(requests() as VNRequestMBS, CVPixelBuffer as Variant, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnImageData(requests() as VNRequestMBS, Data as MemoryBlock, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnImageFile(requests() as VNRequestMBS, File as FolderItem, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- method performRequestsOnPicture(requests() as VNRequestMBS, Picture as Picture, orientation as Integer = 0, byref error as NSErrorMBS) as Boolean
- property Handle as Integer
- class VNTargetedImageRequestMBS
- method Constructor
- shared method TargetedImageRequestWithCGImage(CGImage as CGImageMBS, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithCIImage(CIImage as Variant, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithCVPixelBuffer(CVPixelBuffer as Variant, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithImageData(Data as MemoryBlock, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithImageFile(File as FolderItem, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- shared method TargetedImageRequestWithPicture(Picture as Picture, orientation as Integer = 0, options as Dictionary, DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil) as VNTargetedImageRequestMBS
- class VNTextObservationMBS
- class VNTrackingRequestMBS
- class VNTrackObjectRequestMBS
- class VNTrackRectangleRequestMBS
- class VNTranslationalImageRegistrationRequestMBS
- Modules
- module VisionModuleMBS
- method available as Boolean
- method ElementSize(ElementType as Integer) as Integer
- method ImagePointForNormalizedPoint(normalizedPoint as CGPointMBS, imageWidth as Integer, imageHeight as Integer) as CGPointMBS
- method ImageRectForNormalizedRect(normalizedRect as CGRectMBS, imageWidth as Integer, imageHeight as Integer) as CGRectMBS
- method NormalizedIdentityRect as CGRectMBS
- method NormalizedRectForImageRect(imageRect as CGRectMBS, imageWidth as Integer, imageHeight as Integer) as CGRectMBS
- method NormalizedRectIsIdentityRect(rect as CGRectMBS) as boolean
- method VNErrorDomain as String
- property VersionNumber as Double
- delegate VNPerformRequestsCompletedMBS(Requests() as VNRequestMBS, result as boolean, error as NSErrorMBS, tag as Variant)
- delegate VNProgressHandlerMBS(Request as VNRequestMBS, fractionCompleted as double, error as NSErrorMBS, tag as Variant)
- delegate VNRequestCompletedMBS(Request as VNRequestMBS, error as NSErrorMBS, tag as Variant)
- Blog Entries
- Videos
Release notes
- Version 23.3
- Version 23.2
- Version 22.3
- Version 21.5
- Version 21.3
The items on this page are in the following plugins: MBS MacFrameworks Plugin.