Vision iOS 10.3 to 11.0 API Differences
Vision.h
Added
VNVisionVersionNumber
VNCoreMLRequest.h
Added
VNCoreMLModel
Added
+[VNCoreMLModel modelForMLModel:error:]
Added
VNCoreMLRequest
Added
VNCoreMLRequest.model
Added
VNCoreMLRequest.imageCropAndScaleOption
Added
-[VNCoreMLRequest initWithModel:]
Added
-[VNCoreMLRequest initWithModel:completionHandler:]
VNDefines.h
Added
#def VN_EXPORT
VNDetectBarcodesRequest.h
Added
VNDetectBarcodesRequest
Added
VNDetectBarcodesRequest.supportedSymbologies
Added
VNDetectBarcodesRequest.symbologies
VNDetectFaceLandmarksRequest.h
Added
VNDetectFaceLandmarksRequest
VNDetectFaceRectanglesRequest.h
Added
VNDetectFaceRectanglesRequest
VNDetectHorizonRequest.h
Added
VNDetectHorizonRequest
VNDetectRectanglesRequest.h
Added
VNDetectRectanglesRequest
Added
VNDetectRectanglesRequest.minimumAspectRatio
Added
VNDetectRectanglesRequest.maximumAspectRatio
Added
VNDetectRectanglesRequest.quadratureTolerance
Added
VNDetectRectanglesRequest.minimumSize
Added
VNDetectRectanglesRequest.minimumConfidence
Added
VNDetectRectanglesRequest.maximumObservations
VNDetectTextRectanglesRequest.h
Added
VNDetectTextRectanglesRequest
Added
VNDetectTextRectanglesRequest.reportCharacterBoxes
VNError.h
Added
VNErrorDomain
Added
VNErrorCode
Added
VNErrorOK
Added
VNErrorRequestCancelled
Added
VNErrorInvalidFormat
Added
VNErrorOperationFailed
Added
VNErrorOutOfBoundsError
Added
VNErrorInvalidOption
Added
VNErrorIOError
Added
VNErrorMissingOption
Added
VNErrorNotImplemented
Added
VNErrorInternalError
Added
VNErrorOutOfMemory
Added
VNErrorUnknownError
Added
VNErrorInvalidOperation
Added
VNErrorInvalidImage
Added
VNErrorInvalidArgument
Added
VNErrorInvalidModel
VNFaceLandmarks.h
Added
VNFaceLandmarkRegion
Added
VNFaceLandmarkRegion.pointCount
Added
VNFaceLandmarkRegion2D
Added
VNFaceLandmarkRegion2D.normalizedPoints
Added
-[VNFaceLandmarkRegion2D pointsInImageOfSize:]
Added
VNFaceLandmarks
Added
VNFaceLandmarks.confidence
Added
VNFaceLandmarks2D
Added
VNFaceLandmarks2D.allPoints
Added
VNFaceLandmarks2D.faceContour
Added
VNFaceLandmarks2D.leftEye
Added
VNFaceLandmarks2D.rightEye
Added
VNFaceLandmarks2D.leftEyebrow
Added
VNFaceLandmarks2D.rightEyebrow
Added
VNFaceLandmarks2D.nose
Added
VNFaceLandmarks2D.noseCrest
Added
VNFaceLandmarks2D.medianLine
Added
VNFaceLandmarks2D.outerLips
Added
VNFaceLandmarks2D.innerLips
Added
VNFaceLandmarks2D.leftPupil
Added
VNFaceLandmarks2D.rightPupil
VNFaceObservationAccepting.h
Added
VNFaceObservationAccepting
Added
VNFaceObservationAccepting.inputFaceObservations
VNImageRegistrationRequest.h
Added
VNImageRegistrationRequest
Added
VNTranslationalImageRegistrationRequest
Added
VNHomographicImageRegistrationRequest
VNObservation.h
Added
VNObservation
Added
VNObservation.uuid
Added
VNObservation.confidence
Added
VNDetectedObjectObservation
Added
+[VNDetectedObjectObservation observationWithBoundingBox:]
Added
VNDetectedObjectObservation.boundingBox
Added
VNFaceObservation
Added
VNFaceObservation.landmarks
Added
VNClassificationObservation
Added
VNClassificationObservation.identifier
Added
VNCoreMLFeatureValueObservation
Added
VNCoreMLFeatureValueObservation.featureValue
Added
VNPixelBufferObservation
Added
VNPixelBufferObservation.pixelBuffer
Added
VNRectangleObservation
Added
VNRectangleObservation.topLeft
Added
VNRectangleObservation.topRight
Added
VNRectangleObservation.bottomLeft
Added
VNRectangleObservation.bottomRight
Added
VNTextObservation
Added
VNTextObservation.characterBoxes
Added
VNBarcodeObservation
Added
VNBarcodeObservation.symbology
Added
VNBarcodeObservation.barcodeDescriptor
Added
VNBarcodeObservation.payloadStringValue
Added
VNHorizonObservation
Added
VNHorizonObservation.transform
Added
VNHorizonObservation.angle
Added
VNImageAlignmentObservation
Added
VNImageTranslationAlignmentObservation
Added
VNImageTranslationAlignmentObservation.alignmentTransform
Added
VNImageHomographicAlignmentObservation
Added
VNImageHomographicAlignmentObservation.warpTransform
VNRequest.h
Added
VNRequestCompletionHandler
Added
VNRequest
Added
-[VNRequest init]
Added
-[VNRequest initWithCompletionHandler:]
Added
VNRequest.preferBackgroundProcessing
Added
VNRequest.usesCPUOnly
Added
VNRequest.results
Added
VNRequest.completionHandler
Added
VNImageBasedRequest
Added
VNImageBasedRequest.regionOfInterest
VNRequestHandler.h
Added
VNImageOption
Added
VNImageOptionProperties
Added
VNImageOptionCameraIntrinsics
Added
VNImageOptionCIContext
Added
VNImageRequestHandler
Added
-[VNImageRequestHandler initWithCVPixelBuffer:options:]
Added
-[VNImageRequestHandler initWithCVPixelBuffer:orientation:options:]
Added
-[VNImageRequestHandler initWithCGImage:options:]
Added
-[VNImageRequestHandler initWithCGImage:orientation:options:]
Added
-[VNImageRequestHandler initWithCIImage:options:]
Added
-[VNImageRequestHandler initWithCIImage:orientation:options:]
Added
-[VNImageRequestHandler initWithURL:options:]
Added
-[VNImageRequestHandler initWithURL:orientation:options:]
Added
-[VNImageRequestHandler initWithData:options:]
Added
-[VNImageRequestHandler initWithData:orientation:options:]
Added
-[VNImageRequestHandler performRequests:error:]
Added
VNSequenceRequestHandler
Added
-[VNSequenceRequestHandler init]
Added
-[VNSequenceRequestHandler performRequests:onCVPixelBuffer:error:]
Added
-[VNSequenceRequestHandler performRequests:onCVPixelBuffer:orientation:error:]
Added
-[VNSequenceRequestHandler performRequests:onCGImage:error:]
Added
-[VNSequenceRequestHandler performRequests:onCGImage:orientation:error:]
Added
-[VNSequenceRequestHandler performRequests:onCIImage:error:]
Added
-[VNSequenceRequestHandler performRequests:onCIImage:orientation:error:]
Added
-[VNSequenceRequestHandler performRequests:onImageURL:error:]
Added
-[VNSequenceRequestHandler performRequests:onImageURL:orientation:error:]
Added
-[VNSequenceRequestHandler performRequests:onImageData:error:]
Added
-[VNSequenceRequestHandler performRequests:onImageData:orientation:error:]
VNTargetedImageRequest.h
Added
VNTargetedImageRequest
Added
-[VNTargetedImageRequest initWithTargetedCVPixelBuffer:options:]
Added
-[VNTargetedImageRequest initWithTargetedCVPixelBuffer:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedCVPixelBuffer:orientation:options:]
Added
-[VNTargetedImageRequest initWithTargetedCVPixelBuffer:orientation:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedCGImage:options:]
Added
-[VNTargetedImageRequest initWithTargetedCGImage:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedCGImage:orientation:options:]
Added
-[VNTargetedImageRequest initWithTargetedCGImage:orientation:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedCIImage:options:]
Added
-[VNTargetedImageRequest initWithTargetedCIImage:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedCIImage:orientation:options:]
Added
-[VNTargetedImageRequest initWithTargetedCIImage:orientation:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedImageURL:options:]
Added
-[VNTargetedImageRequest initWithTargetedImageURL:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedImageURL:orientation:options:]
Added
-[VNTargetedImageRequest initWithTargetedImageURL:orientation:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedImageData:options:]
Added
-[VNTargetedImageRequest initWithTargetedImageData:options:completionHandler:]
Added
-[VNTargetedImageRequest initWithTargetedImageData:orientation:options:]
Added
-[VNTargetedImageRequest initWithTargetedImageData:orientation:options:completionHandler:]
VNTrackingRequest.h
Added
VNRequestTrackingLevel
Added
VNRequestTrackingLevelAccurate
Added
VNRequestTrackingLevelFast
Added
VNTrackingRequest
Added
VNTrackingRequest.inputObservation
Added
VNTrackingRequest.trackingLevel
Added
VNTrackingRequest.lastFrame
VNTrackObjectRequest.h
Added
VNTrackObjectRequest
Added
-[VNTrackObjectRequest initWithDetectedObjectObservation:]
Added
-[VNTrackObjectRequest initWithDetectedObjectObservation:completionHandler:]
VNTrackRectangleRequest.h
Added
VNTrackRectangleRequest
Added
-[VNTrackRectangleRequest initWithRectangleObservation:]
Added
-[VNTrackRectangleRequest initWithRectangleObservation:completionHandler:]
VNTypes.h
Added
VNConfidence
Added
VNAspectRatio
Added
VNDegrees
Added
VNImageCropAndScaleOption
Added
VNImageCropAndScaleOptionCenterCrop
Added
VNImageCropAndScaleOptionScaleFit
Added
VNImageCropAndScaleOptionScaleFill
Added
VNBarcodeSymbology
Added
VNBarcodeSymbologyAztec
Added
VNBarcodeSymbologyCode39
Added
VNBarcodeSymbologyCode39Checksum
Added
VNBarcodeSymbologyCode39FullASCII
Added
VNBarcodeSymbologyCode39FullASCIIChecksum
Added
VNBarcodeSymbologyCode93
Added
VNBarcodeSymbologyCode93i
Added
VNBarcodeSymbologyCode128
Added
VNBarcodeSymbologyDataMatrix
Added
VNBarcodeSymbologyEAN8
Added
VNBarcodeSymbologyEAN13
Added
VNBarcodeSymbologyI2of5
Added
VNBarcodeSymbologyI2of5Checksum
Added
VNBarcodeSymbologyITF14
Added
VNBarcodeSymbologyPDF417
Added
VNBarcodeSymbologyQR
Added
VNBarcodeSymbologyUPCE
VNUtils.h
Added
VNNormalizedIdentityRect
Added
VNNormalizedRectIsIdentityRect()
Added
VNImagePointForNormalizedPoint()
Added
VNImageRectForNormalizedRect()
Added
VNNormalizedRectForImageRect()
Added
VNNormalizedFaceBoundingBoxPointForLandmarkPoint()
Added
VNImagePointForFaceLandmarkPoint()