搜索资源列表
WinImageprocess
- windows下实现对各种格式图像的处理,用c++实现对bmp,jepg,gif等格式图像的处理及特效的算法。-windows under a variety of formats for image processing, c achieve right bmp, jepg, gif format image processing algorithms and special effects.
VC_bmpImage
- 用vc编写的很好用图像处理程序,用来处理bmp位图!其中新建了一个CDIB类,包括很多几本的图像处理算法。-vc prepared with a good use of image processing procedures used to handle bmp bitmap! With the construction of a Bitmap categories, including many of the several image processing algorithms.
floppy
- 吕凤军《数字图象处理编程入门》中的所有例子源代码,中间包括BMP文件格式的分析以及图像处理各种算法的C语言实现,对初次涉及图像处理方面的人而言非常不错。-Mr Lu Fengtai army "Digital Image Processing Programming Primer" all the examples of source code, intermediate file formats including BMP analysis and image proces
DImageProcess
- 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。-on the process of operation, DImageProcess Bmp, only printed in the format of the document, menu can be achieved through various processing algorithms, the need to stre
DImageProcess
- 实现数字图像基本处理算法,DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。包括图像增强,边缘检测与图像分析,图像的压缩编码,以及数学形态学等等,很不错的。-The realization of the basic digital image processing algorithms, DImageProcess works just loading Bmp format documents, will
tuxianxihua
- VC中实现的一个图像细化的算法 。目前处理BMP图片。-Medium realize a VC image thinning algorithms. At present, BMP picture deal.
image
- 1、图象灰度处理:将<24位真彩色图像>转换成<256级灰度图像>;(*.bmp文件) 2、图像的灰度直方图:分别反映转换前后图像中的灰度级与出现这种灰度的概率之间的关系; 3、其它功能:存盘、清屏和退出应用程序功能。 源程序用Pascal语言编写。 含有三种不同的算法作为比较,并且附有详细的软件设计的思路说明。-1, gray-scale image processing: to < 24-bit true color image> conve
vc-imageprocessing
- 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm
lsb
- lsb信息隐藏算法 纯命令行 对bmp文件加密 比较浅显仅供算法学习用-Information Hiding in plain lsb command-line comparison of the bmp file encryption algorithms only learn to use plain
ImageProcessor
- 参照photoshop的一个图像处理程序。实现了图像处理的一些算法。仅支持bmp格式的图像。-Reference to a photoshop image processing program. Implement some image processing algorithms. Only supports bmp format.
demo
- 对于运动图像分析菜单的一点说明 该菜单为主框架里的一个菜单项,对应第九章运动分析内容,该菜单提供了两种分析方法,提供的两幅静态图像为随书光盘所带“各章测试图”中“第九章”文件夹内的“图9-5a.bmp”和“图9-5b.bmp”。 归一化相位相关方法和相位差方法是两种运动估计方法,根据算法原理的不同,其输出形式也不相同。 例如,对于所提供的128*128大小的一对测试图,相位差的方法输出形式为:“相对于第一幅图像,x方向移动1像素,y方向移动3像素” ,其含义是相对于第一幅图像,第二幅
LoadBMPFile
- 一个加载BMP文件的小测试程序,对于初学者使用。后续还有BMP图像的相关处理算法,值得期待!-BMP file of a small load test program, for beginners. There BMP images related to the follow-up processing algorithms, it is worth looking forward to!
2008302580214
- Raw到Bmp格式文件的转换、图像增强算法实现、图像几何处理算法实现、图像边缘检测算法实现、图像二值化、影像融合、影像模板匹配等功能的实现-Raw to the Bmp format conversion, image enhancement algorithm, image geometry processing algorithms, image edge detection algorithm, image binarization, image fusion, image templat
bmptojpg
- 用于将BMP图像转换为JPG的算法和程序-Used to convert to JPG BMP image algorithms and procedures
bmpreadwrite
- 实现图像处理的各种算法 包括bmp图像的读入读出,中值滤波,形态学滤波,图像翻转,图像分割等子函数-Achieve a variety of image processing algorithms including bmp image read read, median filtering, morphological filtering, image flip, image segmentation, etc. Functions
jpg-to-bmp
- 纯c编写,没有lib库,全自定义算法,明白的阐述了转换过程-Written in pure c, there is no lib library, full of custom algorithms
bmp-process
- 数字图象处理算法的演示,包括:图象的DFT和逆DFT 图象的FFT和逆FFT;在图象中加入正弦噪声;图象的模板运算实现图象平滑和锐化;图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 -Demonstration of
read_save_display_add-char-of-bmp
- bmp图像的读写、显示及图像处理框架程序,可根据实际需要填写需要算法,本程序自带算法为二值化处理算法。此外,本程序还具备图像文字库叠加及波门叠加程序。-bmp image read and write, display, and image processing framework program, according to the actual need to fill algorithm, the program comes algorithm binarization processing
Dcm-files-into-BMP-or-Jpg
- 用c++写的一个将dicom格式的图片转化为JPG或者BMP的算法,对医学工作者有一定帮助-With c++ write a dicom format images will be converted to JPG or BMP algorithms for medical workers have some help
Sekpaint2
- SekPaintv2, VB6.0 , image processing, software, very good, source-code , graphical, effects, algorithms, vba, Excel, Visual Basic, learning, downloads, graphics, drawing , bitmaps, bmp, introductory, paint,algorithms
