-
12-UWB_channel_sim
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2011-04-23 08:25:58下载
- 积分:1
-
LKPR-marzat
基于SIFT的光流运动检测,能够解决遮挡问题,有效提高检测的精度。(SIFT-based optical flow motion detection, can solve the occlusion problem, improve detection accuracy.)
- 2010-05-07 18:46:27下载
- 积分:1
-
channel_model
多径多普勒信道模型,包括快衰落,慢衰落,频率选择性衰落,平坦衰落等(Doppler multipath channel model, including fast fading, slow fading, frequency selective fading, flat fading, etc.)
- 2021-03-25 16:29:14下载
- 积分:1
-
DDE
较为详细地介绍了延迟微分方程的概念以及数值解法,并提供具体的计算案例以及在matlab中的实现,并附有一定的源码,适合初学者参考学习()
- 2007-09-27 15:29:06下载
- 积分:1
-
HW1_1_RLS
Adaptive filter 三种演算法RLS,LNS sign error LMS(three RLS algorithm. LNS sign error LMS)
- 2006-11-05 01:26:48下载
- 积分:1
-
hybrid
Simulation of continuous-time system and digital controller
- 2014-09-05 23:10:34下载
- 积分:1
-
LMI_FDF
lim solution to ricitta
- 2013-04-26 01:35:35下载
- 积分:1
-
picture
主要使图像进行灰度化处理,matlab的源代码,视同再进一步的预处理中应用(Gray image)
- 2014-01-05 18:07:47下载
- 积分:1
-
DGA-master
说明: 一种用于实现变压器等故障分类的matlab代码(A matlab code for transformer fault classification)
- 2021-01-04 11:11:25下载
- 积分: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