摘要
为更快速地进行图像算法的开发,介绍了三种基于C#语言的图像处理方法:直接提取像素法、内存法和指针法.通过对彩色图像进行灰度化这一简单的数字图像处理算法实验,比较了这三种方法的特点.
This paper introduces three image processing methods using C#: a direct get-pixel method, a memory method and a pointer method which is intended to be a simple, general purpose, and object-oriented programming language. These three methods are compared, by experiments with transforming color image into gray image. These methods respectively have some advantages.
出处
《合肥学院学报(自然科学版)》
2008年第1期57-59,共3页
Journal of Hefei University :Natural Sciences
关键词
图像处理
C#
像素
内存
指针
image processing
C#
pixcl
memory
pointer