Welcome![Sign In][Sign Up]
Location:
Search - bmp Algorithms

Search list

[Graph programPicPRG

Description: VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。-VC read BMP map, and the classic edge detection algorithms, including run-length coding, the program of detection, extraction, compression bmp image map to the brink.
Platform: | Size: 52224 | Author: 罗永 | Hits:

[Compress-Decompress algrithms压缩图片

Description: 一种对bmp文件进行图像压缩的算法。将一幅bmp文件压缩之后再显示出来与压缩前的文件作比较。-a pair of bmp document image compression algorithms. Bmp file to a compressed then displayed with the compression of documents before making comparisons.
Platform: | Size: 137216 | Author: 王立 | Hits:

[2D GraphicbmpTransfer

Description: 另外的BMP实现,关于BMP图像格式的C语言算法具体实现代码.-other BMP Implementation of the BMP image formats C language algorithms for achieving specific code.
Platform: | Size: 2048 | Author: 陈铭 | Hits:

[Data structsRSA MD5 v1.2

Description: RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
Platform: | Size: 103424 | Author: 张晓博 | Hits:

[Graph programbmpcontrol

Description: 计算机图形学的各种算法,如边缘检测,付立叶变换等典型的算法-of computer graphics algorithms, such as edge detection, such as Fourier transform algorithm typical
Platform: | Size: 310272 | Author: 朱海昆 | Hits:

[Graph programdzyy

Description: 北京金印能鉴技术开发有限公司的电脑验印代码,接口部分没传,所以没法编译,请朋友们原谅。如果您需要完整代码,请联系金印能鉴,李建国 msn:ljg-msn@hotmail.com QQ:757412868 email:ljgdzz@163.com 功能特点 1、印模提取:自动提取标准印模并抽取特征值,印模经压缩算法处理后小于8K。 2、印章比对:包括配准算法、比对算法和输出验印结果。比对算法提供了3个特征值矩常量因子,二次开发时可以根据需要调整通过率。 3、自动比对:为待验印印章自动匹配预留的标准印模,并自动完成比对,输出验印结果。 4、版面预处理:降低干扰,优化印模,提高通过率。 5、其它功能:实现了折角、镂空、旋转(顺时针、逆时针方向)、平移(上、下、左、右四个方向)等辅助验印功能。 6、支持图像格式:bmp、JEPG。 7、开发语言:C++。 -Beijing will view the Indian Technical Development Ltd. Yanyi computer code, interface not part biography, it is not possible to compile, Please forgive friends. If you need a complete code, please contact the Indian can Jian, Li Jianguo msn : ljg-msn@hotmail.com QQ : 757412868 email : ljgdzz@163.com a functional characteristics, the extraction impression : automatic extraction standard impression and eigenvalue extraction, After compression algorithm impression after less than eight K. 2, chops than right : including registration algorithm, the algorithm than Yanyi and output results. The algorithms provided three eigenvalue moment constant factor, the second being developed under the need to adjust the pass rate. 3, automatic than right : to be automatically matched Yanyi chop reserved i
Platform: | Size: 896000 | Author: ljg | Hits:

[Special EffectsVC_bmpImage

Description: 用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.
Platform: | Size: 162816 | Author: lily | Hits:

[Special Effectsfloppy

Description: 吕凤军《数字图象处理编程入门》中的所有例子源代码,中间包括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 processing algorithms in C language. involved in the initial processing of images is a very good person.
Platform: | Size: 1333248 | Author: 刘洋 | Hits:

[Special EffectsDImageProcess

Description: 关于程序的运行, 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 stress that their only pair of 256-color format photo processing.
Platform: | Size: 7093248 | Author: 张素兰 | Hits:

[Otheraaaaaaa

Description: 16色BMP格式图像的压缩算法改进>16色BMP格式图像的压缩算法改进.caj-16-color BMP format image compression algorithms to improve the
Platform: | Size: 160768 | Author: xiake | Hits:

[Special Effectsjpeg_bmp

Description: 从JPEG转bmp格式,huffman采用存储译码,IDCT变换采用行列分别译码,采用loeffler译码,算法和数据结构都很优秀-Bmp to switch from JPEG format, huffman decoding using storage, IDCT transform decoding using the ranks, respectively, using loeffler decoding, algorithms and data structures are very good
Platform: | Size: 9216 | Author: 杜伟 | Hits:

[Special EffectsWAVELET

Description: .bmp格式图象的几种变换方法的演示.包括小波变换,DB变换等算法的效果比较-. bmp format images of the presentation of several transformation methods. including the wavelet transform, DB transform algorithms, such as the effect of comparison
Platform: | Size: 6214656 | Author: guoxiaobo | Hits:

[Special Effectsimage

Description: 1、图象灰度处理:将<24位真彩色图像>转换成<256级灰度图像>;(*.bmp文件) 2、图像的灰度直方图:分别反映转换前后图像中的灰度级与出现这种灰度的概率之间的关系; 3、其它功能:存盘、清屏和退出应用程序功能。 源程序用Pascal语言编写。 含有三种不同的算法作为比较,并且附有详细的软件设计的思路说明。-1, gray-scale image processing: to < 24-bit true color image> converted into < 256 gray image > (*. bmp file) 2, the gray-scale image histogram: before and after, respectively, reflecting the conversion of grayscale images gray level and the probability of such a relationship 3 other functions: save, money from the screen and application functionality. Pascal language source code to use. Containing three different algorithms for comparison, and software design, including a detailed description of the idea.
Platform: | Size: 467968 | Author: 尤瑞 | Hits:

[CSharpbmp

Description: visual c++处理图像的一些基本算法,包括阈值分割,中值滤波等-visual c++ image processing ah some of the basic algorithms include thresholding, median filtering, etc.
Platform: | Size: 2145280 | Author: duckling | Hits:

[Graph programcompress-bmp

Description: 演示由bmp到JPEG压缩编码!适合学习图像处理算法的读者!-Presentation by the bmp to the JPEG compression! Image processing algorithms suitable for learning readers!
Platform: | Size: 122880 | Author: zhangheyi | Hits:

[Compress-Decompress algrithmsmicrocontroller-jpg-gif-bmp-decoders

Description: Decompress algorithms for GIF, JPG, BMP for microcontrollers
Platform: | Size: 59392 | Author: Roman | Hits:

[Special Effectsjpg-to-bmp

Description: 纯c编写,没有lib库,全自定义算法,明白的阐述了转换过程-Written in pure c, there is no lib library, full of custom algorithms
Platform: | Size: 10240 | Author: 孙鸿鹄 | Hits:

[Special Effectsbmp-process

Description: 数字图象处理算法的演示,包括:图象的DFT和逆DFT 图象的FFT和逆FFT;在图象中加入正弦噪声;图象的模板运算实现图象平滑和锐化;图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 -Demonstration of digital image processing algorithms, including: FFT and inverse FFT of the image DFT and inverse DFT image add sinusoidal noise in the image image template operations to achieve image smoothing and sharpening image contrast stretching, histogram equalization image image median filtering image histogram display • Several frequency domain filter image mirror image of rotation (90 degrees at any angle) • The image zoom • other small algorithms
Platform: | Size: 460800 | Author: wanglx | Hits:

[Special Effectsread_save_display_add-char-of-bmp

Description: 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 algorithms. In addition, the program also includes an image overlay text library door and wave superposition process.
Platform: | Size: 5980160 | Author: maomao | Hits:

[Special EffectsDcm-files-into-BMP-or-Jpg

Description: 用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
Platform: | Size: 370688 | Author: lubo | Hits:
« 12 3 4 »

CodeBus www.codebus.net