搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
459990444
- 本代码能够实现图形的选取,缩放功能,这将有助于开发者的快速实现图形绘制功能。-the code to achieve the selection of graphics, zoom function, This will help the rapid development of graphics rendering function.
523
- 实现2维快速离散余弦变换,包含位图文件的拆解和封装,变换结果的查看,游程编码-achieve rapid two-dimensional discrete cosine transform, the document contains bitmap disassembling and packaging and transform the results of the check, RIc
2DDCT
- 实现快速离散余弦变换的C代码。用在2 维图形压缩处理的预先处理-fast discrete cosine transform C code. Using the two-dimensional graphics compression pre-treatment
pdenipt
- 包含了偏微分方程图像处理一些经典算法的matlab实现,如热扩散、非线性扩散等,便于快速入门
edge
- 本代码是关于医学图像的边缘检测,可实现快速的的收敛到感兴趣边缘,matlab编程。
feijishibie
- 机场飞机快速匹配,程序利用已知飞机模板实现飞机的快速匹配定位.
program_1
- 图片模糊处理的例程,通过对n*n的pixel矩阵数据排序,进行中值变换,获得平缓过渡的图片。 排序程序可使用多种算法,实现的有冒泡、快速排序算法。
Floodfill
- 基于opencv的分水岭算法,可以用来实现图片的快速分割-Opencv-based watershed algorithm can be used for fast image segmentation
test_edge
- 一种快速实现图像边缘检测并增强图像的的程序,matlab源码。已经测试通过。-A Fast Edge Detection and enhance the image of the program, matlab source. Have the test.
fingerprint
- 基于haar小波变换的快速指纹识别算法的设计与实现。-Haar wavelet transform-based fingerprint recognition algorithm for the rapid design and implementation.
DIPDemo
- 实现了图像处理常用的基本方法,包括直方图均衡,几何变换,空域滤波,2维快速傅里叶变换,图像复原,图像压缩,边缘检测等方法。-The image processing used to achieve the basic methods, including histogram equalization, geometric transformation, spatial filtering, two-dimensional fast Fourier transform, image restora
cuda2Dcov
- cuda 2D 二维图形上的快速卷积操作。C++语言实现-cuda 2D dimensional graphics on the fast convolution operation. C++ language
FFT_image
- 这是一个使用快速傅立叶(FFT)实现图像匹配的matlab函数,带图片,可测试-It is a fast Fourier (FFT) for image matching matlab function, with pictures, can be tested
segment
- 代码的sbseg’是一个非常快速的图像分割,由陈,esedoglu最初提出的变分模型的实现,以及Nikolova。分割模型和它的分裂Bregman方法数值解是在分裂Bregman方法本文几何应用描述:重建,分割和表面由汤姆德斯坦,沙维尔布列松,和斯坦利Osher。-The code ‘sbseg’ is an extremely fast implementation of the variational model for image segmentation originally propo
ImageHelper
- 根据图片格式定义,实现快速读取图的分辨率大小,支持 jpg、png、gif、bmp四种格式图片格式。此类未做全面测试,当遇到不能处理的图片,会用.Net自带的Iamage类进行读取。-According to the image format definition, achieve rapid read figure size, the resolution of support JPG, PNG, GIF, BMP format picture format.Such did not full