ImageProcessing.ArtemBurashnikov 1.0.0


FilterKernel Module

Provides predefined filter kernels for image processing operations.

Functions and values

Function or value Description

edgesKernel

Full Usage: edgesKernel

Returns: float32[,]

Represents an edges detection kernel.

Returns: float32[,]

gaussianBlurKernel

Full Usage: gaussianBlurKernel

Returns: float32[,]

Represents a Gaussian blur kernel for image smoothing.

Returns: float32[,]

highPassKernel

Full Usage: highPassKernel

Returns: float32[,]

Represents a high-pass filter kernel for emphasizing fine details.

Returns: float32[,]

laplacianKernel

Full Usage: laplacianKernel

Returns: float32[,]

Represents a Laplacian kernel for edge detection and sharpening.

Returns: float32[,]

sobelVerticalKernel

Full Usage: sobelVerticalKernel

Returns: float32[,]

Represents a Sobel vertical edge detection kernel.

Returns: float32[,]