搜索资源列表
walsh变换
- 该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什-哈达玛变换,f为时域值,F为变换域值,power为2的幂数,Walsh1函数为二维变换;在该函数中取出了一幅位图的所有像素,用来进行变换.具体算法过于专业,我就不细说了。-the realization of an image Walsh transform. First imagewnd definition of a category, such can be
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
二维正交小波变换
- 二维正交小波正反变换代码,可用于图像处理等-two-dimensional orthogonal wavelet transform pros code can be used in image processing, etc.
二维图形的几何变换算法
- 二维几何变换,包含了二维图形的几何变换算法,比例变换,对称变换的算法,希望大家之间交流-transform two-dimensional geometry, two-dimensional graphics contains the geometric algorithm, the ratio transformation, the transformation symmetric algorithm, We hope that the exchanges between the
二维小波变换
- 此文件为,小波变换的算法程序
图像二维傅立叶变换JAVA实现
- 用JAVA语言程序实现图像的二维傅立叶变换
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
ewbh
- 这是一个关于计算机图形学中二维变换算法实现的程序-This is one of the 2-D computer graphics transform algorithm procedures
jsjtx
- 关于计算机图形学二维变换的图形二维变换变换案例-On two-dimensional computer graphics transform transform graphics transform two-dimensional case
Tran
- 用vc++做的图像处理,关于二维变换的,可以下载回去参考,希望对大家有用-Using vc++ to do image processing on the two-dimensional transform, you can download for reference back and hope for all of us
answer
- 二维变换,非常好,代码整洁,是学习的绝佳资料,欢迎下载-good
ComputerGraphics
- VC++6.0环境下实现直线、矩形、圆、二维变换,二维裁剪,二维填充图元等,MFC-ComputerGraphics
tuxingbianhuan
- 计算机图形学的二维变换,自己在上传前已运行,如果大家需要的话,可以放心下载-Two-dimensional computer graphics, transformation, before uploading their run, if we need to, you can rest assured Download
CT二维图像重建程序
- CT二维图像重建的两种方法代码。傅里叶转换法和滤波反投影法。(CT two-dimensional image reconstruction of the two methods of code. Fu Liye transform method and filtered back projection method.)
二维码111
- 这个程序能够识别图片中的二维码位置,定位并截图,然后对二维码进行仿射变换矫正(This program can find the QRcode from a picture.)
二维图形变换
- 二维图形的变换,包括旋转、平移、缩放等,还有各种方向的对称(The transformation of a two-dimensional graph, including rotation, translation, scaling, etc.)
二维点变换
- 本工程实现了二维空间点的关于任意点的对称与关于任意直线的对称。(This project realizes the symmetry of arbitrary point and the symmetry of arbitrary line in two-dimensional space.)
二维离散小波变换
- mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)
分数阶盲水印傅里叶变换--已实现
- 二维分数阶傅里叶变换,数字水印,盲水印,可能是我的参数没有调整好,可以提取出水印,但是效果不太好,但完全可以正常运行,如果哪个大神修正了,也请联系我(Two dimensional fractional Fourier transform, digital watermark, blind watermark, may be my parameters do not adjust well, can extract the watermark, but the effect is not ver
二维离散小波变换的代码
- 二维小波变换,不断分层,依次类推,形成卷积数组(Two dimensional wavelet stratification, continuous.)