登录
首页 » matlab » Criminisi-original-gray

Criminisi-original-gray

于 2013-05-10 发布 文件大小:8044KB
0 252
下载积分: 1 下载次数: 206

代码说明:

  原始的criminisi灰度图像修复算法及实验图片(Original Criminisi grayscale image restoration algorithm and experimental images)

文件列表:

Criminisi-original-gray


.......................\a.m,137,2012-05-18


.......................\bestexemplarhelper.asv,2252,2012-05-18
.......................\bestexemplarhelper.c,2177,2012-05-18
.......................\bestexemplarhelper.dll,6656,2012-05-18
.......................\bestexemplarhelper.m,2248,2012-05-18

.......................\bungeeA.png,111352,2012-05-18
.......................\bungeeP2.png,33537,2012-05-18
.......................\bungeeP5.png,233955,2012-05-18
.......................\bw0.png,1327,2012-05-18
.......................\bw1.png,1819,2012-05-18
.......................\bw2.png,1609,2012-05-18
.......................\bwA.png,1327,2012-05-18
.......................\bwP2.png,11889,2012-05-18
.......................\bwP5.png,14368,2012-05-18
.......................\handsome.png,158916,2012-05-18
.......................\handsome1.png,156132,2012-05-18
.......................\index.html,10667,2012-05-18
.......................\inpaint.asv,7589,2012-05-18
.......................\inpaint.m,7868,2012-05-18
.......................\inpainting2.bmp,786486,2012-05-18
.......................\inpainting3.bmp,65142,2012-05-18
.......................\isophote.png,34114,2012-05-18
.......................\Lena.bmp,263224,2012-05-18
.......................\Lena1.bmp,263222,2012-05-18
.......................\Lena2.bmp,263222,2012-05-18
.......................\Lena3.bmp,263222,2012-05-18
.......................\Lena4.bmp,263222,2012-05-18
.......................\Lena5.bmp,263222,2012-05-18
.......................\Lena6.bmp,263222,2012-05-18
.......................\Lenadirty.bmp,786486,2012-05-18
.......................\Lenadirty1.bmp,786486,2012-05-18
.......................\Lenadirty2.bmp,786486,2012-05-18
.......................\LenaRGB.bmp,786488,2012-05-18
.......................\plotall.asv,671,2012-05-18
.......................\plotall.m,563,2012-05-18
.......................\README.txt,1111,2012-05-18
.......................\slide.html,592,2012-05-18
.......................\slide.png,308239,2012-05-18
.......................\slide.ppt,411136,2012-05-18
.......................\slidesmall.png,394123,2012-05-18

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

发表评论

0 个回复

  • a-level-set-inariable-distance
    说明:  李春明提出的无需水平集初始化的思想是图像分割的一个重大突破,重庆大学的何传江教授对该算法进行了改进,里面是我的实现算法(Li Chunming s no need to initialize the idea of ​ ​ the level set image segmentation is a major breakthrough, Chongqing University, Professor He Chuanjiang to improve the algorithm, which is my algorithm )
    2011-04-11 22:57:27下载
    积分:1
  • SUN-saliency
    SUN:利用自然统计的显著性贝叶斯检测框架。一种自底向上的检测图像的显著性区域方法。(SUN: A Bayesian Framework for Saliency Using Natural Statistics)
    2014-03-27 21:54:40下载
    积分:1
  • ckf123
    容积卡尔曼滤波源程序,容积卡尔曼滤波源程序(cubature Kalman filter source, cubature Kalman filtering ,matlab)
    2013-03-15 20:06:29下载
    积分:1
  • POCS算法
    十分有用的 图像pocs算法,内有图片说明及示例(A very useful POCS algorithm for images, with illustrations and examples)
    2020-06-22 08:40:01下载
    积分:1
  • 新建文件夹
    对于MATLAB双目视觉处理中,通过前期获取摄像机参数等后制成深度图。(For MATLAB binocular vision processing, we can get the depth map after obtaining camera parameters in the early stage.)
    2021-03-31 16:39:09下载
    积分:1
  • cannyPLeePNL=4
    采用canny算子加上lee滤波器对SAR图像进行去噪(canny algorithm and lee filter to aiti-noise SAR image)
    2012-10-08 09:59:33下载
    积分:1
  • py-faster-rcnn-master
    图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
    2020-12-11 15:39:18下载
    积分:1
  • soft_cast
    softcast的2d dct实现,先对图像转灰度图,得到的亮度信号矩阵做DCT 变换(softcast of 2d dct implementation, the first image to grayscale, luminance signal obtained by DCT transformation matrix do)
    2013-09-29 09:49:10下载
    积分:1
  • finally
    实现了车辆目标的背景建模、前景检测、阴影消除、车辆跟踪(Achieve a vehicle target background modeling, foreground detection, shadow elimination, vehicle tracking)
    2013-07-22 21:36:10下载
    积分:1
  • ronghe
    水下图像增强方法,可以对退化的水下图像进行图像复原,但是对太模糊的水下图像不适用。(a method of underwater images enhancement)
    2017-01-04 16:39:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载