资源列表
haar
- 一个用matlab做二维小波变换的源程序 -Matlab do with a wavelet transform two-dimensional source
CG-28
- 计算机图形学,边填充算法,详细的C++源代码
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
exam1_sin01
- 信号功率谱密与平稳随机过程 的matlab仿真程序-signal power spectrum closely with the stationary random process simulation program Matlab
TB_IMGVITDEC
- 对图像加入白噪声干扰,用维特比译码进行去扰,分别用硬判决和软判决,显示出的图像可以看出不同的效果-White noise is added to the image, performed using Viterbi decoding descrambling, respectively, with the hard decision and soft decision, showing the different effects can be seen in the image
5
- 最快区域种子点填充算法 最快区域种子点填充算法 计算机图形学-The fastest growing regional seed filling algorithm seed points, the fastest growing region filling algorithm in computer graphics
Shape-representation
- Tangent and Curvature for shape representation
Hough_transform_line_circle
- Hough变换检测图像线、圆,直接可用,Hough变换检测图像线、圆,直接可用-Hough transform for 2D image line and circle detect
fsallow
- 切换屏幕在原始尺寸与全屏中切换,而且向你演示即使全屏文字也不会按比例放大,还有一个退出动画的按钮;不过你可能要DOWN回去之后才能看到它的效果
file
- picture edge detection
grating_generate
- 生成不同周期的罗奇光栅,或正弦光栅,用于结构光扫描。-grating generate standard_sinusoidal pattern generate structured light scanning
kMeans
- k-mean image clustering source code developed using java