搜索资源列表
算法游戏实例
- 这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法-this algorithm, there are several examples of games, including polygon game, loading problems, such as single-source path, which is a more classical algorithm
三维游戏高级图形编程中的纹理特效制作实例源代码
- 三维游戏高级图形编程中的纹理特效制作实例源代码,如高级纹理映射、Billboard、阴影、粒子系统、L系统以及三维游戏自然场景的特效生成算法(树、云、雾、烟、爆炸等等)-3D game graphics programming texture effects produced source code examples, such as the High texture mapping, Billboard, shadows, particle system, L 3D games and the
yinzhang_recognition
- 用于印章识别的算法实例,处理位图图像,可以自动去除印章的背景,C++源码。-chop for example identification algorithm to handle bitmap images can be automatically removed seals the background, C source code.
印章识别算法实例
- 印章识别算法实例.rar-chop recognition algorithm examples. Rar
FreTrans
- vc++写的图象的正交变换的算法实例,傅里叶算法变换,离散余弦变换,沃尔什--哈达玛变换,霍特林变换和小波变换
tuxiangdezengqiang
- 图象的增强算法实例,包括:伪假色彩增强,锐化和中值滤波等
kmean
- k-均值聚类 小算法实例 (将8组4维数据分成6类)
图像的纹理分析应用编程实例
- 图像的纹理分析应用编程实例,主要通过模拟分析算法描述图像的纹理结构-image texture analysis application programming examples, mainly through simulation analysis algorithm describes the texture structure
印章识别算法
- 印章识别算法实例 数字图像处理-chop recognition algorithm examples of digital image processing
gaot遗传算法优化工具箱介绍及实例源程序
- gaot遗传算法优化工具箱的介绍及实例的源程序-gaot genetic algorithm optimization toolbox presentation and examples of the source
动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例
- 动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例,可以直接运行。
RANSAC.rar
- 算法实例,角点匹配的算法,不错的,可以看看,ransac
FaceDetect.rar
- 经典的人脸识别算法实例.它实现了“人脸区域检测”和“特征标注”。,Classic example of face recognition algorithms. It implements the
duobianxingcaijian
- 学习图形学时编制的多边形裁剪算法实例,希望对学习图形血的朋友们有所助益-Graphics prepared to learn when the polygon clipping algorithm for instance, want to learn graphic bloody helpful friends
krige
- 基于VB6编写的 Kriging插值算法实例,可用于ArcGIS Engine或ArcObjects开发中。-Prepared based on Kriging interpolation algorithm VB6 instance, can be used in ArcGIS Engine or ArcObjects development.
dct_watermark
- 一个用 MATLAB 编写的数字水印算法实例 基于DCT算法的数字水印的嵌入算法与提取-MATLAB prepared a digital watermarking algorithm based on DCT algorithm instance digital watermark embedding and extraction algorithms
C#图像处理算法典型实例
- 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
70099729wavelet_denoise
- 利用小波算法实现图像去噪,包含软硬阈值去噪,中值,均值滤波等,内含图片灰度与彩色实例。以及代码文件说明、(The wavelet algorithm is used to denoise the image, including the soft and hard threshold de-noising, the median, the mean filtering and so on, including the image gray and color examples. And code
计算机辅助几何设计割角算法实例
- 计算机辅助几何设计割角算法实例,这是一个关于四次带参Bezier曲线的割角算法实例