Click here to Skip to main content
15,891,654 members
Articles / Programming Languages / C#
Article

Image Processing Library in C#

Rate me:
Please Sign up or sign in to vote.
2.63/5 (41 votes)
29 Jan 2003 223.8K   9K   38   66
This Article Help you to Build an Image Processing Library in C#

Sample Image - ImageProc.jpg

Introduction

Image Processing Library

   Since C# is a new language it is very difficult to find Image processing Library on this Platfrom thus this is my attempt to help user & student community who tend to work on Image Processing using .Net Platform.

    Initially i have limited the Library to Grey Scale & Binary Images, if i get good response i will surely extend the library to Color Images.

 The Solution has two main projects namely

 1) ImageProc Library Module : It Consists of all the functions written for Image Processing.

 2) ImageUse Program using Library : Inorder to use ImageProc library we need a program this is it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
India India
Hi Friends,
My Name is Kishor Aher and i have done Bachlor of Engineering in Information Technology. I am a Techno Freak and Love Programming. My Craze for C# and Image Processing helped me do project on "Fingerprint Recognition System" on .Net Platfrom. If anyone is interested in working on Image Procesing i would like to help.

Comments and Discussions

 
GeneralHelp in Image Processing (Bitmap) Pin
Pasl24-Feb-04 17:31
Pasl24-Feb-04 17:31 
GeneralImages in binary files Pin
mariomario753-Jun-03 2:21
mariomario753-Jun-03 2:21 
General16 bit Image Processing Pin
George Li20-May-03 7:52
George Li20-May-03 7:52 
Questionhow to use pixelformat.format16bppGrayscale Pin
Mohan Prakash8-May-03 20:51
Mohan Prakash8-May-03 20:51 
AnswerRe: how to use pixelformat.format16bppGrayscale Pin
Kishor Aher8-May-03 21:44
Kishor Aher8-May-03 21:44 
GeneralRe: how to use pixelformat.format16bppGrayscale Pin
mdredmond14-Feb-04 6:59
mdredmond14-Feb-04 6:59 
GeneralRe: how to use pixelformat.format16bppGrayscale Pin
small-horse1-Apr-04 23:36
small-horse1-Apr-04 23:36 
GeneralRe: how to use pixelformat.format16bppGrayscale Pin
Morten on GIS27-Apr-04 9:52
Morten on GIS27-Apr-04 9:52 
Since the eye isn't equally sensitive to red, green and blue, it is not a simple matter of an average or distance calculation.
The correct balance is:
GrayValue = 0.299*red + 0.587*green + 0.114*blue;


/Morten Nielsen
http://www.iter.dk
GeneralRe: how to use pixelformat.format16bppGrayscale Pin
Anonymous29-Apr-04 10:47
Anonymous29-Apr-04 10:47 
GeneralRe: how to use pixelformat.format16bppGrayscale Pin
krssagar6-May-04 15:30
krssagar6-May-04 15:30 
AnswerRe: how to use pixelformat.format16bppGrayscale Pin
darc2k24-Jun-04 11:49
darc2k24-Jun-04 11:49 
GeneralRe: how to use pixelformat.format16bppGrayscale Pin
krssagar8-Jul-04 15:24
krssagar8-Jul-04 15:24 
GeneralImage Processing Pin
prit13-Apr-03 19:50
prit13-Apr-03 19:50 
Generalneed help in Image Processing Pin
7-Apr-03 18:23
suss7-Apr-03 18:23 
GeneralRe: need help in Image Processing Pin
Kishor Aher7-Apr-03 22:24
Kishor Aher7-Apr-03 22:24 
GeneralRe: need help in Image Processing Pin
ZiPPygEEk28-May-06 11:49
ZiPPygEEk28-May-06 11:49 
Generalproblem with ... Pin
_Algol_16-Feb-03 21:15
_Algol_16-Feb-03 21:15 
Generali want to ... Pin
Member 13792216-Feb-03 17:18
Member 13792216-Feb-03 17:18 
GeneralRe: i want to ... Pin
Christian Graus16-Feb-03 18:07
protectorChristian Graus16-Feb-03 18:07 
GeneralLeast professional, garbage article I have seenon TCP Pin
kbuchan4-Feb-03 4:14
kbuchan4-Feb-03 4:14 
GeneralUm.... Pin
Christian Graus30-Jan-03 15:23
protectorChristian Graus30-Jan-03 15:23 
GeneralRe: Um.... Pin
Nish Nishant30-Jan-03 16:34
sitebuilderNish Nishant30-Jan-03 16:34 
GeneralRe: Um.... Pin
Christian Graus30-Jan-03 16:36
protectorChristian Graus30-Jan-03 16:36 
GeneralRe: Um.... Pin
Nish Nishant30-Jan-03 20:34
sitebuilderNish Nishant30-Jan-03 20:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.