Coder Social home page Coder Social logo

lazocoder / image-processing-library Goto Github PK

View Code? Open in Web Editor NEW
42.0 2.0 18.0 4.6 MB

Library for processing and manipulating images.

License: GNU General Public License v3.0

C# 100.00%
edge-detection motion-blur histogram image-processing images kernel-convolution thresholding intensity-adjustment hue-detector lockbits

image-processing-library's Introduction

Image-Processing-Library

Library for processing and manipulating images. Includes edge detection, color channel swapping, embossing, sharpening, thresholding and more. Some of the filters are applied by using kernel convolution and LockBits while others use GetPixel and multithreading. Also includes a histogram generator and a hue detector.

Samples

The documentation below exhibits what is possible with the library. The following image will be used for the demonstrations:

alt-tag

Edge Detection

The library supports several different edge detection algorithms with different intensities.

Low Edge Detection

alt-tag

High Edge Detection

alt-tag

Horizontal Edge Detection

alt-tag

Vertical Edge Detection

alt-tag

Thresholding

The library supports three different thresholding algorithms. These algorithms use LockBits and multithreading and are processed much faster than the others; almost instantaneously.

Binary Thresholding

alt-tag

Trinary Thresholding

alt-tag

Multi-Level Thresholding

alt-tag

Blurring

Different intensities of blurring are available, as well as motion blur.

Regular Blur

alt-tag

Motion Blur

alt-tag

Sharpening

alt-tag

Embossing

alt-tag

Color Channel Manipulation

The library supports many different algorithms for manipulating the color channels, including swapping, removal and intensity adjustment:

Channel Swapping

The color channels can be swapped in many different ways. The following image has its green and blue channels swapped:

alt-tag

Channel Removal

Each color channel can be removed. The following image has its red channel completely dialed down to zero:

alt-tag

Intensity Adjustment

Each color channel can by dialed up or down to match the intensity of another color channel. The following image has its blue channel dialed up to match the intensity of its red channel, this creates purple where the red had high intensity:

alt-tag

Brighten

alt-tag

Darken

alt-tag

Invert

alt-tag

Cartoonify

alt-tag

Histogram Generator

The following is a histogram of the RGB channels of the original image.

alt-tag

Hue Detector

The following detects the hue under the mouse and displays the details.

alt-tag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.