Description: 小波变换源代码
wav_basic.c: basic filtering, decimation and upsampling routines.
wav_basic.h: interface to wav_basic.c.
wav_trf.c: transform routines.
wav_trf.h: interface to wav_trf.c.
wav_filters.h: where filter banks and their properties are defined.
wav_filters_extern.h: interface to wav_filters.h.
wav_gen.h: some parameters and min/max macros.
macros.h: pointer check macro.
test_transforms.c: main routine for testing transforms and invertibility.
test_denoise.c: main routine for the example denoising applications.
alloc.c: pointer allocation/deallocation.
alloc.h: interface to alloc.c.
Makefile
peppers.raw: 512x512 grayscale test image.-wavelet transform source code wav_basic.c : basic filtering, decimation and upsampling routines. wav_basi c.h : interface to wav_basic.c. wav_trf.c : transform routines. wav_trf.h : interface to wav_trf.c. wav_filters.h : where filter banks and their properties are def INED. wav_filters_extern.h : interface to wav_filters.h. wav_gen.h : some parameters and min/max macros. macros.h : pointer check macro. test_transforms.c : main routine for testing transforms and invert ibility. test_denoise.c : the main routine for example Denoising applica tions. alloc.c : pointer allocation/deallocation. alloc.h : interface to alloc.c. peppers.raw Makefile : 512x512 grayscale test image. Platform: |
Size: 203776 |
Author:李强 |
Hits:
Description: nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊的算法需求。-nnToolKit neural network tool kit is based on the MATLAB neural network toolbox developed by a group of neural network algorithm library, which functions in the MATLAB environment can be run independently, and packaged into a DLL components, these components as a separate COM object, can be directly by Visual Basic, Visual C++, C++ Builder or other high-level language support COM quoted. The toolkit includes algorithms, including some of the BP algorithm to improve the algorithm, fuzzy neural network, wavelet neural networks, genetic algorithms to optimize neural network weights to improve the algorithm, if necessary, readers can also expand the tool kit, namely the expansion of some new function, the algorithm in order to achieve special needs. Platform: |
Size: 10865664 |
Author:魏建明 |
Hits:
Description: 基于小波变换的三维模型提取技术的毕业论文,包括代码和答辩ppt.1.实现了三维模型的表示和规范化预处理过程,在此基础上,开发了进行检索实验的可视化特征提取实验平台。
2.结合球面调和变换获取旋转不变量具有降低特征向量维数的特性,实现了基于光线投射的特征提取方法,通过检索评价实验确定了参数的最佳取值。
3.分析了基本的光线投射方法和改进的光线投射方法的缺陷,提出了一种基于三维小波变换的特征描述方法。对光线投射算法进行了扩展,将切比雪夫采样点序列进行离散小波变换,然后利用球面调和变换获得旋转不变的特征向量。
4.将小波变换引入到体素表示的三维模型中,分别实现了表面体素小波变换和实体体素小波变换的特征提取,通过实验比较分析实体体素小波变换优于表面体素小波变换。
-Wavelet-Based Extraction of three-dimensional model of thesis, including the reply code and ppt.1. Three-dimensional model of the implementation and standardization of the express pre-treatment process, on this basis, developed a visual search experiment of feature extraction experiment platform.
2. Combination of spherical harmonic transform to obtain rotation invariant feature vector with reduced dimension of the characteristics of ray-casting based on the implementation of feature extraction methods, the evaluation by searching the parameters of the experiment to determine the best value.
3. Analysis of the basic ray casting method and the ray casting method to improve the shortcomings, a wavelet transform based on the three-dimensional characterization of the Ways. Ray-casting algorithm for the expansion of the sampling points Chebyshev sequences discrete wavelet transform, then the use of spherical harmonic transform to obtain rotation invariant feature vector.
4. Wavelet tr Platform: |
Size: 2632704 |
Author:周光有 |
Hits:
Description: 小波分析具有很强的数学背景,因此学好和应用好小波有一定的难度。本文研究的则是小波变换在数字图像处理中的应用,文中介绍了数字图像处理的基本概念和小波变换的基本理论及其在图像处理中的应用技术—Mallat算法,并应用Mallat算法来实现图像小波变换,以及对小波变换后的图像进行嵌入式小波零树系数编码的理论研究。本文在最后对应用Visual C++编程实现其变换进行分析和总结。-The main topic article discuss is wavelet transform the application of image processing. In the article introduces the basic conception of data image processing and the basic theory of wavelet transform. Based on the image wavelet transform theory, the realize of the image wavelet transform technology——analysis on Mallat algorithm, and basis on Mallat algorithm that use the software of VC++ realize of the image wavelet transform. Mallat algorithm is using the wavelet coefficients and the filter of signal processing, so it greatly simplified the computing of wavelet coefficients algorithm. EZW code is the structure which is a simple and effective image coding algorithm with which an encoder can terminate the encoding at any point thereby allowing a target rate or distortion metric to be met exactly. Platform: |
Size: 96256 |
Author:尹晨 |
Hits:
Description: 全书共23章,分为7篇。基础篇介绍了MATLAB基础、数组和矩阵分析、字符串分析;科学运算篇介绍了MATLAB数据分析、积分和微分运算、概率和数理统计、符号计算;数据可视化篇介绍了二维和三维数据的可视化;编程篇介绍了MATLAB基本编程、程序调试和编程技巧;仿真篇介绍了Simulink基本知识、Simulink建模和S-函数;高级应用篇介绍了GUI编程开发、GUIDE工具建立GUI界面、文件夹管理和文件I/O操作、MATLAB编译器;工具箱与接口编程篇介绍了信号处理、小波分析、图像处理、神经网络4个工具箱,最后还介绍了MATLAB与Word和Excel的接口技术。-Consists of 23 chapters, divided into 7 pieces. Based article introduced has MATLAB based, and array and matrix analysis, and string analysis science operation article introduced has MATLAB data analysis, and points and differential operation, and probability and mathematical statistics, and symbol calculation data Visual of article introduced has II peacekeeping three dimensional data of Visual of programming article introduced has MATLAB Basic programming, and program debugging and programming skills simulation article introduced has Simulink basic knowledge, and Simulink built die and s-function Advanced application covers building development, GUI programming GUIDE tool GUI interface, folder management, and file I/O, MATLAB compiler Toolbox and interface programming introductory signal processing, image processing, neural networks, wavelet analysis 4 Platform: |
Size: 3179520 |
Author:zofulan |
Hits:
Description: 全书共23章,分为7篇。基础篇介绍了MATLAB基础、数组和矩阵分析、字符串分析;科学运算篇介绍了MATLAB数据分析、积分和微分运算、概率和数理统计、符号计算;数据可视化篇介绍了二维和三维数据的可视化;编程篇介绍了MATLAB基本编程、程序调试和编程技巧;仿真篇介绍了Simulink基本知识、Simulink建模和S-函数;高级应用篇介绍了GUI编程开发、GUIDE工具建立GUI界面、文件夹管理和文件I/O操作、MATLAB编译器;工具箱与接口编程篇介绍了信号处理、小波分析、图像处理、神经网络4个工具箱,最后还介绍了MATLAB与Word和Excel的接口技术。-Consists of 23 chapters, divided into 7 pieces. Based article introduced has MATLAB based, and array and matrix analysis, and string analysis science operation article introduced has MATLAB data analysis, and points and differential operation, and probability and mathematical statistics, and symbol calculation data Visual of article introduced has II peacekeeping three dimensional data of Visual of programming article introduced has MATLAB Basic programming, and program debugging and programming skills simulation article introduced has Simulink basic knowledge, and Simulink built die and s-function Advanced application covers building development, GUI programming GUIDE tool GUI interface, folder management, and file I/O, MATLAB compiler Toolbox and interface programming introductory signal processing, image processing, neural networks, wavelet analysis 4 Platform: |
Size: 2870272 |
Author:zofulan |
Hits: