资源列表
InsertSort1
- 改进的基于c++的插入排序算法。排序算法大体可分为两种: 一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。 另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved C ++ Based Insertion Sorting Algorithm. There are two kinds of sorting algorithms: one is sort
sift
- sift算法的基础论文,很经典,还有一篇sift的讲解,由于上传限制,如果有需要可以向本人索取-sift algorithm based on papers, very classic, there is a sift in the talks, the upload limit, and if necessary I can be obtained
DHCODEC_2007_05_05
- The library contain AVC H.264 baseline codec,which can process video less than 12 minutes.
VCPP-a-matlab-COM
- VC调用matlab神经网络工具箱的实例,但是只能预测,不能新建网络和训练网络。使用的是com方式-VC++ MATLAB ANN
xiaobo
- 详细说明小波变换原理以及小波变换算法在matalb图像处理中的利用,很好的学习资料-Detail wavelet theory and wavelet transform algorithm in matalb use of image processing, good learning materials
MPCACodes 多线性主成分分析的MATLAB源代码
- 多线性主成分分析的MATLAB源代码 最初用于人脸识别和步态识别 后被扩展到其他应用领域-The codes implement two algorithms: Multilinear Principal Component Analysis (MPCA) and MPCA+LDA.
BM3D
- 采用最新的BM3D(三维块匹配)方法进行的灰度图像,彩色图像和视频图像的去噪-Using the latest BM3D (three-dimensional block-matching) method for image, color images and video image denoising
数值分析实验程序
- 基于MATLAB的数值分析实验的所有的程序,有数值分析课程的大学生值得参考。(All procedures of numerical analysis experiment based on MATLAB are worthy of the students who have numerical analysis course.)
Fusion-of-Neural-Networks--Fuzzy-Systems-and-Gene
- The past two decades have seen an explosion of renewed interest in the areas of Artificial Intelligence and Information Processing. Much of this interest has come about with the successful demonstration of real-world applications of Artificial Ne
NaturalMatting
- The missing code with resources on http://www.alphamatting.com, matlab implementation for [1] A. Levin D. Lischinski and Y. Weiss. A Closed Form Solution to Natural Image Matting.
去模糊
- 本文针对超分辨率多帧图像修复理论进行总结说明。本文主要针 对两方面问题进行说明: 1. 多帧数字图像超分辨率数据融合过程。该过程主要是确定其他 帧与参考帧之间的相对运动,估算出相对运动后将各个像素映 射到高分辨率图像的网格中。即完成数据融合过程。 2. 去模糊过程。模糊可能有多方面的因素造成,物理因素:相机 运动,离焦;数学因素:数据插值造成类高斯扩散过程。
蚁群算法在大规模栅格地图中的实现
- 关于蚁群算法在大规模栅格地图中的实现,运行主函数便可以绘制避障路径(Implementation of ant colony algorithm in large scale raster map)
