Image Processing Lab in C#

Tags: Tech Geek

Image Processing Lab in C#

<snip>

Image Processing Lab is a simple tool for image processing, which includes different filters and tools to analyze images. It’s easy to develop your own filters and to integrate them with the code or to use the tools in your own application.

The following filters are implemented in the library:

  • Color filters (grayscale, sepia, invert, rotate, channel extraction, channel replacing, channel filtering, color filtering, Euclidean color filtering);
  • Binarization filters (threshold, threshold with carry, ordered dithering, Bayer dithering, Floyd-Steinberg, Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce, Stucki dithering methods);
  • Mathematical morphology filters (erosion, dilatation, opening, closing);
  • Convolution filters (mean, blur, sharpen, edges);
  • Two source filters (merge, intersect, add, subtract, difference, move towards);
  • Pixellate, Simple skeletonization, Jitter, Shrink;
  • Levels linear filter;
  • Median filter;
  • Resize and Rotate

<snip>

Here

3 Comments

Comments have been disabled for this content.