C# (CSharp) Accord.Imaging.Filters FastVariance - 3 examples found. These are the top rated real world C# (CSharp) examples of Accord.Imaging.Filters.FastVariance extracted from open source projects. You can rate examples to help us improve the quality of examples.
The Fast Variance filter replaces each pixel in an image by its neighborhood online variance. This filter differs from the Variancefilter because it uses only a single pass over the image.