资源列表
compression1
- 电能质量数据压缩,基于小波变换的(如Db3 haar)压缩-Power quality data compression, wavelet transform (such as Db3 haar) compression
DCTrun
- matlab实现的DCT图像压缩源码,程序中可以设置压缩率,对比显示压缩前后图像-Matlab to achieve the DCT image compression source code, the program can set the compression rate, contrast display before and after compression image
liveview
- use for canon LiveView
G
- 上载蜂窝网无线定位遗传算法,希望大家相互交流学习。-Upload cellular wireless location genetic algorithm, hope that we learn from mutual exchanges.
voronoi_test.m
- Voronoi test diagram
165jilian
- 74HC165级联组成多个按键,用于IO口较少的单片机中,价格便宜-74HC165 cascade composed of more than one button for the IO port less of the microcontroller, the price is cheap
One-dimensional-Fourier
- 借助频域处理技术编程去掉图像中的条纹,一维傅里叶变换-By means of frequency domain processing programming to remove stripe in the image
huffcodes2bin
- 基于matlab的霍夫曼转二进制代码,非常好用,直接套用即可-Turn-based matlab Huffman binary code, very easy to use, can be applied directly
vqlbg
- LBG algorithm for image compression using vector quantisation.
main.m
- this code is foe fuzzy logic based on 2 level energy and centrality and useful to experiment
tuxiangtasuo
- 算法分析中的图形压缩的c语言实现.图像压缩问题要求确定像素序列的最优分段,使得依次段所需的存储空间最小。-Compression of c language implementation algorithm in the analysis of graphics. The image compression problem requirements determine the optimal segmentation of pixel sequence, makes the period of
cv4
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }