-
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
-
LMS_equalizer
自适应均衡中LMS算法的仿真程序,输出曲线与均方误差曲线(Adaptive equalization in the LMS algorithm simulation program, the output curve and the mean square error curve)
- 2011-06-20 16:30:32下载
- 积分:1
-
femmatlab
本子程序包含5个子程序,其主要功能是:
(1) 子程序CXCY(E,L,IE,JE)的功能
用于计算各单元的杆件的长度及在结构坐标系中的倾角α的三角函数cosα、sinα。
(2) 子程序ELEA(E,L,IE,JE,A)的功能
用于计算结构坐标系下各单元刚度矩阵中的刚度系数。
(3) 子程序TOTAL(E,LNODE,KE,KZ)的功能
用于形成半带宽的结构原始刚度矩阵。
(4) 子程序FIFX(NP,FXI,FXJ,FYI,FYJ,MMI,MMJ,WL,IE,JE)的功能
它是用来计算各单元的等效节点荷载。
(5) 子程序STIFF(E,KE)的功能
(Book program consists of five sub-programs, and its main functions are:
(1) subroutine CXCY (E, L, IE, JE) function
The unit used to calculate the length of the bar and in the structure coordinates of the angle α of the trigonometric functions cosα, sinα.
(2) subroutine ELEA (E, L, IE, JE, A) function
Coordinate system used to calculate the structure of the element stiffness matrix stiffness.
(3) subroutine TOTAL (E, LNODE, KE, KZ) function
Used to form the structure of semi-bandwidth of the original stiffness matrix.
(4) subroutine FIFX (NP, FXI, FXJ, FYI, FYJ, MMI, MMJ, WL, IE, JE) function
It is used to calculate the equivalent nodal load of each unit.
(5) subroutine STIFF (E, KE) function
)
- 2011-12-10 13:19:17下载
- 积分:1
-
ex2_1
bactiria growth model it for good knoledj of bacteria model in matlab simulink programation its easy and fast
- 2015-03-13 19:14:26下载
- 积分:1
-
ES11
指数平滑法,它提供的预测值是前一期预测值加上前期预测值中产生的误差的修正值。(Exponential smoothing method )
- 2017-03-14 20:01:14下载
- 积分:1
-
New-folder
nodule detection in matlab
- 2013-09-10 19:07:40下载
- 积分:1
-
The-Application-of-Matlab--
《Matlab应用大全》书本上的程序,有初级到高级,包含了信息处理,数字图像处理,模糊算法,小波变换等(Program on the books " Matlab application Daquan" There beginner to advanced, including information processing, digital image processing, fuzzy algorithms, wavelet transform)
- 2013-12-06 22:16:13下载
- 积分:1
-
heqing
双极性二进制基带传输系统的仿真和误码性能验证
①.发送信号的星座图,发送和接收信号的波形,不同信噪比情况下,接收信号的星座图
②.画出无信道编码时,误比特率的理论曲线和仿真曲线,以及有信道编码时误比特率的仿真曲线
③.解释以上获得的各种结果的合理性
④.选做:选用不同纠错能力的信道编码方法,比较信道译码后的误码率(Simulation and Error Performance Verification of Bipolar Binary Baseband Transmission System
(1) Constellation diagram of transmitted signal, waveform of transmitted and received signal, constellation diagram of received signal under different signal-to-noise ratio
(2) Draw the theoretical and simulation curves of BER without channel coding and the simulation curves of BER with channel coding.
(3) Explain the rationality of the results obtained above.
(4) Choose: Choose channel coding methods with different error-correcting abilities to compare the bit error rate after channel decoding.)
- 2018-11-22 23:26:09下载
- 积分:1
-
1optical_flow
计算两张图像的LK光流,算法实现细节简单易懂(Compute LK optical flow of two images )
- 2010-10-16 18:15:47下载
- 积分:1
-
CDMA_HD
technique d accès multiple CDMA (Code Division Multiple Access)avec une HD (Hard Decision)
- 2010-12-02 09:37:55下载
- 积分:1