搜索资源列表
常用的数字图像处理算法
- 常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典-commonly used digital image processing algorithm has been used standard C language, absolute classic
CC++
- 包含图像处理的常用算法及其编程,标准C/C++语法-contains commonly used image processing algorithms and programming, the standard C / C + + syntax
i3d-converter-0.50-src
- 图像处理和计算机视觉方面的源码,标准C++编写,包含了很多常用的图像处理和计算机视觉方面的算法实现。-image processing and computer vision of the source code, standard C, contains many common image processing and computer vision algorithm.
HistgramEqualization2006-10-24
- Visual C++MATLAB图像处理与识别实用案例精选之直方图均衡算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case Featured's histogram equalization algorithm source procedures, with the standard test pictures
ImageMapping2006-10-24
- Visual C++MATLAB图像处理与识别实用案例精选之图像镜像算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case mirror images selected algorithm-source sequence, with the standard test pictures
LCMS
- 这是一个ICM色彩变换模块,通过它,您可以读写*.ICM或*.ICC色彩描述文件,并利用它在各种色彩空间之间进行最小失真变换,如RGB->CMYK、CMYK->Lab等。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译。接口定义见icc.h文件。-ICM color conversion module, through it, You can read and write *. *. ICC or ICM color descr iption
itksift
- 标准C++写的根据SIFT处理生成的KEY文件进行配准,获得配准参数。VS2005调试通过。
Kmeans
- 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
ShowBmp
- 标准C++写的BMP图像显示存储的CLASS,可以直接使用-Standard C++ written in BMP image display storage CLASS, can be used directly
GraphicCanvert
- 标准c++写的几个图形参数转换的函数,保证正确!-Standard c++ to write a few graphical parameters into a function to ensure correct!
Statistics
- 图像参数统计小程序,可用于统计图像的均值,标准差,图像的信息熵,平均梯度。简单易用。-Image parameter statistics applets can be used for statistical picture of the mean, standard deviation, the image of the information entropy, average gradient. Easy to use.
bmp_read_save
- 完全采用标准C编写的bmp图像读写程序,可在任何支持标准C的环境下运行-a bmp reading and writing program written by pure C, can run in any environment that supports standard C
111
- 二维条码的识别和校正,我们用数码相机或手机拍下的条码图像在没有处理以前大部分都是非标准,通过对条码图像进行综合处理,最后将非条码校正成标准的条码-Two-dimensional bar code identification and correction, we photographed with a digital camera or mobile phone barcode images in the absence of treatment before most of them are
C-image-processing
- 基于标准C语言的数字图像处理基本框架.基本框架就是这样,中间加入自己的算法就OK了-Standard C language based on digital image processing basic framework is the basic framework so that the middle of adding their own algorithms on the OK
fwht_src
- 1024点快速沃尔什变换实现代码,用标准C++开发-1024-point fast walsh transform
cvReverseImage2
- 标准c++程序实现彩色图像的二值化处理,并与NIBLACK等标准程序相比较。-Standard c++ program to achieve the binarization of color images, and compared with NIBLACK and standard procedures.
JPEG2000-C
- 随着多媒体技术的不断运用,图像压缩要求更高的性能和新的特征。为了满足静止图像在特殊领域编码的需求,JPEG2000作为一个新的标准处于不断的发展中。它不仅希望提供优于现行标准的失真率和个人图像压缩性能,而且还可以提供一些现行标准不能有效地实现甚至在很多情况下完全无法实现的功能和特性。这种新的标准更加注重图像的可伸缩表述。所以就可以在任意给定的分辨率级别上来提供一个低质量的图像恢复,或者在要求的分辨率和信噪比的情况下提取图像的部分区域。 -With the constant use of mu
fast-edge
- canny算法 纯c语言实现 无需其他非标准c链接库 -canny algorithm pure c language without other non-standard c-link library
SimpleLog
- 一个简单的写日志的类,基于标准C,其他的自己看代码吧,简单日志管理回滚-a simple log class
combine
- 把二值bmp图像挂网或者直接转换成矢量线段,追踪生成G代码数据。代码是标准C语言,在windows下用GCC编译执行通过,其他支持标准C语言的编译器应该也没有问题。(The binary BMP image linked to the network or directly converted into vector lines, tracking the generation of code data.)