资源列表
Dijkstra_Heap
- Dijkstra算法,Heap优化,复杂度NlogN-Dijkstra algorithm, Heap optimization, complexity NlogN
convpgm
- 将raw image转换为pgm格式的文件. 通过修改写入的文件头部分, 可以转换其他格式的图像文件。
0-1knapsack_problem
- 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to
1
- 激光堆焊温度场仿真,可实验三维瞬态温度场的模拟,能动态模拟激光运动-Laser overlaying welding temperature field simulation
code
- 对图像进行DFT、DCT变换并交换相位和幅度-make DFT and DCT transform to digital image
haarmatrix
- 本程序用matlab编写,根据haar小波算法,生成任意大小NXN的矩阵。里面有两种不同构造方法,第一种是自己编写,第二种有所改动-This program is written using matlab haar wavelet algorithm to generate a matrix of any size NXN. There are two different constructor, the first is to write your own, the second is sub
FeatureExtract
- matlab code for feature extraction
Selected-point-stitching
- matlab 程序源代码!!!可用于有共同点的两幅图的拼接,需要选择点-matlab source code! ! ! Can be used in common to two diagrams stitching, need to select the point! ! !
tracking1
- 用于图像处理等等,在MATLAB中实现移动目标的检测与辨识。-Used in image processing and so on, is realized in MATLAB moving target detection and recognition.
shock_filter
- shock filter matlab版,官网下载-shock filter
binarized-pseudo-color-display
- 使用最大类间方差求阈值,二值化后伪彩色显示-Otsu uated using the threshold, binarized pseudo-color display
FastFourierTransformation
- 使用C语言实现任意采样点数的快速傅里叶变换-Fast fourier transformation by C language