Class KnownEdgeDetectorKernels
Contains reusable static instances of known edge detection kernels.
Inherited Members
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public static class KnownEdgeDetectorKernels
Properties
| Improve this Doc View SourceKayyali
Gets the Kayyali edge detector kernel.
Declaration
public static EdgeDetector2DKernel Kayyali { get; }
Property Value
Type | Description |
---|---|
EdgeDetector2DKernel |
Kirsch
Gets the Kirsch edge detector kernel.
Declaration
public static EdgeDetectorCompassKernel Kirsch { get; }
Property Value
Type | Description |
---|---|
EdgeDetectorCompassKernel |
Laplacian3x3
Gets the Laplacian 3x3 edge detector kernel.
Declaration
public static EdgeDetectorKernel Laplacian3x3 { get; }
Property Value
Type | Description |
---|---|
EdgeDetectorKernel |
Laplacian5x5
Gets the Laplacian 5x5 edge detector kernel.
Declaration
public static EdgeDetectorKernel Laplacian5x5 { get; }
Property Value
Type | Description |
---|---|
EdgeDetectorKernel |
LaplacianOfGaussian
Gets the Laplacian of Gaussian edge detector kernel.
Declaration
public static EdgeDetectorKernel LaplacianOfGaussian { get; }
Property Value
Type | Description |
---|---|
EdgeDetectorKernel |
Prewitt
Gets the Prewitt edge detector kernel.
Declaration
public static EdgeDetector2DKernel Prewitt { get; }
Property Value
Type | Description |
---|---|
EdgeDetector2DKernel |
RobertsCross
Gets the Roberts-Cross edge detector kernel.
Declaration
public static EdgeDetector2DKernel RobertsCross { get; }
Property Value
Type | Description |
---|---|
EdgeDetector2DKernel |
Robinson
Gets the Robinson edge detector kernel.
Declaration
public static EdgeDetectorCompassKernel Robinson { get; }
Property Value
Type | Description |
---|---|
EdgeDetectorCompassKernel |
Scharr
Gets the Scharr edge detector kernel.
Declaration
public static EdgeDetector2DKernel Scharr { get; }
Property Value
Type | Description |
---|---|
EdgeDetector2DKernel |
Sobel
Gets the Sobel edge detector kernel.
Declaration
public static EdgeDetector2DKernel Sobel { get; }
Property Value
Type | Description |
---|---|
EdgeDetector2DKernel |