搜索资源列表
厉害的程序
- 图形学C语言实现多边形种子填充算法源代码能填充任意的图形-graphics C language seed polygon filling algorithm source code can be filled with arbitrary graphics
124145
- 一个简单实用的遗传算法c程序,对你很有帮助!-a simple and practical procedure Genetic Algorithm c, very helpful to you!
www.cnzz.cn
- 图像的几何变换算法C程序To perform geometric transform
kbib-0.6.4.tar
- Visual C++K值分类图像识别程序 算法很值得参考
suanfa
- 此代码压缩包,包含20多种数字图像处理算法的C++程序实现
Wavelet-5-3-lifting
- 第二代小波,也就是提升小波,较传统的小波算法有很大的优势,现在提供5-3小波的C程序实现,供大家参考。
国外Contourlet C源码
- 这是一个关于Contourlet算法的c程序 由国外学者编著
对图像进行形态学开、闭、形态梯度等算法实现
- 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
基于Retinex的MSRCR算法的C语言实现
- 基于Retinex的MSRCR算法的C语言实现。其中的高斯平滑采用了与尺度无关的快速算法,每个点的运算只要6MADD。程序改自GRetinex,一个GIMP插件,C implementation of Retinex, i.e. MSRCR algorith. In the implementation a fast algorithm was employed for Gaussian smoothing that only 6 MADD for each operating point ar
PointInPolygon.rar
- 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;,In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
GoldenSectonalgorithm
- 用c程序具体编程实现“黄金分割算法”的源代码,简单实用。-Specific programming with c program, " Golden Section algorithm" source code, simple and practical.
C
- 徐士良C常用算法程序集(第二版)的附带源码,提供给大家学习-XU Shi-liang C assembly commonly used algorithms (second edition) comes with source code available to them to learn
C
- 经典程序算法 不错 是总结性的 可以看看借鉴借鉴-cc
C
- 常用算法程序集,可以用,是TXT格式,通过复制黏贴到C中运行即可-C
Caverage
- 模糊c均值算法c++程序,实现了模糊c均值纹理分割算法-Fuzzy c means algorithm c++ procedures, the fuzzy c means algorithm for texture segmentation
C
- C常用算法程序集,包含常用的算法和代码,插值计算,函数运算-C commonly used algorithm assembly, including the commonly used algorithms, and interpolation, the function computing
generating-white-noise
- 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
encode-C
- 自己写的LZW算法压缩C程序,模块分解清楚,刚学习LZW算法的可以借鉴一下!-The LZW compression algorithm to write their own C program, module decomposition clear, just learning LZW algorithm can learn from it!
C-Means
- 改程序为模式识别常用的C均值算法,可以对样本进行分类。-It s a pragram of C-Means, which is popular among Pattern Recoginization.
模糊C均值算法
- 亲测,能实现模糊C均值聚类的MATLAB程序(MATLAB program that can realize fuzzy C mean clustering)