-
Notifications
You must be signed in to change notification settings - Fork 514
Vision macOS xcode15.0 b2
Haritha Mohan edited this page Sep 25, 2023
·
3 revisions
#Vision.framework https://github.com/xamarin/xamarin-macios/pull/19099
diff -ruN /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h 2023-05-31 03:50:11
+++ /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h 2023-06-14 23:15:38
@@ -779,7 +779,6 @@
/*!
*@brief High res mask with the selected instances preserved while everything else is removed to transparent black.
@param forInstances An NSIndexSet of selected instances where 0 is the background.
- Setting this value to NO does not perform any cropping.
@param error The address of a variable that will be populated with the error that describes the failure. If the caller does not require this information, NULL can be passed.
*/
- (nullable CVPixelBufferRef) generateScaledMaskForImageForInstances:(NSIndexSet*)instances fromRequestHandler:(VNImageRequestHandler*)requestHandler error:(NSError**)error CF_RETURNS_RETAINED;
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status