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>
3 Comments
Comments have been disabled for this content.
sunil sourabh said
this information is really useful to me
izat alsous said
I am a master student of AI and i want to learn the image proccessing by c# or java
Naveen Kumar said
I am doing bachelor of engineering in computer science, in order to accomplish my project in image processing, i want to learn image processing.