|
|
| C# Graphics - A GDI+ world |
| GDI+ is used to created graphics using C# programs. Here is an article that shows you how this GDI+ can be used to write basic graphic elements. |
| | By san san on Saturday, November 08, 2008 2:42:54 PM. |
| |
|
| Overloaded Operation in C# |
| C# has a special feature that you can give special meanings to operators, when they are used with user-defined classes. This is called operator overloading. This code will help you understand overloaded operators. |
| | By preetham preetham on Wednesday, November 05, 2008 2:10:23 PM. |
| |
|
|
|
| .NET GDI+ Graphics Edge Detection via Sobel Filter |
| In edge detection the aim is to mark the points in a image at which the intensity changes sharply. Sharp changes in image properties reflect important events These include:
(i) discontinuities in depth.
(ii) changes in material properties.
(iii) variations in scene illumination.
Edge detection is used in the field of image processing and feature extraction. The Sobel operator is such an operator used edge detection algorithms. |
| | By Shailendra Sason on Saturday, December 16, 2006 4:53:16 PM. |
| |
|
| Bspline Curves in c# |
| B-spline curves share many important properties with Bezier curves, because the former is a generalization of the later. Moreover, B-spline curves have more desired properties than Bezier curves. The following code is for generating a bspline. |
| | By Shailendra Sason on Thursday, December 07, 2006 12:22:21 PM. |
| |
|
| .NET GDI+ - Convert BitMap To Jpeg |
| This VB.net application will select all the bitmap images in that particular folder and convert them to jpeg and store the jpeg images in the same folder. |
| | By Umesh Gaikwad on Monday, November 20, 2006 9:14:49 AM. |
| |
|
|
|