Share via


CIImage.FromSemanticSegmentationMatte Method

Definition

Overloads

FromSemanticSegmentationMatte(AVSemanticSegmentationMatte, NSDictionary)

[Foundation.Export("imageWithSemanticSegmentationMatte:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIImage? FromSemanticSegmentationMatte(AVFoundation.AVSemanticSegmentationMatte matte, Foundation.NSDictionary? options);
[<Foundation.Export("imageWithSemanticSegmentationMatte:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromSemanticSegmentationMatte : AVFoundation.AVSemanticSegmentationMatte * Foundation.NSDictionary -> CoreImage.CIImage

Parameters

options
NSDictionary

Returns

Attributes

Applies to

FromSemanticSegmentationMatte(AVSemanticSegmentationMatte)

[Foundation.Export("imageWithSemanticSegmentationMatte:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIImage? FromSemanticSegmentationMatte(AVFoundation.AVSemanticSegmentationMatte matte);
[<Foundation.Export("imageWithSemanticSegmentationMatte:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromSemanticSegmentationMatte : AVFoundation.AVSemanticSegmentationMatte -> CoreImage.CIImage

Parameters

Returns

Attributes

Applies to