-
MATLAB_programming_of_data_fitting_tutorial
MATLAB程序设计之数据拟合教程MATLAB programming of data fitting tutorial(MATLAB programming of data fitting Tutorial MATLAB programming of data fitting tutorial)
- 2010-08-02 12:23:00下载
- 积分:1
-
simulation
一些通信系统的仿真程序,包括简单的CDMA、FDMA和TDMA系统(Some communication system simulation program, including a simple CDMA, FDMA and TDMA systems)
- 2011-05-27 15:50:21下载
- 积分:1
-
curvelab2.1.1
curvelab 2.1.1 包含C++以及matlab程序(curvelab 2.1.1 containing cpp & matlab)
- 2015-03-14 01:12:48下载
- 积分:1
-
Untitled1
一个基于FDTD算法的位于光子晶体中心的线光源(TM)的MATLAB传播程序,边界条件为PMC(FDTD algorithm based on photonic crystal is located in the center line of the light source (TM) the dissemination of the MATLAB process, boundary conditions for the PMC)
- 2009-04-14 00:33:51下载
- 积分:1
-
sr
说明: 这是论文“Saliency Detection: A Spectral Residual Approach”的matlab代码,其中包含两种代码,都可以运行,结果有点差异,大家可以试试。(This is the code of the paper“Saliency Detection: A Spectral Residual Approach”,and it includes two different codes which can be both run successfully ,and the results have some differences)
- 2014-10-28 11:08:38下载
- 积分:1
-
MMC
实现MMC的三相闭环控制和尖锐脉冲去除源代码(Realization of three-phase closed-loop control of MMC and source code removal of sharp pulse)
- 2019-04-15 16:11:05下载
- 积分:1
-
Fsk
一个关于FSK的matlab编写的小程序,欢迎大家指正讨论(FSK s matlab on the preparation of small procedures, welcome to correct me to discuss)
- 2008-12-31 14:27:07下载
- 积分:1
-
xitongbianshi_matlab
系统辨识方面的matlab程序,很快迭代算出结果(System identification in the matlab program, quickly calculate the results of iterative)
- 2011-07-21 09:21:24下载
- 积分:1
-
test-file--lsbmatching-revisited
the code is based on lsb matching revisited technique the new technique available to the user for steganography. that provide high accuracy
- 2014-02-15 21:32:08下载
- 积分:1
-
inpainting
image inpainting
(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 Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di)
- 2010-06-19 21:00:49下载
- 积分:1