登录
首页 » matlab » PatchMatch-master

PatchMatch-master

于 2021-04-19 发布
0 153
下载积分: 1 下载次数: 6

代码说明:

说明:  BSCB matlab代码。 进行图像修复,图像缺失区域填补。直接运行demo_BSCB.m文件(Bscb matlab code. Repair the image and fill the missing area.)

文件列表:

PatchMatch-master, 0 , 2014-09-21
PatchMatch-master\.gitignore, 27 , 2014-09-21
PatchMatch-master\PatchMatch.m, 7056 , 2014-09-21
PatchMatch-master\README.md, 773 , 2014-09-21
PatchMatch-master\barbara.bmp, 1048630 , 2014-09-21
PatchMatch-master\lena.bmp, 786570 , 2014-09-21
PatchMatch-master\results, 0 , 2014-09-21
PatchMatch-master\results\empty, 0 , 2014-09-21
PatchMatch-master\testPatchMatch.m, 1752 , 2014-09-21
PatchMatch-master\test_extractpatch.m, 837 , 2014-09-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 简单计算器
    说明:  一个交互式的计算器。 1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。 2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。 4. 四则运算表达式求值。 5. 含单变量的表达式求值。 6. 定义并运行简单函数。 7. 保留函数定义历史,并可以运行历史函数。 8. 函数的调用。 9. 操作数的各种字面常量的处理。 10. 支持矩阵的运算。(An interactive calculator. 1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on. 2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc. 4. Four Operational Expressions. 5. Evaluation of expressions with univariates. 6. Define and run simple functions. 7. Retain function definition history and run history function. 8. Call of function. 9. Processing of literal constants of operands. 10. Supporting matrix operations.)
    2020-10-21 12:27:24下载
    积分:1
  • 对于建模工具Visio的具体原理及使用方法
    对于建模工具Visio的具体原理及其使用方法-Visio modeling tool for the specific principles and how to use
    2022-08-15 08:19:26下载
    积分:1
  • IntegratedNavigationSystem
    文针对 INS/ GPS舰船用组合导航系统进行 研究,为提高 INS 误差的修正精度,采用高精度 GPS姿态测量系统为 INS提供外部修正信息,以增 强系统的观测量.在对自适应卡尔曼滤波器分析的 基础上,提出了一种新的基于新息估计的自适应卡 尔曼滤波算法,以解决外部量测噪声出现不确定强 度变化问题.(Text for the INS/GPS navigation system for ships to study, to improve the accuracy of INS error correction, using high-precision GPS attitude measurement system for the INS amended to provide external information to enhance the system of observations. In the adaptive Kalman filter Based on the analysis, a new interest rate is estimated based on the new adaptive Kalman filter algorithm to solve the external uncertainties, the measurement noise intensity change.)
    2010-05-06 15:32:41下载
    积分:1
  • 一个实用的单片机试验程序,大家分享分享,程序源码完整
    一个实用的单片机试验程序,大家分享分享,程序源码完整-A practical single-chip testing procedures, to share to share, the program source code integrity
    2022-12-02 05:10:03下载
    积分:1
  • 计算机网络自顶向下方法第五版
    说明:  计算机网络自自顶向下的方法 第五版原版 英文书籍。Computer Networking A Top-Down Approach 5th Edition(Computer Networking A Top-Down Approach 5th Edition)
    2020-11-12 00:29:44下载
    积分:1
  • C51 some errors and attention to the business (ZT) 1) C taboo absolute positioni...
    C51的一些误区和注意事项(ZT) 1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量 的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个 变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是... -C51 some errors and attention to the business (ZT) 1) C taboo absolute positioning. See beginners often require the use of _at_, this is a fallacy, ASM C as a treat. C variables in the positioning of the compiler things, as long as the definition of beginners variable and the variable scope, Compiler put a fixed address to this variable. How the variables made the address? Use indicators. Unsigned char data such as x, x is the address ...
    2022-09-01 21:15:03下载
    积分:1
  • fangzhen
    说明:  更改参数可以获得不同大小缺陷的仿真信号,并且画出相应的图像,可以用于轴承故障定量诊断(The simulation signals of different size defects can be obtained by changing the parameters.)
    2019-02-28 13:38:28下载
    积分:1
  • saberMAST
    使用saber仿真时,肯定会用到MAST语言建模,提供一个MAST建模的文档(When using the saber simulation will certainly use MAST modeling language to provide a document MAST modeling)
    2010-09-08 11:26:35下载
    积分:1
  • 算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“...
    算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最 终的得数恰为m。 « 编程任务: 对于给定的k个正整数,给出计算m的算术表达式。 « 数据输入: 由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且 最终的得数恰为m。接下来的1 行中,有k个正整数。 « 结果输出: 将计算m的算术表达式输出到文件output.txt。如果有多个满足要求的表达式,只要输 出1 组,每一步算式用分号隔开。如果无法得到m则输出“No Solution!”。 输入文件示例: input.txt output.txt 5 125 2 2 12 3 7 输出文件示例: 7*3=21 21*12=252 252-2=250 250/2=125
    2023-06-18 22:40:03下载
    积分:1
  • NLMS FECG
    说明:  实现孕妇和婴儿心电信号的检测并分离孕妇婴儿的心电信号(Realize the detection of the ECG signals of pregnant women and babies and separate the ECG signals of pregnant women and babies)
    2021-04-09 03:09:00下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载