-
演示cvhmm
面对 演示;识别方法
- 2022-03-22 22:12:43下载
- 积分:1
-
中值滤波的 matlab 程序代码
在图像处理中,就必须得到更好的图像质量。所以在这里实现了中值滤波的代码及去噪算法。
- 2023-06-27 03:00:03下载
- 积分:1
-
基于morlet小波的连续小波变换
自己编写的基于morlet小波的连续小波变换,可以修改其中参数.几个变量为输入变量,分别指信号,信号的长度以及分解的层数。输出变量,分别指小波变换的系数,频率以及尺度。就是对信号nLevel层小波变换。在实际使用的时候,只要把输入量给定,然后直接调用这个函数.但是输出与matlab自带的函数有出入,在修正中,使用的时候自己琢磨符不符合你的输入输出要求,进行算法的验证在我的程序里头是可以使用的。
- 2023-02-06 16:00:04下载
- 积分:1
-
简单实验实验
初学者入面C++练习,是关于对话框文件的一个简单应用程序实例,在运行过程中,会弹出对话框,然后你可以在对话框内输入一些内容,完成一些基本的运算。。希望这个小程序会对你有用
- 2022-03-18 15:10:52下载
- 积分:1
-
多种编解码的小程序,支持bin<
多种编解码的小程序,支持binhex,binc array,url和utf7即base64-various codecs of small programs to support binlt;- Gt; Hex, binlt;- Gt; C array, url and utf7 that base64
- 2022-05-26 19:29:46下载
- 积分:1
-
分子动力学的fortran源程序
分子动力学的fortran源程序
molecular dynamics
microcanonical ensemble
application to argon. the lennard-jones potential is truncated at rcoff and not smoothly continued to zero. initial the npart particles
are placed on an fcc lattice. the velocities are drawn from a boltzmann distribution with temperature tref.
- 2022-08-12 20:49:01下载
- 积分:1
-
朴素贝叶斯分类器
这是一个关于朴素贝叶斯分类器的算法实现,用java实现的,同时含有详尽的使用说明,在代码中也有详尽的注释,帮助使用者能够看懂代码,并自己尝试实现自己的朴素贝叶斯分配器。 &nbs
- 2022-09-05 23:20:03下载
- 积分:1
-
Torres de hanoi c#
求解河内塔的算法,基于堆栈和队列,用c编写#
- 2022-10-01 03:20:03下载
- 积分:1
-
直接序列扩频调制和解调功能模式[1,2] 1模块完成…
完成DSSS调制解调功能 mode[1,2] 1进行调制,2进行解调,未指定时自动完成这两个功能-Completion of DSSS modulation and demodulation functionality mode [1,2] 1 modulation, 2 to carry out demodulation, when the auto-complete does not specify that these two functions
- 2022-02-07 21:56:42下载
- 积分:1
-
基于C实现的采样复制的纹理图像修复方法_可去除遮罩物
资源描述CS7495 Final Project Sooraj Bhat
Object Removal by Exemplar-based Inpainting USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint("bungee0.png","bungee1.png",[0 255 0]);
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint("bw0.png","bw2.png",[0 255 0]);
To visualize:
plotall;
close; movie(mov);
SAMPLE IMAGES & RESULTS
*0.png The original images ("bw" and "bungee")
*{1,2}.png The different fill region masks.
*P2.png &nbs
- 2022-02-01 13:35:37下载
- 积分:1