搜索资源列表
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.
chepaidingweixidong
- 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
Mytest
- 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
0712253
- I wrote this program for coloring any map with only 4 colors. Input for it is an bitmap file with 24 bit colors (must gray/scale). Output is a bitmap which is colored with maximum 4 colors.
ImageMagick-6.5.8-6.tar
- Imagemagic是一款创建、编辑、压缩图像的软件。可以转换 DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG等格式,并且能够轻松的对图片进行旋转,缩放等操作-ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (
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-
Bitmap
- 采用动态规划思想编写的灰度图像压缩算法。-The use of dynamic programming algorithms written in gray-scale image compression
ByteArray-Scale-Bitmap
- 9-slice Bitmap scaling by ByteArray. Very useful for GUI-9-slice Bitmap scaling by ByteArray. Very useful for GUI!!
ImageViewPic
- 对一张bitmap 进行缩放,拖动的处理-scale Bitmap
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.