| Kernel |
Kernel operations are shifting window masks applied to data point of an array
to recompute it's value.
|
| Kernel.GrayScaleFilter |
Kernels whose filter class work with grayscale instead of seperate color
channels
|
| MaximumKernel |
A maximum kernel is a non linear filter scanning the image and replacing
every value with the maximum value found in the neighborhood.
|
| MedianKernel |
A median kernel is a non linear filter scanning the image and replacing
every value with the median value found in the neighborhood.
|
| MinimumKernel |
A maximum kernel is a non linear filter scanning the image and replacing
every value with the minimum value found in the neighborhood.
|
| MultiKernel |
Wrapper class to apply multiple kernels in a consecutive manner.
|
| NonAveragingKernel |
|
| ScharrFilter |
Edge detection filter similar to the sobel operator.
|
| SobelFilter |
Edge detection filter
|