搜索资源列表
800131-rgb2yuv420
- rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
FFT1D
- 图象FFT——1D变换,快速变换针对2D图象-FFT image -- Transform 1D, 2D against rapidly changing images
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
ImageFFT2
- VC编写的高效的图象2D快速傅立叶正变换程序,编译通过.适合256色bmp图象变换.效果和matlab的fft2()没法比,但是程序值得借鉴.适合图象处理初学者,有助于理解傅立叶变换在图象处理中的重要作用.-VC efficient preparation of the image is 2D fast Fourier transform procedures compile. Bmp for 256-color image transformation. Results and Matlab
459990444
- 本代码能够实现图形的选取,缩放功能,这将有助于开发者的快速实现图形绘制功能。-the code to achieve the selection of graphics, zoom function, This will help the rapid development of graphics rendering function.
FasteffectiveDCT
- DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applicatio
vc++Imageproseccing
- 不错的vc++图像处理范例可以使大家快速学习vc++的图像处理-good example of image processing so that we can quickly learn vc Image Processing
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
release30
- 基于matlab的快速嵌入式指纹识别算法-based on the rapid Matlab Embedded fingerprint recognition algorithm
BezierPublish
- Bezier贝赛尔函数集,包括贝赛尔形值点生成函数、贝赛尔控制点反算函数和汇编代码定点数快速生成函数等。-Bezier Bessel function set, including Bessel-value point generating function, Bessel control point anti-count function and compile code set points rapid generating function, etc..
ellipse_arc
- 绘制椭圆弧,这个算法讲究快速、效率高,特别是逼近椭圆弧的直线个数较少-drawn ellipse, the algorithm stresses fast, high efficiency, in particular approximation ellipse line number less
imagetransformationbymatlab
- 1.图像频域处理正交变换的matlab实例 2.含有的频域变换内容如下: 正交变换通用算子 傅立叶变换 傅立叶变换的原理 傅立叶性质 二维离散傅立叶变换( 2DDFT ) 快速傅立叶变换( FFT ) 傅立叶变换的研究与应用 离散余弦变换 DCT 变换矩阵 dct2 函数和 dctmtx 函数 Walsh- Hadamard 变换 Radon 变换 -1. Image processing orthogonal freq
hjldwg
- 一个快速读写DWG的文件源代码,DWG是矢量开发中经常碰到的文件格式,DWG文件格式比较烦琐,此库为程序员读写DWG文件节省很多精力-a fast read and write DWG document source code, Vector DWG development is frequently encountered in the paper format, DWG file format, and more than that, for this to read and write D
opencvrenlian
- 基于opencv的快速人脸检测使用adboost方法-opencv based on the rapid use of face detection method adboost
CurveLab
- 曲线快速匹配matlab程序,功能全面包括FMM迭代,曲率匹配,炼码计算等,非常适用。推荐!-curve fast matching Matlab procedures, including the full functions of FMM iteration, curvature matching, Lian dollar terms, very well. Recommended!
快速归一化匹配
- 这是关于图像匹配的文章,通过快速的归一化匹配方式进行对点的匹配
LSD 直线的快速检测算法
- 一种直线的快速检测算法,检测效果好于canny等常见算法,a fast line segment detector-A linear algorithm for the rapid detection, detection is better than other common canny algorithm, a fast line segment detector
fft
- 利用matlab的fft函数进行快速傅里叶变换的m文件-Matlab' s fft function using the fast Fourier transform of the m file
图像快速去雾
- 图像视频快速去雾 # Image-and-Video-Dehazing Matlab code for paper Convex optimization for fast image dehazing, by Jiaxi He, Cishen Zhang, Ran Yang and Kai Zhu Published in: 2016 IEEE International Conference on Image Processing(ICIP)