0% found this document useful (0 votes)
111 views6 pages

Synopsis FOR Majot Project On "Image Processing": (Information Technology)

This document provides an overview of an image processing project using the AForge.NET framework. It implements various image filters including color filters, HSL filters, binarization filters, mathematical morphology filters, and edge detectors. The objective is to create a simple tool for image processing and analysis. Key features include creating custom convolution filters, previewing filter results, and viewing image histograms. The software requirements are Windows XP or 2003 Server and the .NET Framework 3.5.

Uploaded by

Rahul Lakra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views6 pages

Synopsis FOR Majot Project On "Image Processing": (Information Technology)

This document provides an overview of an image processing project using the AForge.NET framework. It implements various image filters including color filters, HSL filters, binarization filters, mathematical morphology filters, and edge detectors. The objective is to create a simple tool for image processing and analysis. Key features include creating custom convolution filters, previewing filter results, and viewing image histograms. The software requirements are Windows XP or 2003 Server and the .NET Framework 3.5.

Uploaded by

Rahul Lakra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

SYNOPSIS

FOR

MAJOT PROJECT ON

“IMAGE PROCESSING”

(INFORMATION TECHNOLOGY)

Submitted By:

Rahul Lakra(2207444)
Sandeep Sharma(2207477)
Introduction

Image Processing Lab is a simple tool for image processing,


which includes different filters and tools to analyze images
available in the AForge.NET framework. It's easy to
develop your own filters and to integrate them with the
code or use the tools in your own application. The following
filters are implemented in the AForge.NET framework and
demonstrated in the application:

• Color filters (grayscale, sepia, invert, rotate, channel


extraction, channel replacing, channel filtering, color
filtering, Euclidean color filtering);

• HSL filters (linear correction, brightness, contrast,


saturation, hue modifier, HSL filtering);
• YCbCr filters (linear correction, YCbCr filtering,
channel extraction/replacement);
• Binarization filters (threshold, threshold with carry,
ordered dithering, Bayer dithering, Floyd-Steinberg,
Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce,
Stucki dithering methods);
• Automatic binarization (simple image statistics);

• Mathematical morphology filters (erosion, dilatation,
opening, closing, hit & miss, thinning, thickening);
• Convolution filters (mean, blur, sharpen, edges,
Gaussian);
• 2 Source filters (merge, intersect, add, subtract,
difference, move towards, morph);
• Edge detectors (homogeneity, difference, sobel, canny);
• Blob counter, Connected components labeling;
• Pixellate, Simple skeletonization, Jitter, Shrink, Oil
painting;
• Levels linear filter, gamma correction;
• Median filter, Adaptive smoothing, Conservative
smoothing;
• Resize and Rotate;
• Texture generators based on Perlin noise;
• Texture filters (texturer, textured filtering, textured
merging);
• Fourier transformation (lowpass and hipass filters).
OVERVIEW OF PROJECT

OBJECTIVE :
Image Processing Lab is a simple tool for image processing,
which includes different filters and tools to analyze images
available in the AForge.NET framework.

FEATURES:
1) You can create (save and load) your own convolution filters or
filters based on standard mathematical morphology operators.
Colorized grid makes it very convenient to work with custom
convolution filters.

2) A preview window allows you to view the results of changing


filter parameters on the fly. You can scroll an image using the
mouse in the preview area. All filters are applied only to the
portion of the image currently viewed to speed up preview

3) A PhotoShop-like histogram allows you to get information about


mean, standard deviation, median, minimum and maximum
values.

4) The program allows you to copy to or paste from clipboard, save


and print images.
IMPLEMENTATION

SOFTWARE REQUIREMENTS:

1. Windows XP Home
2. Windows XP Professional
3. Windows 2003 Server (all editions)
4. DOT NET FRAMEWORK 3.5

You might also like