CoreImage.CIConvolutionCore Class
An abstract class that is the base for convolution filters.

See Also: CIConvolutionCore Members

Syntax

[ObjCRuntime.iOS(7, 0)]
[ObjCRuntime.Mac(10, 9, false)]
public class CIConvolutionCore : CIFilter

Remarks

Convolution filters generate a pixel value by summing the pixel values in a neighborhood (the size of the neighborhood may be 3x3, 5x5, or 9 pixels horizontally or vertically) and then by adding a bias. To maintain brightness, the sum of values in the convolution kernel must sum to 1.0.

Requirements

Namespace: CoreImage
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0