Info
Version: | 2.2.4.0 |
Last Update: | Tuesday, December 4, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/aforge/ |
NuGet Url: | https://www.nuget.org/packages/AForge.Imaging.lib |
Install
Install-Package AForge.Imaging.lib
dotnet add package AForge.Imaging.lib
paket add AForge.Imaging.lib
AForge.Imaging.lib Download (Unzip the "nupkg" after downloading)
Dependencies
- AForge.lib(2.2.4.0)
- AForge.Math.lib(2.2.4.0)
Nonlinear color correction filters (contrast stretch, histogram equalization, color remapping, gamma correction);
Image re-coloring filters (grayscale, sepia, hue modifier, rotate channels, invert);
Pixel filtering by color (RGB, HSL, YCbCr color spaces);
Color channels manipulations (RGB and YCbCr color spaces);
Color reduction (including color dithering);
Binarization filters (threshold, threshold with carry, ordered dithering, Bayer dithering, Floyd-Steinberg dithering, Burkes dithering, Jarvis-Judice-Ninke dithering, Sierra dithering, Stucki dithering);
Adaptive binarization (simple image statistics, iterative thresholding, Otsu thresholding);
Adaptive local thresholding;
Convolution filters (mean, blur, sharpen, edges, Gaussian blur, custom convolution filters);
Mathematical morphology filters (erosion, dilatation, opening, closing, top hat, bottom hat, hit-and-miss);
Edge detectors (homogeneity, difference, sobel, canny);
2 source filters (merge, intersect, add, subtract, difference, move towards, morph, thresholded difference, thresholded euclidean difference);
Blobs processing (counting, extraction, filtering, connected component labeling);
Filling holes in binary images;
Corner detectors (Moravec, Susan);
Quadrilateral transformation and corners' finding;
Resize and rotation (nearest neighbor, bilinear, bicubic);
Transformation to/from polar coordinates;
Hough transformation (line and circle transformations);
Exhaustive template and block matchin;
Image color statistics (RGB, HSL, YCbCr) and vertical/horizontal statistics (RGB);
Smoothing filters (Median, Mean, Conservative Smoothing, Adaptive Smoothing, Bilateral);
Texture.