| Class | Description |
|---|---|
| ImplMedianHistogramInner |
A faster version of the histogram median filter that only processes the inner portion of the image.
|
| ImplMedianHistogramInnerNaive |
Simple implementation of a histogram based median filter.
|
| ImplMedianSortEdgeNaive |
Median filter which process only the image edges and uses quick select find the median.
|
| ImplMedianSortNaive |
Median filter which uses quick select to find the local median value.
|