Register   |  Login

 

   Minimize

C# Image Processing

   Minimize
Branch and bound algorithm in C# by asif - Explains the basics of branch and bound algorithm with a sample program using C#.
Implementation Of Labeling Connected Components in C# by asif - Explains how connected component labelling and gives a sample project in C#.
Conversion of Color images to Gray with Basic concepts by asif - Explains the concept of RGB and conversion of an image to Gray scale with a C# program
Conversion of a Color Image to a Binary Image by asif - Explains the basics of binary images and gives a sample on how to produce a binary image from a color image using C#.
Implementation Of Calculating the RTS Invariant Moments Of Area by asif - Explains how to calculate the Rotation, translation and scaling invariant moments of area using a C# program.
Tutorial on Converting Images to Grayscale using C# by ra00l - Explains how to convert images to grayscale with a simple tutorial and sample program.
Finding the Convex Hull Of a Blob in C# by asif - Explains how to find the convex hull in an image using a C# program.
Noise Removal using Salt and Pepper algorithm in C# by asif - Explains how to remove the noise like darker dots appear in the scanning processes, using C# code.
Image Processing in C# by asif - Explains the basic image processing support in C#.
Image Processing AND, NAND by asif - Explains the AND & NAND image processing operations on images with a sample program in C#.
Or & Nor operations on images by asif - Explains how to carry out Or & Nor operations on images using unsafe code in C#.
C# image processing Invert/Logical NOT by asif - Explains how to do Inversion of image data with sample code in C#.
Image Processing XOR & XNOR by asif - Explains the image processing operations on XOR and XNOR using C#.
Dilation in Image Processing using C# by asif - Explains the concept of Dilation in image processing using C# sample.
Erosion Operation on Binary and Graylevel images in C# by asif - Explains how to do erosion in image processing using C#.
Logical Operators by asif - Explains the basics of logical operators which can be used in image processing.
Contrast Stretching by asif - Explains the contrast stretching operation using C#.
Histogram and Normalized Histogram in C# by asif - Explains how to create normalized histograms(graphs) for images.
Histogram Equalization by asif - Explains how to use C# to process histogram equalization to increase the dynamic range of a histogram.
Image Addition in C# by asif - Explains how to add two images using C#.
Subtracting Two Images using C# by asif - Explains how to subtract an image from the other.
Image Dissolving in C# by asif - Explains how to implement Image Dissolving in C#.
Convolution using C# by asif - Explains the basics of Convolution using C#.
C# Image Averaging by asif - Explains how to do image averaging in C#.
Guassian Smoothing in Csharp by asif - Explains Gaussian Smoothing in C#.
Mean Filtering in CSharp by asif - Mean filtering is reducing the amount of intensity variation between one pixel and the next.
Median Filtering in C# by asif - The median filter is normally used to reduce noise in an image, somewhat like the mean filter. This article explains how to achieve this in C#.

 

   Minimize

 

   Minimize