搜索资源列表
Soft20060210100316481
- 直接读文件方式显示BMP位图: 从文件中读取象素数据,用打点的方法在屏幕上显示出来,用到了搜索文件的代码。BMP位图包括24位真彩色,灰度图象,以及实现从24位真彩色图象到灰度图象的转换。 -direct reading papers show that BMP bitmap : from paper to read pixel data The method used to cook displayed on the screen, and used the code to sea
graychang
- 该程序实现位图的灰度变换,是基于视图类的工程。-the program bitmap gray-scale transformation is based on the View class project.
bmp_24.rar
- 24位bmp图像读取处理,包括灰度处理(二值化),中值滤波处理。,Bmp image reader 24, including gray-scale processing (binarization), median filter processing.
ImageHandle
- 主要功能 图像处理系统是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。 =
Rotate
- 本程序实现了位图的读取,显示,灰度化,直方图,以及旋转。-This procedure achieved a bitmap read, display, gray scale, the histogram, as well as rotation.
ImageProcessingSystem
- 主要功能 一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。用VC 6.0编写 图像显示模块 该模块主要包括显示位图、显示JPEG、显示GIF 3个部分。 图像转换模块 该模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分。 图像处理模块 该模块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分。
CZoomView_src
- A Doc/View application with zoom feature( zoom files of a bitmap implemented in vc++ (specific zoom scale-A Doc/View application with zoom feature( zoom files of a bitmap implemented in vc++ (specific zoom scale))
Log
- 打开并显示位图,做一些简单的图像处理,如图像灰度化、二值化。-Open and display a bitmap, do some simple image processing, such as gray-scale images, and binary.
bitmap
- 图像处理中的灰度化处理,用三种不同的方法,对图像进行灰度处理。-Gray-scale image processing in the processing, using three different methods, gray-scale image processing.
Mytest
- 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
HWproject
- vb.net 下 bitmap作二值化 直方圖運算 Sobel邊緣化 影像處理 圖形放大縮小 灰階CDF均勻化 -vb.net for the next bitmap binary histogram Sobel operator to narrow the marginalization of gray-scale image processing zoom CDF homogenization
Gray
- vc++开发的位图处理程序,可将彩色图转为灰色图,课进行灰度比例化,灰度线性化、灰度线性截断、灰度取反等操作-vc++ Development bitmap processing, can be color map into gray map, the proportion of lessons were gray, gray linearization, linear cut gray, gray-scale operations such as taking anti-
ImageHandle
- 图像处理系统是一个典型的图像处理软件,它由图像显示、图像转换、图像处理、字符识别、其他和帮助等几部分组成。图像显示模块主要包括显示位图、显示JPEG、显示GIF 3个部分;图像转换模块主要包括位图转换为JPEG、JPEG转换为位图、位图转换为GIF,GIF转换为位图4个部分;图像处理模 块主要包括图像旋转、图像锐化处理、图像反色处理、灰度化处理、线性变换5个部分;字符识别模块主要包含手写数字识别;其他模块主要包括设置菜单的固定颜色和随机颜色两个部分;帮助模块主要包括软件的版本、开发单位等信息
Bitmap
- 采用动态规划思想编写的灰度图像压缩算法。-The use of dynamic programming algorithms written in gray-scale image compression
Convert256toGray
- 该软件通过灰度映射表可以将256色的位图转换成灰度图-By gray-scale map of the software can convert 256-color bitmap into a grayscale
gray
- 位图灰度图片常见的处理算法,如折现变换、灰度化处理等-Common bitmap grayscale image processing algorithms, such as discounted transformation, gray-scale processing
Mindray
- 实现一个图像缩放算法,不调用对算法本身有帮助的库函数,将图像缩放到指定的大小。 具体功能: 1.输入为用windows画图程序生成的无压缩BMP图片,只支持256色位图和24位色位图,输出格式与输入格式相同,要求也要能用Windows画图程序打开; 2.支持批量转换,一次转换的张数不作限制,命令行接口指令如下: Zoom.Exe imagelist.txt 其中imagelist.txt的保持待转换的文件列表,以纯文本格式指定了每幅图片转换后的宽度和高度,格式示例如下:
dib
- 打开位图和对位图简单灰度变换的程序,对中等学习程度的人很有用-Open the bitmap and the bitmap simple gray-scale transformation program, the middle level people to learn useful
scale_bitmap
- 缩放Cbitmap,支持宽高任意比例的缩放,返回值为缩放后的Cbitmap。-scale bitmap
Bitmap
- 使用C语言对位图文件的头信息进行读取,从而对图像进行直方图均衡化处理和灰度变换。-Using the C language header bitmap file for reading, so the image histogram equalization processing and gray-scale transformation.