登录
首页 » matlab » exemplar-based-image-inpainting-master

exemplar-based-image-inpainting-master

于 2020-11-25 发布
0 167
下载积分: 1 下载次数: 16

代码说明:

说明:  图像修复算法 使用criminisi算法对破损图像进行修复。(The image restoration algorithm uses criminisi algorithm to repair the damaged image.)

文件列表:

exemplar-based-image-inpainting-master, 0 , 2018-11-03
exemplar-based-image-inpainting-master\.gitignore, 37 , 2018-11-03
exemplar-based-image-inpainting-master\README.md, 537 , 2018-11-03
exemplar-based-image-inpainting-master\brute_force_filling.m, 1019 , 2018-11-03
exemplar-based-image-inpainting-master\calculate_priority.m, 2247 , 2018-11-03
exemplar-based-image-inpainting-master\find_nearest_patch.m, 2931 , 2018-11-03
exemplar-based-image-inpainting-master\get_normal_vector.m, 8464 , 2018-11-03
exemplar-based-image-inpainting-master\get_normal_vector2.m, 621 , 2018-11-03
exemplar-based-image-inpainting-master\get_patch_data.m, 989 , 2018-11-03
exemplar-based-image-inpainting-master\image_inpainting.m, 1431 , 2018-11-03
exemplar-based-image-inpainting-master\init.m, 3085 , 2018-11-03
exemplar-based-image-inpainting-master\test_images, 0 , 2018-11-03
exemplar-based-image-inpainting-master\test_images\1.jpg, 40124 , 2018-11-03
exemplar-based-image-inpainting-master\test_images\2.jpg, 76230 , 2018-11-03
exemplar-based-image-inpainting-master\test_images\3.jpg, 17966 , 2018-11-03
exemplar-based-image-inpainting-master\test_images\4.jpg, 130683 , 2018-11-03
exemplar-based-image-inpainting-master\test_images\5.jpg, 280284 , 2018-11-03
exemplar-based-image-inpainting-master\test_images\6.jpg, 56680 , 2018-11-03
exemplar-based-image-inpainting-master\update_information.m, 4718 , 2018-11-03

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

发表评论

0 个回复

  • weighted-least-squares-filter
    基于加权最小二乘最优化框架的滤波器。可用于实现图像的分层编辑。(Weighted least square)
    2021-04-22 10:28:48下载
    积分:1
  • Labeling
    对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等(labeling for bianry image)
    2011-05-09 13:54:15下载
    积分:1
  • tuxiangfenge
    图像分割,实现水果图像分割,用Matlab(tuxiangfenge)
    2009-10-13 09:48:58下载
    积分:1
  • jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
    为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测的速度、稳定性和准确性, 同时保留了原算法的抗噪声能力.(: An imp roved randomized ellip se detection algorit hm based on least square approach was proposed to enhance t he efficiency and accuracy of ellip se detection in digital images. This algorit hm randomly se2 lect s three edge point s in t he image , and t hen uses least square approach to fit all t he edge point s in three windows , which are defined by t he t hree edge point s. The forth edge point is randomly selected to judge whet her a possible ellip se exist s in t he image. Utilizing the characteristic of direct least square fit ting of ellip se , an iteration process of edge point collecting and ellip se refit ting of possible ellip se was int roduced to ext ract t he final ellip se’s parameters. Artificial images wit h different level s of noise and nature images containing incomplete ellip ses were employed to test t his algorithm. Experimental result s show that t he improvement s are notable. Compared with the original algorit hm , t he propo sed algorit hm reduces)
    2020-11-01 11:19:55下载
    积分:1
  • Vehicle-License-Plate-Localisation-r
    车牌识别,图像分割出车牌,然后进行具体识别,matlab源代码(vehicle license plate recognition)
    2019-06-27 17:27:50下载
    积分:1
  • Zerike_momentwork
    我收集的提取Zernike矩的程序,并且自己稍微改动了一下,效果还可以。(I collected from Zernike Moments procedures, and their slightly altered for a moment, the effect can be.)
    2007-04-17 21:11:07下载
    积分:1
  • K-Means PCA降维
    K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the characteristics of data clustering data. The principal component analysis reduces the dimension, carries on the visualization operation to the data, reduces the dimension to the features.)
    2017-06-22 22:05:55下载
    积分:1
  • interpolation
    双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序(Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image matlab program)
    2009-10-31 10:27:14下载
    积分:1
  • level_set_code_one
    说明:  也是水平集方法的一个matlab源代码 基于边缘信息的(level is a collection of source code based on Matlab Edge Information)
    2006-04-06 09:09:48下载
    积分:1
  • 421
    针对齿轮滚动轴承等的早期损伤类故障, 提出将小波包分解作为包络分析的前置处理手段以提取振动信号的故障信息特征 。 在简述小波包基本原理的基础上, 通过仿真信号, 对振动信号的具体处理过程进行分析, 并对可能遇到的问题, 提出处理办法, 然后应用于诊断实例 。 (Early damage fault for rolling bearings and other gear, the proposed wavelet packet decomposition as pre-processing means envelopment analysis to extract characteristic vibration signal fault information. On the basis of the basic principles outlined wavelet packet, through simulation signal processing for specific vibration signals are analyzed, and the problems that may be ncountered, proposed approach, and then applied to the diagnosis example.)
    2014-04-23 09:15:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载