搜索资源列表
DImage
- 这是对图像处理的程序,主要实现对256色及24位位图的处理(点运算,几何变换,图像增强,形态学变换,边缘检测,轮廓提取,轮廓跟踪,种子填充等).-This is the image processing procedures, the main achievement of 256 colors and 24 bitmap processing (point computation. geometric transform, image enhancement, morphological tr
位图与位图的合成
- 将两张位图合成为一张图片,可对24位和8位图片进行处理-to two bitmap for a photo synthesis, the 24 photographs and eight treatment
BmpConvert
- BMP图像转换程序,C++编写的,支持4、8、24位位图之间的转换-BMP image conversion program, C++ written in support of 4,8,24-bit bitmap conversion between
mh-1.24e-All
- mh 1.24e All.rar 1.24 开全图源码 mh 1.24e All.rar 1.24 开全图源码-mh 1.24e All.rar 1.24 open the whole map open source mh 1.24e All.rar 1.24 full image source
color416
- 24位真彩色图像的处理,如颜色处理、特效处理、平滑处理、锐化处理。-24-bit true color image processing, such as color processing, effects processing, smoothing, sharpening.
24weizhencai
- 24位真彩色图像处理程序(包括灰度化,滤波,锐化等)开发环境VC++6.0-24-bit true color image processing procedures (including gray, and filtering, sharpening, etc.) development environment VC++ 6.0
24dib
- 24位彩色图像的处理,包括颜色处理、特效处理等-24-bit color image processing, including color processing, effects processing, etc.
TRACK_9.24
- 可以自动识别目标,并进行跟踪,可设置两种跟踪方式,重心或者相关。-Can automatically identify targets and track follow-up can be set in two ways, the focus of or related to.
24-bit_colors
- 24位彩色,附带测试图片,初学者可自行设计CDib类。-24-bit color, with the test pictures, beginners can design their own category CDib.
24color
- 24位图的处理,显示.即真彩色图像的处理和相应显示。-24color DIB can be processed and showed.That is, true color image processing and the corresponding display.
image
- 1、图象灰度处理:将<24位真彩色图像>转换成<256级灰度图像>;(*.bmp文件) 2、图像的灰度直方图:分别反映转换前后图像中的灰度级与出现这种灰度的概率之间的关系; 3、其它功能:存盘、清屏和退出应用程序功能。 源程序用Pascal语言编写。 含有三种不同的算法作为比较,并且附有详细的软件设计的思路说明。-1, gray-scale image processing: to < 24-bit true color image> conve
24-hui
- 将24位色深的bmp彩色图像文件转换为raw图像文件的c源代码。-24-bit color depth of color bmp image file is converted to raw image files of the c source code.
vert
- 24位位图转换为8位位图的VC++6.0环境下的源码-24-bit bitmap is converted to 8-bit bitmaps VC++6.0 environment of the source
8--24--bitmap-expansion-algorithm
- 8、24位膨胀算法,通过取周围的像素点来让图像有膨胀的效果。-8, 24, bitmap expansion algorithm,By taking the point of the surrounding pixels to image expansion effect.
24-color-Image-processing
- 24位图像处理软件,将24位彩色图像分三个区域,对这三个区域分别进行灰度化处理、逆反处理、马赛克处理。-Image processing。The24 bit color image is divided into three regions, each of these three areas are gray processing, reverse processing, mosaic processing.
24-bit-color-image-processing
- 将24位彩色图像进行处理。 要求:将24位彩色图像分三个区域,对这三个区域分别进行灰度化处理、逆反处理、马赛克处理。 -24-bit color image processing. Requirements: 24-bit color image is divided into three regions, these three regions, respectively, to gray-scale processing, antagonistic processing, mosa
24-bit-true-color-bitmap-file-data
- 24位真彩色位图文件数据一部分。这一部分数据包括位图文件头、位图信息头和位图阵列三部分。-24-bit true color bitmap file data part. This part of the data includes the three parts of the bitmap file header, the bitmap information header and the bitmap array.
A-24-bit-true-color-bitmap-file
- 一个24位真彩色位图文件包括以下三个部分:位图文件头、位图信息头和颜色数据域,这都是我自己起的名字,不知是否与经典有出入,大家应该能够意会。-A 24-bit true color bitmap file includes the following three parts: a bitmap file header, bitmap information header and color data domain, this is the name of my own since I do no
24-bit-or-32-bit
- 将24位或者32位真彩色位图转为8位灰度图-The 24-bit or 32-bit true color bitmap into eight grayscale
24-Bits-bmp-to-binary-image
- c语言编写,将24位bmp格式图片转成灰度图和二值图像(边缘化)。-This code is intended to traverse 24-bit-bmp images to binary images, using C.