pyobjc-framework-Vision 11.0__tar.gz → 12.0__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.
Files changed (87) hide show
  1. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/Vision/_metadata.py +12 -68
  2. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/pyobjc_framework_Vision.egg-info/PKG-INFO +21 -8
  3. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/pyobjc_framework_Vision.egg-info/SOURCES.txt +2 -10
  4. pyobjc_framework_vision-12.0/Lib/pyobjc_framework_Vision.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_vision-12.0/Lib/pyobjc_framework_Vision.egg-info/requires.txt +4 -0
  6. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/License.txt +1 -1
  7. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Modules/_Vision.m +24 -24
  8. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Modules/_Vision_protocols.m +2 -1
  9. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Modules/pyobjc-api.h +6 -3
  10. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Modules/pyobjc-compat.h +113 -36
  11. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PKG-INFO +21 -8
  12. pyobjc_framework_vision-12.0/PyObjCTest/__init__.py +1 -0
  13. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecttrajectoriesrequest.py +18 -0
  14. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnstatefulrequest.py +6 -0
  15. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/metadata/Vision.fwinfo +29 -0
  16. pyobjc_framework_vision-11.0/metadata/raw/arm64-15.0.fwinfo → pyobjc_framework_vision-12.0/metadata/raw/arm64-26.0.fwinfo +15 -15
  17. pyobjc_framework_vision-11.0/metadata/raw/x86_64-15.0.fwinfo → pyobjc_framework_vision-12.0/metadata/raw/x86_64-26.0.fwinfo +15 -15
  18. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/pyobjc_setup.py +9 -41
  19. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/setup.py +1 -1
  20. pyobjc_framework_vision-11.0/Lib/pyobjc_framework_Vision.egg-info/pyobjc-build-info.txt +0 -3
  21. pyobjc_framework_vision-11.0/Lib/pyobjc_framework_Vision.egg-info/requires.txt +0 -4
  22. pyobjc_framework_vision-11.0/PyObjCTest/__init__.py +0 -1
  23. pyobjc_framework_vision-11.0/metadata/raw/arm64-12.3.fwinfo +0 -8822
  24. pyobjc_framework_vision-11.0/metadata/raw/arm64-13.0.fwinfo +0 -9133
  25. pyobjc_framework_vision-11.0/metadata/raw/arm64-14.5.fwinfo +0 -10943
  26. pyobjc_framework_vision-11.0/metadata/raw/x86_64-10.15.fwinfo +0 -4473
  27. pyobjc_framework_vision-11.0/metadata/raw/x86_64-10.16.fwinfo +0 -8085
  28. pyobjc_framework_vision-11.0/metadata/raw/x86_64-12.3.fwinfo +0 -8822
  29. pyobjc_framework_vision-11.0/metadata/raw/x86_64-13.0.fwinfo +0 -9133
  30. pyobjc_framework_vision-11.0/metadata/raw/x86_64-14.5.fwinfo +0 -10943
  31. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/Vision/__init__.py +0 -0
  32. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/pyobjc_framework_Vision.egg-info/dependency_links.txt +0 -0
  33. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/pyobjc_framework_Vision.egg-info/not-zip-safe +0 -0
  34. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/Lib/pyobjc_framework_Vision.egg-info/top_level.txt +0 -0
  35. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/MANIFEST.in +0 -0
  36. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vision.py +0 -0
  37. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vncalculateimageaestheticsscoresrequest.py +0 -0
  38. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnclassifyimagerequest.py +0 -0
  39. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vncoremlrequest.py +0 -0
  40. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectanimalbodyposerequest.py +0 -0
  41. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectbarcodesrequest.py +0 -0
  42. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectcontoursrequest.py +0 -0
  43. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectdocumentsegmentationrequest.py +0 -0
  44. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectfacecapturequalityrequest.py +0 -0
  45. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectfacelandmarks.py +0 -0
  46. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectfacelandmarksrequest.py +0 -0
  47. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectfacerectanglesrequest.py +0 -0
  48. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecthorizonrequest.py +0 -0
  49. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecthumanbodypose3drequest.py +0 -0
  50. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecthumanbodyposerequest.py +0 -0
  51. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecthumanhandposerequest.py +0 -0
  52. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecthumanrectanglesrequest.py +0 -0
  53. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectpoint.py +0 -0
  54. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetectrectanglesrequest.py +0 -0
  55. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vndetecttextrectanglesrequest.py +0 -0
  56. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnerror.py +0 -0
  57. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnfacelandmarks.py +0 -0
  58. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnfaceobservationaccepting.py +0 -0
  59. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngenerateattentionbasedsaliencyimagerequest.py +0 -0
  60. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngenerateforegroundinstanceMaskrequest.py +0 -0
  61. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngenerateimagefeatureprintrequest.py +0 -0
  62. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngenerateobjectnessbasedsaliencyimagerequest.py +0 -0
  63. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngenerateopticalflowrequest.py +0 -0
  64. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngeneratepersoninstancemaskrequest.py +0 -0
  65. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngeneratepersonsegmentationrequest.py +0 -0
  66. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngeometry.py +0 -0
  67. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vngeometryutils.py +0 -0
  68. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnimageregistrationrequest.py +0 -0
  69. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnobservation.py +0 -0
  70. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnrecognizeanimalsrequest.py +0 -0
  71. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnrecognizetextrequest.py +0 -0
  72. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnrequest.py +0 -0
  73. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnrequesthandler.py +0 -0
  74. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnrequestrevisionproviding.py +0 -0
  75. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntargetedimagerequest.py +0 -0
  76. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntrackhomographicimageregistrationrequest.py +0 -0
  77. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntrackingrequest.py +0 -0
  78. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntrackobjectrequest.py +0 -0
  79. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntrackopticalflowrequest.py +0 -0
  80. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntrackrectanglerequest.py +0 -0
  81. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntracktranslationalimageregistrationrequest.py +0 -0
  82. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vntypes.py +0 -0
  83. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnutils.py +0 -0
  84. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/PyObjCTest/test_vnvideoprocessor.py +0 -0
  85. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/metadata/metadata.ini +0 -0
  86. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/pyproject.toml +0 -0
  87. {pyobjc_framework_vision-11.0 → pyobjc_framework_vision-12.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Thu Jun 20 21:38:33 2024
3
+ # Last update: Thu Jul 24 11:32:47 2025
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$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$"""
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$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$VNCalculateImageAestheticsScoresRequestRevision1@1$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
  {
@@ -357,16 +357,6 @@ try:
357
357
  b"supportedJointsGroupNamesAndReturnError:",
358
358
  {"arguments": {2: {"type_modifier": b"o"}}},
359
359
  )
360
- r(
361
- b"VNDetectHumanBodyPoseRequest",
362
- b"supportedIdentifiedPointGroupKeysForRevision:error:",
363
- {"arguments": {3: {"type_modifier": b"o"}}},
364
- )
365
- r(
366
- b"VNDetectHumanBodyPoseRequest",
367
- b"supportedIdentifiedPointKeysForRevision:error:",
368
- {"arguments": {3: {"type_modifier": b"o"}}},
369
- )
370
360
  r(
371
361
  b"VNDetectHumanBodyPoseRequest",
372
362
  b"supportedJointNamesAndReturnError:",
@@ -387,26 +377,6 @@ try:
387
377
  b"supportedJointsGroupNamesForRevision:error:",
388
378
  {"arguments": {3: {"type_modifier": b"o"}}},
389
379
  )
390
- r(
391
- b"VNDetectHumanBodyPoseRequest",
392
- b"supportedRecognizedPointGroupKeysForRevision:error:",
393
- {"arguments": {3: {"type_modifier": b"o"}}},
394
- )
395
- r(
396
- b"VNDetectHumanBodyPoseRequest",
397
- b"supportedRecognizedPointKeysForRevision:error:",
398
- {"arguments": {3: {"type_modifier": b"o"}}},
399
- )
400
- r(
401
- b"VNDetectHumanHandPoseRequest",
402
- b"supportedIdentifiedPointGroupKeysForRevision:error:",
403
- {"arguments": {3: {"type_modifier": b"o"}}},
404
- )
405
- r(
406
- b"VNDetectHumanHandPoseRequest",
407
- b"supportedIdentifiedPointKeysForRevision:error:",
408
- {"arguments": {3: {"type_modifier": b"o"}}},
409
- )
410
380
  r(
411
381
  b"VNDetectHumanHandPoseRequest",
412
382
  b"supportedJointNamesAndReturnError:",
@@ -427,16 +397,6 @@ try:
427
397
  b"supportedJointsGroupNamesForRevision:error:",
428
398
  {"arguments": {3: {"type_modifier": b"o"}}},
429
399
  )
430
- r(
431
- b"VNDetectHumanHandPoseRequest",
432
- b"supportedRecognizedPointGroupKeysForRevision:error:",
433
- {"arguments": {3: {"type_modifier": b"o"}}},
434
- )
435
- r(
436
- b"VNDetectHumanHandPoseRequest",
437
- b"supportedRecognizedPointKeysForRevision:error:",
438
- {"arguments": {3: {"type_modifier": b"o"}}},
439
- )
440
400
  r(
441
401
  b"VNDetectHumanRectanglesRequest",
442
402
  b"setUpperBodyOnly:",
@@ -458,7 +418,7 @@ try:
458
418
  b"initWithFrameAnalysisSpacing:completionHandler:",
459
419
  {
460
420
  "arguments": {
461
- 2: {"type": b"{_CMTime=qiIq}"},
421
+ 2: {"type": b"{CMTime=qiIq}"},
462
422
  3: {
463
423
  "callable": {
464
424
  "retval": {"type": b"v"},
@@ -477,7 +437,7 @@ try:
477
437
  b"initWithFrameAnalysisSpacing:trajectoryLength:completionHandler:",
478
438
  {
479
439
  "arguments": {
480
- 2: {"type": b"{_CMTime=qiIq}"},
440
+ 2: {"type": b"{CMTime=qiIq}"},
481
441
  4: {
482
442
  "callable": {
483
443
  "retval": {"type": b"v"},
@@ -494,12 +454,12 @@ try:
494
454
  r(
495
455
  b"VNDetectTrajectoriesRequest",
496
456
  b"setTargetFrameTime:",
497
- {"arguments": {2: {"type": b"{_CMTime=qiIq}"}}},
457
+ {"arguments": {2: {"type": "{CMTime=qiIq}"}}},
498
458
  )
499
459
  r(
500
460
  b"VNDetectTrajectoriesRequest",
501
461
  b"targetFrameTime",
502
- {"retval": {"type": b"{_CMTime=qiIq}"}},
462
+ {"retval": {"type": "{CMTime=qiIq}"}},
503
463
  )
504
464
  r(
505
465
  b"VNFaceLandmarkRegion2D",
@@ -545,7 +505,7 @@ try:
545
505
  b"initWithFrameAnalysisSpacing:completionHandler:",
546
506
  {
547
507
  "arguments": {
548
- 2: {"type": b"{_CMTime=qiIq}"},
508
+ 2: {"type": b"{CMTime=qiIq}"},
549
509
  3: {
550
510
  "callable": {
551
511
  "retval": {"type": b"v"},
@@ -679,14 +639,6 @@ try:
679
639
  )
680
640
  r(b"VNHumanObservation", b"upperBodyOnly", {"retval": {"type": b"Z"}})
681
641
  r(b"VNImageAestheticsScoresObservation", b"isUtility", {"retval": {"type": b"Z"}})
682
- r(
683
- b"VNImageHomographicAlignmentObservation",
684
- b"setWarpTransform:",
685
- {
686
- "full_signature": b"v@:{simd_float3x3=[3<3f>]}",
687
- "arguments": {2: {"type": b"{simd_float3x3=[3<3f>]}"}},
688
- },
689
- )
690
642
  r(
691
643
  b"VNImageHomographicAlignmentObservation",
692
644
  b"warpTransform",
@@ -718,7 +670,7 @@ try:
718
670
  r(
719
671
  b"VNObservation",
720
672
  b"timeRange",
721
- {"retval": {"type": b"{_CMTimeRange={_CMTime=qiIq}{_CMTime=qiIq}}"}},
673
+ {"retval": {"type": b"{CMTimeRange={CMTime=qiIq}{CMTime=qiIq}}"}},
722
674
  )
723
675
  r(
724
676
  b"VNPoint3D",
@@ -917,7 +869,7 @@ try:
917
869
  r(
918
870
  b"VNStatefulRequest",
919
871
  b"frameAnalysisSpacing",
920
- {"retval": {"type": b"{_CMTime=qiIq}"}},
872
+ {"retval": {"type": b"{CMTime=qiIq}"}},
921
873
  )
922
874
  r(
923
875
  b"VNStatefulRequest",
@@ -942,7 +894,7 @@ try:
942
894
  b"initWithFrameAnalysisSpacing:completionHandler:",
943
895
  {
944
896
  "arguments": {
945
- 2: {"type": b"{_CMTime=qiIq}"},
897
+ 2: {"type": "{CMTime=qiIq}"},
946
898
  3: {
947
899
  "callable": {
948
900
  "retval": {"type": b"v"},
@@ -956,11 +908,6 @@ try:
956
908
  }
957
909
  },
958
910
  )
959
- r(
960
- b"VNStatefulRequest",
961
- b"requestFrameAnalysisSpacing",
962
- {"retval": {"type": b"{_CMTime=qiIq}"}},
963
- )
964
911
  r(
965
912
  b"VNTargetedImageRequest",
966
913
  b"initWithCompletionHandler:",
@@ -1463,7 +1410,7 @@ try:
1463
1410
  {
1464
1411
  "retval": {"type": b"Z"},
1465
1412
  "arguments": {
1466
- 2: {"type": b"{_CMTimeRange={_CMTime=qiIq}{_CMTime=qiIq}}"},
1413
+ 2: {"type": b"{CMTimeRange={CMTime=qiIq}{CMTime=qiIq}}"},
1467
1414
  3: {"type_modifier": b"o"},
1468
1415
  },
1469
1416
  },
@@ -1474,7 +1421,7 @@ try:
1474
1421
  {
1475
1422
  "retval": {"type": b"Z"},
1476
1423
  "arguments": {
1477
- 2: {"type": b"{_CMTimeRange={_CMTime=qiIq}{_CMTime=qiIq}}"},
1424
+ 2: {"type": b"{CMTimeRange={CMTime=qiIq}{CMTime=qiIq}}"},
1478
1425
  3: {"type_modifier": b"o"},
1479
1426
  },
1480
1427
  },
@@ -1484,9 +1431,6 @@ try:
1484
1431
  b"removeRequest:error:",
1485
1432
  {"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
1486
1433
  )
1487
- r(b"null", b"hasMinimumPrecision:forRecall:", {"retval": {"type": b"Z"}})
1488
- r(b"null", b"hasMinimumRecall:forPrecision:", {"retval": {"type": b"Z"}})
1489
- r(b"null", b"hasPrecisionRecallCurve", {"retval": {"type": b"Z"}})
1490
1434
  finally:
1491
1435
  objc._updatingMetadata(False)
1492
1436
 
@@ -1,18 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-Vision
3
- Version: 11.0
3
+ Version: 12.0
4
4
  Summary: Wrappers for the framework Vision on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,Vision
10
10
  Platform: MacOS X (>=10.13)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
@@ -24,16 +23,30 @@ Classifier: Programming Language :: Python :: 3.11
24
23
  Classifier: Programming Language :: Python :: 3.12
25
24
  Classifier: Programming Language :: Python :: 3.13
26
25
  Classifier: Programming Language :: Python :: 3.14
26
+ Classifier: Programming Language :: Python :: 3.15
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
28
29
  Classifier: Programming Language :: Objective C
29
30
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
31
  Classifier: Topic :: Software Development :: User Interfaces
31
32
  Requires-Python: >=3.9
32
33
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=11.0
34
- Requires-Dist: pyobjc-framework-Cocoa>=11.0
35
- Requires-Dist: pyobjc-framework-Quartz>=11.0
36
- Requires-Dist: pyobjc-framework-CoreML>=11.0
34
+ Requires-Dist: pyobjc-core>=12.0
35
+ Requires-Dist: pyobjc-framework-Cocoa>=12.0
36
+ Requires-Dist: pyobjc-framework-Quartz>=12.0
37
+ Requires-Dist: pyobjc-framework-CoreML>=12.0
38
+ Dynamic: author
39
+ Dynamic: author-email
40
+ Dynamic: classifier
41
+ Dynamic: description
42
+ Dynamic: description-content-type
43
+ Dynamic: home-page
44
+ Dynamic: keywords
45
+ Dynamic: license
46
+ Dynamic: platform
47
+ Dynamic: requires-dist
48
+ Dynamic: requires-python
49
+ Dynamic: summary
37
50
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
38
51
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
39
52
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -72,13 +72,5 @@ PyObjCTest/test_vnutils.py
72
72
  PyObjCTest/test_vnvideoprocessor.py
73
73
  metadata/Vision.fwinfo
74
74
  metadata/metadata.ini
75
- metadata/raw/arm64-12.3.fwinfo
76
- metadata/raw/arm64-13.0.fwinfo
77
- metadata/raw/arm64-14.5.fwinfo
78
- metadata/raw/arm64-15.0.fwinfo
79
- metadata/raw/x86_64-10.15.fwinfo
80
- metadata/raw/x86_64-10.16.fwinfo
81
- metadata/raw/x86_64-12.3.fwinfo
82
- metadata/raw/x86_64-13.0.fwinfo
83
- metadata/raw/x86_64-14.5.fwinfo
84
- metadata/raw/x86_64-15.0.fwinfo
75
+ metadata/raw/arm64-26.0.fwinfo
76
+ metadata/raw/x86_64-26.0.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.0.1 (25A362)
2
+ Apple clang version 17.0.0 (clang-1700.3.19.1)
3
+ SDK: macOS 26.0
@@ -0,0 +1,4 @@
1
+ pyobjc-core>=12.0
2
+ pyobjc-framework-Cocoa>=12.0
3
+ pyobjc-framework-Quartz>=12.0
4
+ pyobjc-framework-CoreML>=12.0
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2024 - Ronald Oussoren
4
+ Copyright 2003-2025 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -41,7 +41,8 @@ static PyObject* _Nullable mod_VNNormalizedFaceBoundingBoxPointForLandmarkPoint(
41
41
  "requires 4 arguments");
42
42
  return NULL;
43
43
  }
44
- if (PyObjC_PythonToObjC("<2f>", PyTuple_GET_ITEM(args, 0), &faceLandmarkPoint) == -1) {
44
+ if (PyObjC_PythonToObjC("<2f>", PyTuple_GET_ITEM(args, 0), &faceLandmarkPoint)
45
+ == -1) {
45
46
  return NULL;
46
47
  }
47
48
  if (PyObjC_PythonToObjC(@encode(CGRect), PyTuple_GET_ITEM(args, 1), &faceBoundingBox)
@@ -94,7 +95,8 @@ static PyObject* _Nullable mod_VNImagePointForFaceLandmarkPoint(PyObject* mod,
94
95
  "Vision.VNImagePointForFaceLandmarkPoint requires 4 arguments");
95
96
  return NULL;
96
97
  }
97
- if (PyObjC_PythonToObjC("<2f>", PyTuple_GET_ITEM(args, 0), &faceLandmarkPoint) == -1) {
98
+ if (PyObjC_PythonToObjC("<2f>", PyTuple_GET_ITEM(args, 0), &faceLandmarkPoint)
99
+ == -1) {
98
100
  return NULL;
99
101
  }
100
102
  if (PyObjC_PythonToObjC(@encode(CGRect), PyTuple_GET_ITEM(args, 1), &faceBoundingBox)
@@ -151,14 +153,16 @@ static PyMethodDef mod_methods[] = {
151
153
  {0, 0, 0, 0} /* sentinel */
152
154
  };
153
155
 
154
- static int mod_exec_module(PyObject* m)
156
+ static int
157
+ mod_exec_module(PyObject* m)
155
158
  {
156
159
  #if PyObjC_BUILD_RELEASE >= 1013
157
160
 
158
161
  if (@available(macOS 10.13, *)) {
159
162
  /* pass */
160
163
  } else {
161
- if (PyObject_DelAttrString(m, "VNNormalizedFaceBoundingBoxPointForLandmarkPoint") == -1) {
164
+ if (PyObject_DelAttrString(m, "VNNormalizedFaceBoundingBoxPointForLandmarkPoint")
165
+ == -1) {
162
166
  return -1;
163
167
  }
164
168
  if (PyObject_DelAttrString(m, "VNImagePointForFaceLandmarkPoint") == -1) {
@@ -171,44 +175,40 @@ static int mod_exec_module(PyObject* m)
171
175
  }
172
176
 
173
177
  static struct PyModuleDef_Slot mod_slots[] = {
174
- {
175
- .slot = Py_mod_exec,
176
- .value = (void*)mod_exec_module
177
- },
178
+ {.slot = Py_mod_exec, .value = (void*)mod_exec_module},
178
179
  #if PY_VERSION_HEX >= 0x030c0000
179
180
  {
180
- .slot = Py_mod_multiple_interpreters,
181
+ .slot = Py_mod_multiple_interpreters,
181
182
  .value = Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED,
182
183
  },
183
184
  #endif
184
185
  #if PY_VERSION_HEX >= 0x030d0000
185
186
  {
186
187
  /* The code in this extension should be safe to use without the GIL */
187
- .slot = Py_mod_gil,
188
+ .slot = Py_mod_gil,
188
189
  .value = Py_MOD_GIL_NOT_USED,
189
190
  },
190
191
  #endif
191
- { /* Sentinel */
192
- .slot = 0,
193
- .value = 0
194
- }
195
- };
192
+ {/* Sentinel */
193
+ .slot = 0,
194
+ .value = 0}};
196
195
 
197
196
  static struct PyModuleDef mod_module = {
198
- .m_base = PyModuleDef_HEAD_INIT,
199
- .m_name = "_Vision",
200
- .m_doc = NULL,
201
- .m_size = 0,
202
- .m_methods = mod_methods,
203
- .m_slots = mod_slots,
197
+ .m_base = PyModuleDef_HEAD_INIT,
198
+ .m_name = "_Vision",
199
+ .m_doc = NULL,
200
+ .m_size = 0,
201
+ .m_methods = mod_methods,
202
+ .m_slots = mod_slots,
204
203
  .m_traverse = NULL,
205
- .m_clear = NULL,
206
- .m_free = NULL,
204
+ .m_clear = NULL,
205
+ .m_free = NULL,
207
206
  };
208
207
 
209
208
  PyObject* PyInit__Vision(void);
210
209
 
211
- PyObject* __attribute__((__visibility__("default"))) PyInit__Vision(void)
210
+ PyObject* __attribute__((__visibility__("default")))
211
+ PyInit__Vision(void)
212
212
  {
213
213
  return PyModuleDef_Init(&mod_module);
214
214
  }
@@ -1,4 +1,5 @@
1
- static void __attribute__((__used__)) use_protocols(void)
1
+ static void __attribute__((__used__))
2
+ use_protocols(void)
2
3
  {
3
4
  #if PyObjC_BUILD_RELEASE >= 1013
4
5
  PyObject* p;
@@ -53,8 +53,9 @@ NS_ASSUME_NONNULL_BEGIN
53
53
  /*
54
54
  * Only add items to the end of this list!
55
55
  */
56
+
56
57
  typedef int(RegisterMethodMappingFunctionType)(
57
- Class, SEL,
58
+ Class _Nullable, SEL,
58
59
  PyObject* _Nullable (*_Nonnull)(PyObject* _Nonnull, PyObject* _Nonnull,
59
60
  PyObject* _Nonnull const* _Nonnull, size_t),
60
61
  IMP _Nullable (*_Nonnull)(PyObject* _Nonnull, PyObject* _Nonnull));
@@ -83,7 +84,8 @@ struct pyobjc_api {
83
84
  PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
84
85
  PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
85
86
  size_t);
86
- void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state) __attribute__((__noreturn__));
87
+ void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state)
88
+ __attribute__((__noreturn__));
87
89
  int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
88
90
  void (*_Nonnull free_c_array)(int, Py_buffer*);
89
91
  int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,
@@ -113,7 +115,8 @@ struct pyobjc_api {
113
115
  int (*_Nonnull checknokwnames)(PyObject* _Nonnull callable,
114
116
  PyObject* _Nullable kwnames);
115
117
 
116
- PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*, const char*);
118
+ PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*,
119
+ const char*);
117
120
  };
118
121
 
119
122
  #ifndef PYOBJC_BUILD