-
Notifications
You must be signed in to change notification settings - Fork 514
MPSImage macOS xcode15.0 b1
Alex Soto edited this page Jun 5, 2023
·
1 revision
#MPSImage.framework
diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageConvolution.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageConvolution.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageConvolution.h 2023-03-09 19:13:08
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageConvolution.h 2023-05-31 08:48:53
@@ -240,7 +240,7 @@
* @param device The device the filter will run on
* @param sigma The standard deviation of gaussian blur filter.
* Gaussian weight, centered at 0, at integer grid i is given as
- * w(i) = 1/sqrt(2*pi*sigma) * exp(-i^2/2*sigma^2)
+ * w(i) = 1/sqrt(2*pi*sigma) * exp(-i^2/(2*sigma^2))
* If we take cut off at 1% of w(0) (max weight) beyond which weights
* are considered 0, we have
* ceil (sqrt(-log(0.01)*2)*sigma) ~ ceil(3.7*sigma)
diff -ruN /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageEDLines.h /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageEDLines.h
--- /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageEDLines.h 2023-03-09 23:52:45
+++ /Applications/Xcode_15.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Headers/MPSImageEDLines.h 2023-05-31 03:52:04
@@ -42,7 +42,7 @@
* @param gaussianSigma The standard deviation of gaussian blur filter.
* Gaussian weight, centered at 0, at integer grid i is given as
* @code
- * w(i) = 1/sqrt(2*pi*sigma) * exp(-i^2/2*sigma^2)
+ * w(i) = 1/sqrt(2*pi*sigma) * exp(-i^2/(2*sigma^2))
* @endcode
* If we take cut off at 1% of w(0) (max weight) beyond which weights
* are considered 0, we have
- 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