Related resources for image processing
  • A Quick Introduction To Computer Vision Using C#6/22/2016 1:45:54 PM. In this article you will learn about computer vision. The origins of computer vision come from the image processing field; image processing comes from signal processing.
  • Fast Image Processing In C#5/3/2016 1:33:12 AM. In this article you will learn how to Improve image processing speed by accessing the raw memory of bitmap data via pointers.
  • Control Image Brightness Using ASP .NET4/13/2014 3:30:48 PM. This article will explain how to adjust or control brightness using ASP .NET.
  • Image Processing 101 in C# Windows 8 Store Apps, no Libraries Required1/26/2013 3:29:00 PM. How to handle an image and apply filters to it without using libraries.
  • Creating First Emgu CV Project1/9/2013 11:34:52 PM. This is the first app with Emgu CV; it involves streaming from the webcam and also processing it.
  • SmartPhone Album Program with C#5/19/2012 7:08:37 AM. This article shows how to represent image’s thumbnail in ListView control, how to work with multi-forms and pass information with each other in a smart phone application, how to do simple image-processing, how to scroll picture in a picturebox and use the smart phone’s dpad keys.
  • C# Image Proccessing Techniques: Part II6/13/2010 1:40:06 AM. In the series of article we will build together our general use image processing class in C#.
  • C# Image Proccessing Techniques: Part I6/10/2010 4:31:06 AM. In the series of article we will build together our general use image processing class in C#.
  • Image Processor7/6/2009 12:50:48 AM. This article shows a light-weight image processor.
  • Image Processor7/6/2009 12:50:48 AM. This article shows a light-weight image processor.
  • Image Processing in C#8/30/2006 9:23:34 AM. This application explains basic concepts of image processing including brightening, converting to gray and adding notes to an image using C# and GDI+.
  • Color Transformations and the Color Matrix12/26/2005 1:52:18 AM. This article discusses the color transformations and how to apply Color Matrix on image colors to provide various effects such as gray scale effects, reduce or increase the contrast, brightness, or redness of an image.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download