pyobjc-framework-Vision 10.2__tar.gz → 10.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyobjc_framework_vision-10.3.1/Lib/Vision/__init__.py +89 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Lib/Vision/_metadata.py +202 -4
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Lib/pyobjc_framework_Vision.egg-info/PKG-INFO +5 -5
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Lib/pyobjc_framework_Vision.egg-info/SOURCES.txt +2 -4
- pyobjc_framework_vision-10.3.1/Lib/pyobjc_framework_Vision.egg-info/requires.txt +4 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PKG-INFO +5 -5
- pyobjc-framework-Vision-10.2/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_vision-10.3.1/metadata/raw/arm64-14.5.fwinfo +227 -30
- pyobjc-framework-Vision-10.2/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_vision-10.3.1/metadata/raw/x86_64-14.5.fwinfo +227 -30
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/setup.py +1 -1
- pyobjc-framework-Vision-10.2/Lib/Vision/__init__.py +0 -41
- pyobjc-framework-Vision-10.2/Lib/pyobjc_framework_Vision.egg-info/requires.txt +0 -4
- pyobjc-framework-Vision-10.2/metadata/raw/arm64-12.0.fwinfo +0 -8916
- pyobjc-framework-Vision-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -8916
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Lib/pyobjc_framework_Vision.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Lib/pyobjc_framework_Vision.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Lib/pyobjc_framework_Vision.egg-info/top_level.txt +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/License.txt +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/MANIFEST.in +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Modules/_Vision.m +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Modules/_Vision_protocols.m +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Modules/pyobjc-api.h +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/Modules/pyobjc-compat.h +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vision.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnclassifyimagerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vncoremlrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectanimalbodyposerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectbarcodesrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectcontoursrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectdocumentsegmentationrequest.py +0 -0
- /pyobjc-framework-Vision-10.2/PyObjCTest/test_vndetectfacecapturequalityRequest.py → /pyobjc_framework_vision-10.3.1/PyObjCTest/test_vndetectfacecapturequalityrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectfacelandmarks.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectfacelandmarksrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectfacerectanglesrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetecthorizonrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetecthumanbodypose3drequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetecthumanbodyposerequest.py +0 -0
- /pyobjc-framework-Vision-10.2/PyObjCTest/test_vndetecthumanHandposerequest.py → /pyobjc_framework_vision-10.3.1/PyObjCTest/test_vndetecthumanhandposerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetecthumanrectanglesrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectpoint.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetectrectanglesrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetecttextrectanglesrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vndetecttrajectoriesrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnerror.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnfacelandmarks.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnfaceobservationaccepting.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngenerateattentionbasedsaliencyimagerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngenerateforegroundinstanceMaskrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngenerateimagefeatureprintrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngenerateobjectnessbasedsaliencyimagerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngenerateopticalflowrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngeneratepersoninstancemaskrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngeneratepersonsegmentationrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngeometry.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vngeometryutils.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnimageregistrationrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnobservation.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnrecognizeanimalsrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnrecognizetextrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnrequesthandler.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnrequestrevisionproviding.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnstatefulrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntargetedimagerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntrackhomographicimageregistrationrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntrackingrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntrackobjectrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntrackopticalflowrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntrackrectanglerequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntracktranslationalimageregistrationrequest.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vntypes.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnutils.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/PyObjCTest/test_vnvideoprocessor.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/Vision.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/pyobjc_setup.py +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/pyproject.toml +0 -0
- {pyobjc-framework-Vision-10.2 → pyobjc_framework_vision-10.3.1}/setup.cfg +0 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the Vision framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import Foundation
|
|
13
|
+
import Quartz
|
|
14
|
+
import CoreML
|
|
15
|
+
import objc
|
|
16
|
+
from . import _metadata, _Vision
|
|
17
|
+
|
|
18
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
19
|
+
name="Vision",
|
|
20
|
+
frameworkIdentifier="com.apple.VN",
|
|
21
|
+
frameworkPath=objc.pathForFramework(
|
|
22
|
+
"/System/Library/Frameworks/Vision.framework"
|
|
23
|
+
),
|
|
24
|
+
globals_dict=globals(),
|
|
25
|
+
inline_list=None,
|
|
26
|
+
parents=(
|
|
27
|
+
_Vision,
|
|
28
|
+
Quartz,
|
|
29
|
+
CoreML,
|
|
30
|
+
Foundation,
|
|
31
|
+
),
|
|
32
|
+
metadict=_metadata.__dict__,
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
globals()["__dir__"] = dir_func
|
|
36
|
+
globals()["__getattr__"] = getattr_func
|
|
37
|
+
|
|
38
|
+
for cls, sel in (
|
|
39
|
+
("VNVideoProcessorFrameRateCadence", b"init"),
|
|
40
|
+
("VNVideoProcessorTimeIntervalCadence", b"init"),
|
|
41
|
+
("VNVideoProcessor", b"init"),
|
|
42
|
+
(
|
|
43
|
+
"VNGeneratePersonSegmentationRequest",
|
|
44
|
+
b"initWithFrameAnalysisSpacing:completionHandler:",
|
|
45
|
+
),
|
|
46
|
+
("VNDetectedPoint", b"init"),
|
|
47
|
+
("VNDetectedPoint", b"new"),
|
|
48
|
+
("VNDetectedPoint", b"initWithX:y:"),
|
|
49
|
+
("VNDetectedPoint", b"initWithLocation:"),
|
|
50
|
+
("VNFaceLandmarkRegion", b"init"),
|
|
51
|
+
("VNFaceLandmarkRegion", b"new"),
|
|
52
|
+
("VNFaceLandmarks", b"init"),
|
|
53
|
+
("VNCoreMLModel", b"init"),
|
|
54
|
+
("VNCoreMLRequest", b"init"),
|
|
55
|
+
("VNCoreMLRequest", b"initWithCompletionHandler:"),
|
|
56
|
+
("VNTrackingRequest", b"init"),
|
|
57
|
+
("VNTrackingRequest", b"initWithCompletionHandler:"),
|
|
58
|
+
("VNHumanBodyRecognizedPoint3D", b"init"),
|
|
59
|
+
("VNHumanBodyRecognizedPoint3D", b"new"),
|
|
60
|
+
("VNImageRequestHandler", b"init"),
|
|
61
|
+
("VNPoint3D", b"init"),
|
|
62
|
+
("VNContour", b"init"),
|
|
63
|
+
("VNContour", b"new"),
|
|
64
|
+
("VNRecognizedPointsObservation", b"init"),
|
|
65
|
+
("VNRecognizedPointsObservation", b"new"),
|
|
66
|
+
("VNRecognizedPoints3DObservation", b"init"),
|
|
67
|
+
("VNRecognizedPoints3DObservation", b"new"),
|
|
68
|
+
("VNTrackObjectRequest", b"init"),
|
|
69
|
+
("VNTrackObjectRequest", b"initWithCompletionHandler:"),
|
|
70
|
+
("VNTargetedImageRequest", b"init"),
|
|
71
|
+
("VNTargetedImageRequest", b"initWithCompletionHandler:"),
|
|
72
|
+
(
|
|
73
|
+
"VNDetectTrajectoriesRequest",
|
|
74
|
+
b"initWithFrameAnalysisSpacing:completionHandler:",
|
|
75
|
+
),
|
|
76
|
+
("VNTrackRectangleRequest", b"init"),
|
|
77
|
+
("VNTrackRectangleRequest", b"initWithCompletionHandler:"),
|
|
78
|
+
("VNStatefulRequest", b"init"),
|
|
79
|
+
("VNStatefulRequest", b"initWithCompletionHandler:"),
|
|
80
|
+
("VNStatefulRequest", b"new"),
|
|
81
|
+
("VNRecognizedPoint3D", b"init"),
|
|
82
|
+
("VNRecognizedPoint3D", b"new"),
|
|
83
|
+
):
|
|
84
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
85
|
+
|
|
86
|
+
del sys.modules["Vision._metadata"]
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
globals().pop("_setup")()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sat May 18 09:38:38 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -30,7 +30,7 @@ else:
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
|
-
constants = """$VNAnimalBodyPoseObservationJointNameLeftBackElbow$VNAnimalBodyPoseObservationJointNameLeftBackKnee$VNAnimalBodyPoseObservationJointNameLeftBackPaw$VNAnimalBodyPoseObservationJointNameLeftEarBottom$VNAnimalBodyPoseObservationJointNameLeftEarMiddle$VNAnimalBodyPoseObservationJointNameLeftEarTop$VNAnimalBodyPoseObservationJointNameLeftEye$VNAnimalBodyPoseObservationJointNameLeftFrontElbow$VNAnimalBodyPoseObservationJointNameLeftFrontKnee$VNAnimalBodyPoseObservationJointNameLeftFrontPaw$VNAnimalBodyPoseObservationJointNameNeck$VNAnimalBodyPoseObservationJointNameNose$VNAnimalBodyPoseObservationJointNameRightBackElbow$VNAnimalBodyPoseObservationJointNameRightBackKnee$VNAnimalBodyPoseObservationJointNameRightBackPaw$VNAnimalBodyPoseObservationJointNameRightEarBottom$VNAnimalBodyPoseObservationJointNameRightEarMiddle$VNAnimalBodyPoseObservationJointNameRightEarTop$VNAnimalBodyPoseObservationJointNameRightEye$VNAnimalBodyPoseObservationJointNameRightFrontElbow$VNAnimalBodyPoseObservationJointNameRightFrontKnee$VNAnimalBodyPoseObservationJointNameRightFrontPaw$VNAnimalBodyPoseObservationJointNameTailBottom$VNAnimalBodyPoseObservationJointNameTailMiddle$VNAnimalBodyPoseObservationJointNameTailTop$VNAnimalBodyPoseObservationJointsGroupNameAll$VNAnimalBodyPoseObservationJointsGroupNameForelegs$VNAnimalBodyPoseObservationJointsGroupNameHead$VNAnimalBodyPoseObservationJointsGroupNameHindlegs$VNAnimalBodyPoseObservationJointsGroupNameTail$VNAnimalBodyPoseObservationJointsGroupNameTrunk$VNAnimalDetectorCat$VNAnimalDetectorDog$VNAnimalIdentifierCat$VNAnimalIdentifierDog$VNBarcodeSymbologyAztec$
|
|
33
|
+
constants = """$VNAnimalBodyPoseObservationJointNameLeftBackElbow$VNAnimalBodyPoseObservationJointNameLeftBackKnee$VNAnimalBodyPoseObservationJointNameLeftBackPaw$VNAnimalBodyPoseObservationJointNameLeftEarBottom$VNAnimalBodyPoseObservationJointNameLeftEarMiddle$VNAnimalBodyPoseObservationJointNameLeftEarTop$VNAnimalBodyPoseObservationJointNameLeftEye$VNAnimalBodyPoseObservationJointNameLeftFrontElbow$VNAnimalBodyPoseObservationJointNameLeftFrontKnee$VNAnimalBodyPoseObservationJointNameLeftFrontPaw$VNAnimalBodyPoseObservationJointNameNeck$VNAnimalBodyPoseObservationJointNameNose$VNAnimalBodyPoseObservationJointNameRightBackElbow$VNAnimalBodyPoseObservationJointNameRightBackKnee$VNAnimalBodyPoseObservationJointNameRightBackPaw$VNAnimalBodyPoseObservationJointNameRightEarBottom$VNAnimalBodyPoseObservationJointNameRightEarMiddle$VNAnimalBodyPoseObservationJointNameRightEarTop$VNAnimalBodyPoseObservationJointNameRightEye$VNAnimalBodyPoseObservationJointNameRightFrontElbow$VNAnimalBodyPoseObservationJointNameRightFrontKnee$VNAnimalBodyPoseObservationJointNameRightFrontPaw$VNAnimalBodyPoseObservationJointNameTailBottom$VNAnimalBodyPoseObservationJointNameTailMiddle$VNAnimalBodyPoseObservationJointNameTailTop$VNAnimalBodyPoseObservationJointsGroupNameAll$VNAnimalBodyPoseObservationJointsGroupNameForelegs$VNAnimalBodyPoseObservationJointsGroupNameHead$VNAnimalBodyPoseObservationJointsGroupNameHindlegs$VNAnimalBodyPoseObservationJointsGroupNameTail$VNAnimalBodyPoseObservationJointsGroupNameTrunk$VNAnimalDetectorCat$VNAnimalDetectorDog$VNAnimalIdentifierCat$VNAnimalIdentifierDog$VNBarcodeSymbologyAztec$VNBarcodeSymbologyCodabar$VNBarcodeSymbologyCode128$VNBarcodeSymbologyCode39$VNBarcodeSymbologyCode39Checksum$VNBarcodeSymbologyCode39FullASCII$VNBarcodeSymbologyCode39FullASCIIChecksum$VNBarcodeSymbologyCode93$VNBarcodeSymbologyCode93i$VNBarcodeSymbologyDataMatrix$VNBarcodeSymbologyEAN13$VNBarcodeSymbologyEAN8$VNBarcodeSymbologyGS1DataBar$VNBarcodeSymbologyGS1DataBarExpanded$VNBarcodeSymbologyGS1DataBarLimited$VNBarcodeSymbologyI2of5$VNBarcodeSymbologyI2of5Checksum$VNBarcodeSymbologyITF14$VNBarcodeSymbologyMSIPlessey$VNBarcodeSymbologyMicroPDF417$VNBarcodeSymbologyMicroQR$VNBarcodeSymbologyPDF417$VNBarcodeSymbologyQR$VNBarcodeSymbologyUPCE$VNBodyLandmarkKeyLeftAnkle$VNBodyLandmarkKeyLeftEar$VNBodyLandmarkKeyLeftElbow$VNBodyLandmarkKeyLeftEye$VNBodyLandmarkKeyLeftHip$VNBodyLandmarkKeyLeftKnee$VNBodyLandmarkKeyLeftShoulder$VNBodyLandmarkKeyLeftWrist$VNBodyLandmarkKeyNeck$VNBodyLandmarkKeyNose$VNBodyLandmarkKeyRightAnkle$VNBodyLandmarkKeyRightEar$VNBodyLandmarkKeyRightElbow$VNBodyLandmarkKeyRightEye$VNBodyLandmarkKeyRightHip$VNBodyLandmarkKeyRightKnee$VNBodyLandmarkKeyRightShoulder$VNBodyLandmarkKeyRightWrist$VNBodyLandmarkKeyRoot$VNBodyLandmarkRegionKeyFace$VNBodyLandmarkRegionKeyLeftArm$VNBodyLandmarkRegionKeyLeftLeg$VNBodyLandmarkRegionKeyRightArm$VNBodyLandmarkRegionKeyRightLeg$VNBodyLandmarkRegionKeyTorso$VNComputeStageMain$VNComputeStagePostProcessing$VNErrorDomain$VNHandLandmarkKeyIndexDIP$VNHandLandmarkKeyIndexMCP$VNHandLandmarkKeyIndexPIP$VNHandLandmarkKeyIndexTIP$VNHandLandmarkKeyLittleDIP$VNHandLandmarkKeyLittleMCP$VNHandLandmarkKeyLittlePIP$VNHandLandmarkKeyLittleTIP$VNHandLandmarkKeyMiddleDIP$VNHandLandmarkKeyMiddleMCP$VNHandLandmarkKeyMiddlePIP$VNHandLandmarkKeyMiddleTIP$VNHandLandmarkKeyRingDIP$VNHandLandmarkKeyRingMCP$VNHandLandmarkKeyRingPIP$VNHandLandmarkKeyRingTIP$VNHandLandmarkKeyThumbCMC$VNHandLandmarkKeyThumbIP$VNHandLandmarkKeyThumbMP$VNHandLandmarkKeyThumbTIP$VNHandLandmarkKeyWrist$VNHandLandmarkRegionKeyIndexFinger$VNHandLandmarkRegionKeyLittleFinger$VNHandLandmarkRegionKeyMiddleFinger$VNHandLandmarkRegionKeyRingFinger$VNHandLandmarkRegionKeyThumb$VNHumanBodyPose3DObservationJointNameCenterHead$VNHumanBodyPose3DObservationJointNameCenterShoulder$VNHumanBodyPose3DObservationJointNameLeftAnkle$VNHumanBodyPose3DObservationJointNameLeftElbow$VNHumanBodyPose3DObservationJointNameLeftHip$VNHumanBodyPose3DObservationJointNameLeftKnee$VNHumanBodyPose3DObservationJointNameLeftShoulder$VNHumanBodyPose3DObservationJointNameLeftWrist$VNHumanBodyPose3DObservationJointNameRightAnkle$VNHumanBodyPose3DObservationJointNameRightElbow$VNHumanBodyPose3DObservationJointNameRightHip$VNHumanBodyPose3DObservationJointNameRightKnee$VNHumanBodyPose3DObservationJointNameRightShoulder$VNHumanBodyPose3DObservationJointNameRightWrist$VNHumanBodyPose3DObservationJointNameRoot$VNHumanBodyPose3DObservationJointNameSpine$VNHumanBodyPose3DObservationJointNameTopHead$VNHumanBodyPose3DObservationJointsGroupNameAll$VNHumanBodyPose3DObservationJointsGroupNameHead$VNHumanBodyPose3DObservationJointsGroupNameLeftArm$VNHumanBodyPose3DObservationJointsGroupNameLeftLeg$VNHumanBodyPose3DObservationJointsGroupNameRightArm$VNHumanBodyPose3DObservationJointsGroupNameRightLeg$VNHumanBodyPose3DObservationJointsGroupNameTorso$VNHumanBodyPoseObservationJointNameLeftAnkle$VNHumanBodyPoseObservationJointNameLeftEar$VNHumanBodyPoseObservationJointNameLeftElbow$VNHumanBodyPoseObservationJointNameLeftEye$VNHumanBodyPoseObservationJointNameLeftHip$VNHumanBodyPoseObservationJointNameLeftKnee$VNHumanBodyPoseObservationJointNameLeftShoulder$VNHumanBodyPoseObservationJointNameLeftWrist$VNHumanBodyPoseObservationJointNameNeck$VNHumanBodyPoseObservationJointNameNose$VNHumanBodyPoseObservationJointNameRightAnkle$VNHumanBodyPoseObservationJointNameRightEar$VNHumanBodyPoseObservationJointNameRightElbow$VNHumanBodyPoseObservationJointNameRightEye$VNHumanBodyPoseObservationJointNameRightHip$VNHumanBodyPoseObservationJointNameRightKnee$VNHumanBodyPoseObservationJointNameRightShoulder$VNHumanBodyPoseObservationJointNameRightWrist$VNHumanBodyPoseObservationJointNameRoot$VNHumanBodyPoseObservationJointsGroupNameAll$VNHumanBodyPoseObservationJointsGroupNameFace$VNHumanBodyPoseObservationJointsGroupNameLeftArm$VNHumanBodyPoseObservationJointsGroupNameLeftLeg$VNHumanBodyPoseObservationJointsGroupNameRightArm$VNHumanBodyPoseObservationJointsGroupNameRightLeg$VNHumanBodyPoseObservationJointsGroupNameTorso$VNHumanHandPoseObservationJointNameIndexDIP$VNHumanHandPoseObservationJointNameIndexMCP$VNHumanHandPoseObservationJointNameIndexPIP$VNHumanHandPoseObservationJointNameIndexTip$VNHumanHandPoseObservationJointNameLittleDIP$VNHumanHandPoseObservationJointNameLittleMCP$VNHumanHandPoseObservationJointNameLittlePIP$VNHumanHandPoseObservationJointNameLittleTip$VNHumanHandPoseObservationJointNameMiddleDIP$VNHumanHandPoseObservationJointNameMiddleMCP$VNHumanHandPoseObservationJointNameMiddlePIP$VNHumanHandPoseObservationJointNameMiddleTip$VNHumanHandPoseObservationJointNameRingDIP$VNHumanHandPoseObservationJointNameRingMCP$VNHumanHandPoseObservationJointNameRingPIP$VNHumanHandPoseObservationJointNameRingTip$VNHumanHandPoseObservationJointNameThumbCMC$VNHumanHandPoseObservationJointNameThumbIP$VNHumanHandPoseObservationJointNameThumbMP$VNHumanHandPoseObservationJointNameThumbTip$VNHumanHandPoseObservationJointNameWrist$VNHumanHandPoseObservationJointsGroupNameAll$VNHumanHandPoseObservationJointsGroupNameIndexFinger$VNHumanHandPoseObservationJointsGroupNameLittleFinger$VNHumanHandPoseObservationJointsGroupNameMiddleFinger$VNHumanHandPoseObservationJointsGroupNameRingFinger$VNHumanHandPoseObservationJointsGroupNameThumb$VNImageOptionCIContext$VNImageOptionCameraIntrinsics$VNImageOptionProperties$VNNormalizedIdentityRect@{CGRect={CGPoint=dd}{CGSize=dd}}$VNRecognizedPoint3DGroupKeyAll$VNRecognizedPointGroupKeyAll$VNVideoProcessingOptionFrameCadence$VNVideoProcessingOptionTimeInterval$VNVisionVersionNumber@d$"""
|
|
34
34
|
enums = """$VNBarcodeCompositeTypeGS1TypeA@2$VNBarcodeCompositeTypeGS1TypeB@3$VNBarcodeCompositeTypeGS1TypeC@4$VNBarcodeCompositeTypeLinked@1$VNBarcodeCompositeTypeNone@0$VNChiralityLeft@-1$VNChiralityRight@1$VNChiralityUnknown@0$VNClassifyImageRequestRevision1@1$VNClassifyImageRequestRevision2@2$VNCoreMLRequestRevision1@1$VNDetectAnimalBodyPoseRequestRevision1@1$VNDetectAnimalRectanglesRequestRevision1@1$VNDetectBarcodesRequestRevision1@1$VNDetectBarcodesRequestRevision2@2$VNDetectBarcodesRequestRevision3@3$VNDetectBarcodesRequestRevision4@4$VNDetectContourRequestRevision1@1$VNDetectDocumentSegmentationRequestRevision1@1$VNDetectFaceCaptureQualityRequestRevision1@1$VNDetectFaceCaptureQualityRequestRevision2@2$VNDetectFaceCaptureQualityRequestRevision3@3$VNDetectFaceLandmarksRequestRevision1@1$VNDetectFaceLandmarksRequestRevision2@2$VNDetectFaceLandmarksRequestRevision3@3$VNDetectFaceQualityRequestRevision1@1$VNDetectFaceRectanglesRequestRevision1@1$VNDetectFaceRectanglesRequestRevision2@2$VNDetectFaceRectanglesRequestRevision3@3$VNDetectHorizonRequestRevision1@1$VNDetectHumanBodyPose3DRequestRevision1@1$VNDetectHumanBodyPoseRequestRevision1@1$VNDetectHumanHandPoseRequestRevision1@1$VNDetectHumanRectanglesRequestRevision1@1$VNDetectHumanRectanglesRequestRevision2@2$VNDetectRectanglesRequestRevision1@1$VNDetectTextRectanglesRequestRevision1@1$VNDetectTrajectoriesRequestRevision1@1$VNElementTypeDouble@2$VNElementTypeFloat@1$VNElementTypeUnknown@0$VNErrorDataUnavailable@17$VNErrorIOError@6$VNErrorInternalError@9$VNErrorInvalidArgument@14$VNErrorInvalidFormat@2$VNErrorInvalidImage@13$VNErrorInvalidModel@15$VNErrorInvalidOperation@12$VNErrorInvalidOption@5$VNErrorMissingOption@7$VNErrorNotImplemented@8$VNErrorOK@0$VNErrorOperationFailed@3$VNErrorOutOfBoundsError@4$VNErrorOutOfMemory@10$VNErrorRequestCancelled@1$VNErrorTimeStampNotFound@18$VNErrorTimeout@20$VNErrorTuriCoreErrorCode@-1$VNErrorUnknownError@11$VNErrorUnsupportedComputeDevice@22$VNErrorUnsupportedComputeStage@21$VNErrorUnsupportedRequest@19$VNErrorUnsupportedRevision@16$VNGenerateAttentionBasedSaliencyImageRequestRevision1@1$VNGenerateAttentionBasedSaliencyImageRequestRevision2@2$VNGenerateForegroundInstanceMaskRequestRevision1@1$VNGenerateImageFeaturePrintRequestRevision1@1$VNGenerateImageFeaturePrintRequestRevision2@2$VNGenerateObjectnessBasedSaliencyImageRequestRevision1@1$VNGenerateObjectnessBasedSaliencyImageRequestRevision2@2$VNGenerateOpticalFlowRequestComputationAccuracyHigh@2$VNGenerateOpticalFlowRequestComputationAccuracyLow@0$VNGenerateOpticalFlowRequestComputationAccuracyMedium@1$VNGenerateOpticalFlowRequestComputationAccuracyVeryHigh@3$VNGenerateOpticalFlowRequestRevision1@1$VNGenerateOpticalFlowRequestRevision2@2$VNGeneratePersonInstanceMaskRequestRevision1@1$VNGeneratePersonSegmentationRequestQualityLevelAccurate@0$VNGeneratePersonSegmentationRequestQualityLevelBalanced@1$VNGeneratePersonSegmentationRequestQualityLevelFast@2$VNGeneratePersonSegmentationRequestRevision1@1$VNHomographicImageRegistrationRequestRevision1@1$VNHumanBodyPose3DObservationHeightEstimationMeasured@1$VNHumanBodyPose3DObservationHeightEstimationReference@0$VNImageCropAndScaleOptionCenterCrop@0$VNImageCropAndScaleOptionScaleFill@2$VNImageCropAndScaleOptionScaleFillRotate90CCW@258$VNImageCropAndScaleOptionScaleFit@1$VNImageCropAndScaleOptionScaleFitRotate90CCW@257$VNPointsClassificationClosedPath@2$VNPointsClassificationDisconnected@0$VNPointsClassificationOpenPath@1$VNRecognizeAnimalsRequestRevision1@1$VNRecognizeAnimalsRequestRevision2@2$VNRecognizeTextRequestRevision1@1$VNRecognizeTextRequestRevision2@2$VNRecognizeTextRequestRevision3@3$VNRequestFaceLandmarksConstellation65Points@1$VNRequestFaceLandmarksConstellation76Points@2$VNRequestFaceLandmarksConstellationNotDefined@0$VNRequestRevisionUnspecified@0$VNRequestTextRecognitionLevelAccurate@0$VNRequestTextRecognitionLevelFast@1$VNRequestTrackingLevelAccurate@0$VNRequestTrackingLevelFast@1$VNTrackHomographicImageRegistrationRequestRevision1@1$VNTrackObjectRequestRevision1@1$VNTrackObjectRequestRevision2@2$VNTrackOpticalFlowRequestComputationAccuracyHigh@2$VNTrackOpticalFlowRequestComputationAccuracyLow@0$VNTrackOpticalFlowRequestComputationAccuracyMedium@1$VNTrackOpticalFlowRequestComputationAccuracyVeryHigh@3$VNTrackOpticalFlowRequestRevision1@1$VNTrackRectangleRequestRevision1@1$VNTrackTranslationalImageRegistrationRequestRevision1@1$VNTranslationalImageRegistrationRequestRevision1@1$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
@@ -1400,8 +1400,12 @@ try:
|
|
|
1400
1400
|
"arguments": {
|
|
1401
1401
|
2: {
|
|
1402
1402
|
"callable": {
|
|
1403
|
-
"retval": {"type": b"
|
|
1404
|
-
"arguments": {
|
|
1403
|
+
"retval": {"type": b"v"},
|
|
1404
|
+
"arguments": {
|
|
1405
|
+
0: {"type": b"^v"},
|
|
1406
|
+
1: {"type": b"@"},
|
|
1407
|
+
2: {"type": b"@"},
|
|
1408
|
+
},
|
|
1405
1409
|
}
|
|
1406
1410
|
}
|
|
1407
1411
|
}
|
|
@@ -1479,6 +1483,200 @@ try:
|
|
|
1479
1483
|
r(b"null", b"hasPrecisionRecallCurve", {"retval": {"type": b"Z"}})
|
|
1480
1484
|
finally:
|
|
1481
1485
|
objc._updatingMetadata(False)
|
|
1486
|
+
|
|
1487
|
+
objc.registerNewKeywordsFromSelector("VNCircle", b"initWithCenter:diameter:")
|
|
1488
|
+
objc.registerNewKeywordsFromSelector("VNCircle", b"initWithCenter:radius:")
|
|
1489
|
+
objc.registerNewKeywordsFromSelector("VNCoreMLRequest", b"initWithCompletionHandler:")
|
|
1490
|
+
objc.registerNewKeywordsFromSelector("VNCoreMLRequest", b"initWithModel:")
|
|
1491
|
+
objc.registerNewKeywordsFromSelector(
|
|
1492
|
+
"VNCoreMLRequest", b"initWithModel:completionHandler:"
|
|
1493
|
+
)
|
|
1494
|
+
objc.registerNewKeywordsFromSelector(
|
|
1495
|
+
"VNDetectHumanBodyPose3DRequest", b"initWithCompletionHandler:"
|
|
1496
|
+
)
|
|
1497
|
+
objc.registerNewKeywordsFromSelector(
|
|
1498
|
+
"VNDetectTrajectoriesRequest", b"initWithFrameAnalysisSpacing:completionHandler:"
|
|
1499
|
+
)
|
|
1500
|
+
objc.registerNewKeywordsFromSelector(
|
|
1501
|
+
"VNDetectTrajectoriesRequest",
|
|
1502
|
+
b"initWithFrameAnalysisSpacing:trajectoryLength:completionHandler:",
|
|
1503
|
+
)
|
|
1504
|
+
objc.registerNewKeywordsFromSelector("VNDetectedPoint", b"initWithLocation:")
|
|
1505
|
+
objc.registerNewKeywordsFromSelector("VNDetectedPoint", b"initWithX:y:")
|
|
1506
|
+
objc.registerNewKeywordsFromSelector(
|
|
1507
|
+
"VNGeneratePersonSegmentationRequest", b"initWithCompletionHandler:"
|
|
1508
|
+
)
|
|
1509
|
+
objc.registerNewKeywordsFromSelector(
|
|
1510
|
+
"VNGeneratePersonSegmentationRequest",
|
|
1511
|
+
b"initWithFrameAnalysisSpacing:completionHandler:",
|
|
1512
|
+
)
|
|
1513
|
+
objc.registerNewKeywordsFromSelector(
|
|
1514
|
+
"VNImageRequestHandler", b"initWithCGImage:options:"
|
|
1515
|
+
)
|
|
1516
|
+
objc.registerNewKeywordsFromSelector(
|
|
1517
|
+
"VNImageRequestHandler", b"initWithCGImage:orientation:options:"
|
|
1518
|
+
)
|
|
1519
|
+
objc.registerNewKeywordsFromSelector(
|
|
1520
|
+
"VNImageRequestHandler", b"initWithCIImage:options:"
|
|
1521
|
+
)
|
|
1522
|
+
objc.registerNewKeywordsFromSelector(
|
|
1523
|
+
"VNImageRequestHandler", b"initWithCIImage:orientation:options:"
|
|
1524
|
+
)
|
|
1525
|
+
objc.registerNewKeywordsFromSelector(
|
|
1526
|
+
"VNImageRequestHandler", b"initWithCMSampleBuffer:depthData:orientation:options:"
|
|
1527
|
+
)
|
|
1528
|
+
objc.registerNewKeywordsFromSelector(
|
|
1529
|
+
"VNImageRequestHandler", b"initWithCMSampleBuffer:options:"
|
|
1530
|
+
)
|
|
1531
|
+
objc.registerNewKeywordsFromSelector(
|
|
1532
|
+
"VNImageRequestHandler", b"initWithCMSampleBuffer:orientation:options:"
|
|
1533
|
+
)
|
|
1534
|
+
objc.registerNewKeywordsFromSelector(
|
|
1535
|
+
"VNImageRequestHandler", b"initWithCVPixelBuffer:depthData:orientation:options:"
|
|
1536
|
+
)
|
|
1537
|
+
objc.registerNewKeywordsFromSelector(
|
|
1538
|
+
"VNImageRequestHandler", b"initWithCVPixelBuffer:options:"
|
|
1539
|
+
)
|
|
1540
|
+
objc.registerNewKeywordsFromSelector(
|
|
1541
|
+
"VNImageRequestHandler", b"initWithCVPixelBuffer:orientation:options:"
|
|
1542
|
+
)
|
|
1543
|
+
objc.registerNewKeywordsFromSelector("VNImageRequestHandler", b"initWithData:options:")
|
|
1544
|
+
objc.registerNewKeywordsFromSelector(
|
|
1545
|
+
"VNImageRequestHandler", b"initWithData:orientation:options:"
|
|
1546
|
+
)
|
|
1547
|
+
objc.registerNewKeywordsFromSelector("VNImageRequestHandler", b"initWithURL:options:")
|
|
1548
|
+
objc.registerNewKeywordsFromSelector(
|
|
1549
|
+
"VNImageRequestHandler", b"initWithURL:orientation:options:"
|
|
1550
|
+
)
|
|
1551
|
+
objc.registerNewKeywordsFromSelector("VNPoint", b"initWithLocation:")
|
|
1552
|
+
objc.registerNewKeywordsFromSelector("VNPoint", b"initWithX:y:")
|
|
1553
|
+
objc.registerNewKeywordsFromSelector("VNPoint3D", b"initWithPosition:")
|
|
1554
|
+
objc.registerNewKeywordsFromSelector("VNRequest", b"initWithCompletionHandler:")
|
|
1555
|
+
objc.registerNewKeywordsFromSelector("VNStatefulRequest", b"initWithCompletionHandler:")
|
|
1556
|
+
objc.registerNewKeywordsFromSelector(
|
|
1557
|
+
"VNStatefulRequest", b"initWithFrameAnalysisSpacing:completionHandler:"
|
|
1558
|
+
)
|
|
1559
|
+
objc.registerNewKeywordsFromSelector(
|
|
1560
|
+
"VNTargetedImageRequest", b"initWithCompletionHandler:"
|
|
1561
|
+
)
|
|
1562
|
+
objc.registerNewKeywordsFromSelector(
|
|
1563
|
+
"VNTargetedImageRequest", b"initWithTargetedCGImage:options:"
|
|
1564
|
+
)
|
|
1565
|
+
objc.registerNewKeywordsFromSelector(
|
|
1566
|
+
"VNTargetedImageRequest", b"initWithTargetedCGImage:options:completionHandler:"
|
|
1567
|
+
)
|
|
1568
|
+
objc.registerNewKeywordsFromSelector(
|
|
1569
|
+
"VNTargetedImageRequest", b"initWithTargetedCGImage:orientation:options:"
|
|
1570
|
+
)
|
|
1571
|
+
objc.registerNewKeywordsFromSelector(
|
|
1572
|
+
"VNTargetedImageRequest",
|
|
1573
|
+
b"initWithTargetedCGImage:orientation:options:completionHandler:",
|
|
1574
|
+
)
|
|
1575
|
+
objc.registerNewKeywordsFromSelector(
|
|
1576
|
+
"VNTargetedImageRequest", b"initWithTargetedCIImage:options:"
|
|
1577
|
+
)
|
|
1578
|
+
objc.registerNewKeywordsFromSelector(
|
|
1579
|
+
"VNTargetedImageRequest", b"initWithTargetedCIImage:options:completionHandler:"
|
|
1580
|
+
)
|
|
1581
|
+
objc.registerNewKeywordsFromSelector(
|
|
1582
|
+
"VNTargetedImageRequest", b"initWithTargetedCIImage:orientation:options:"
|
|
1583
|
+
)
|
|
1584
|
+
objc.registerNewKeywordsFromSelector(
|
|
1585
|
+
"VNTargetedImageRequest",
|
|
1586
|
+
b"initWithTargetedCIImage:orientation:options:completionHandler:",
|
|
1587
|
+
)
|
|
1588
|
+
objc.registerNewKeywordsFromSelector(
|
|
1589
|
+
"VNTargetedImageRequest", b"initWithTargetedCMSampleBuffer:options:"
|
|
1590
|
+
)
|
|
1591
|
+
objc.registerNewKeywordsFromSelector(
|
|
1592
|
+
"VNTargetedImageRequest",
|
|
1593
|
+
b"initWithTargetedCMSampleBuffer:options:completionHandler:",
|
|
1594
|
+
)
|
|
1595
|
+
objc.registerNewKeywordsFromSelector(
|
|
1596
|
+
"VNTargetedImageRequest", b"initWithTargetedCMSampleBuffer:orientation:options:"
|
|
1597
|
+
)
|
|
1598
|
+
objc.registerNewKeywordsFromSelector(
|
|
1599
|
+
"VNTargetedImageRequest",
|
|
1600
|
+
b"initWithTargetedCMSampleBuffer:orientation:options:completionHandler:",
|
|
1601
|
+
)
|
|
1602
|
+
objc.registerNewKeywordsFromSelector(
|
|
1603
|
+
"VNTargetedImageRequest", b"initWithTargetedCVPixelBuffer:options:"
|
|
1604
|
+
)
|
|
1605
|
+
objc.registerNewKeywordsFromSelector(
|
|
1606
|
+
"VNTargetedImageRequest",
|
|
1607
|
+
b"initWithTargetedCVPixelBuffer:options:completionHandler:",
|
|
1608
|
+
)
|
|
1609
|
+
objc.registerNewKeywordsFromSelector(
|
|
1610
|
+
"VNTargetedImageRequest", b"initWithTargetedCVPixelBuffer:orientation:options:"
|
|
1611
|
+
)
|
|
1612
|
+
objc.registerNewKeywordsFromSelector(
|
|
1613
|
+
"VNTargetedImageRequest",
|
|
1614
|
+
b"initWithTargetedCVPixelBuffer:orientation:options:completionHandler:",
|
|
1615
|
+
)
|
|
1616
|
+
objc.registerNewKeywordsFromSelector(
|
|
1617
|
+
"VNTargetedImageRequest", b"initWithTargetedImageData:options:"
|
|
1618
|
+
)
|
|
1619
|
+
objc.registerNewKeywordsFromSelector(
|
|
1620
|
+
"VNTargetedImageRequest", b"initWithTargetedImageData:options:completionHandler:"
|
|
1621
|
+
)
|
|
1622
|
+
objc.registerNewKeywordsFromSelector(
|
|
1623
|
+
"VNTargetedImageRequest", b"initWithTargetedImageData:orientation:options:"
|
|
1624
|
+
)
|
|
1625
|
+
objc.registerNewKeywordsFromSelector(
|
|
1626
|
+
"VNTargetedImageRequest",
|
|
1627
|
+
b"initWithTargetedImageData:orientation:options:completionHandler:",
|
|
1628
|
+
)
|
|
1629
|
+
objc.registerNewKeywordsFromSelector(
|
|
1630
|
+
"VNTargetedImageRequest", b"initWithTargetedImageURL:options:"
|
|
1631
|
+
)
|
|
1632
|
+
objc.registerNewKeywordsFromSelector(
|
|
1633
|
+
"VNTargetedImageRequest", b"initWithTargetedImageURL:options:completionHandler:"
|
|
1634
|
+
)
|
|
1635
|
+
objc.registerNewKeywordsFromSelector(
|
|
1636
|
+
"VNTargetedImageRequest", b"initWithTargetedImageURL:orientation:options:"
|
|
1637
|
+
)
|
|
1638
|
+
objc.registerNewKeywordsFromSelector(
|
|
1639
|
+
"VNTargetedImageRequest",
|
|
1640
|
+
b"initWithTargetedImageURL:orientation:options:completionHandler:",
|
|
1641
|
+
)
|
|
1642
|
+
objc.registerNewKeywordsFromSelector(
|
|
1643
|
+
"VNTrackHomographicImageRegistrationRequest", b"initWithCompletionHandler:"
|
|
1644
|
+
)
|
|
1645
|
+
objc.registerNewKeywordsFromSelector(
|
|
1646
|
+
"VNTrackObjectRequest", b"initWithCompletionHandler:"
|
|
1647
|
+
)
|
|
1648
|
+
objc.registerNewKeywordsFromSelector(
|
|
1649
|
+
"VNTrackObjectRequest", b"initWithDetectedObjectObservation:"
|
|
1650
|
+
)
|
|
1651
|
+
objc.registerNewKeywordsFromSelector(
|
|
1652
|
+
"VNTrackObjectRequest", b"initWithDetectedObjectObservation:completionHandler:"
|
|
1653
|
+
)
|
|
1654
|
+
objc.registerNewKeywordsFromSelector(
|
|
1655
|
+
"VNTrackOpticalFlowRequest", b"initWithCompletionHandler:"
|
|
1656
|
+
)
|
|
1657
|
+
objc.registerNewKeywordsFromSelector(
|
|
1658
|
+
"VNTrackRectangleRequest", b"initWithCompletionHandler:"
|
|
1659
|
+
)
|
|
1660
|
+
objc.registerNewKeywordsFromSelector(
|
|
1661
|
+
"VNTrackRectangleRequest", b"initWithRectangleObservation:"
|
|
1662
|
+
)
|
|
1663
|
+
objc.registerNewKeywordsFromSelector(
|
|
1664
|
+
"VNTrackRectangleRequest", b"initWithRectangleObservation:completionHandler:"
|
|
1665
|
+
)
|
|
1666
|
+
objc.registerNewKeywordsFromSelector(
|
|
1667
|
+
"VNTrackTranslationalImageRegistrationRequest", b"initWithCompletionHandler:"
|
|
1668
|
+
)
|
|
1669
|
+
objc.registerNewKeywordsFromSelector("VNTrackingRequest", b"initWithCompletionHandler:")
|
|
1670
|
+
objc.registerNewKeywordsFromSelector("VNVector", b"initWithR:theta:")
|
|
1671
|
+
objc.registerNewKeywordsFromSelector("VNVector", b"initWithVectorHead:tail:")
|
|
1672
|
+
objc.registerNewKeywordsFromSelector("VNVector", b"initWithXComponent:yComponent:")
|
|
1673
|
+
objc.registerNewKeywordsFromSelector("VNVideoProcessor", b"initWithURL:")
|
|
1674
|
+
objc.registerNewKeywordsFromSelector(
|
|
1675
|
+
"VNVideoProcessorFrameRateCadence", b"initWithFrameRate:"
|
|
1676
|
+
)
|
|
1677
|
+
objc.registerNewKeywordsFromSelector(
|
|
1678
|
+
"VNVideoProcessorTimeIntervalCadence", b"initWithTimeInterval:"
|
|
1679
|
+
)
|
|
1482
1680
|
expressions = {}
|
|
1483
1681
|
|
|
1484
1682
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Vision
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework Vision on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,10 +30,10 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
36
|
-
Requires-Dist: pyobjc-framework-CoreML>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3.1
|
|
36
|
+
Requires-Dist: pyobjc-framework-CoreML>=10.3.1
|
|
37
37
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
38
38
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
39
39
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -70,13 +70,11 @@ PyObjCTest/test_vnutils.py
|
|
|
70
70
|
PyObjCTest/test_vnvideoprocessor.py
|
|
71
71
|
metadata/Vision.fwinfo
|
|
72
72
|
metadata/metadata.ini
|
|
73
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
74
73
|
metadata/raw/arm64-12.3.fwinfo
|
|
75
74
|
metadata/raw/arm64-13.0.fwinfo
|
|
76
|
-
metadata/raw/arm64-14.
|
|
75
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
77
76
|
metadata/raw/x86_64-10.15.fwinfo
|
|
78
77
|
metadata/raw/x86_64-10.16.fwinfo
|
|
79
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
80
78
|
metadata/raw/x86_64-12.3.fwinfo
|
|
81
79
|
metadata/raw/x86_64-13.0.fwinfo
|
|
82
|
-
metadata/raw/x86_64-14.
|
|
80
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Vision
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3.1
|
|
4
4
|
Summary: Wrappers for the framework Vision on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,10 +30,10 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Quartz>=10.
|
|
36
|
-
Requires-Dist: pyobjc-framework-CoreML>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3.1
|
|
35
|
+
Requires-Dist: pyobjc-framework-Quartz>=10.3.1
|
|
36
|
+
Requires-Dist: pyobjc-framework-CoreML>=10.3.1
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
Wrappers for the "Vision" framework on macOS.
|