Skip to content

Vision iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNObservation.h
--- /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.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;
Clone this wiki locally