登录
首页 » Python » SRCNN-Tensorflow

SRCNN-Tensorflow

于 2020-11-28 发布 文件大小:40540KB
0 265
下载积分: 1 下载次数: 29

代码说明:

  SRCNN Superresolution imteplated by tensorflow SRCNN tensorflow 实现(SRCNN Superresolution imteplated by tensorflow)

文件列表:

SRCNN-Tensorflow
SRCNN-Tensorflow\.git
SRCNN-Tensorflow\.gitignore
SRCNN-Tensorflow\.git\branches
SRCNN-Tensorflow\.git\config
SRCNN-Tensorflow\.git\description
SRCNN-Tensorflow\.git\HEAD
SRCNN-Tensorflow\.git\hooks
SRCNN-Tensorflow\.git\hooks\applypatch-msg.sample
SRCNN-Tensorflow\.git\hooks\commit-msg.sample
SRCNN-Tensorflow\.git\hooks\post-update.sample
SRCNN-Tensorflow\.git\hooks\pre-applypatch.sample
SRCNN-Tensorflow\.git\hooks\pre-commit.sample
SRCNN-Tensorflow\.git\hooks\pre-push.sample
SRCNN-Tensorflow\.git\hooks\pre-rebase.sample
SRCNN-Tensorflow\.git\hooks\prepare-commit-msg.sample
SRCNN-Tensorflow\.git\hooks\update.sample
SRCNN-Tensorflow\.git\index
SRCNN-Tensorflow\.git\info
SRCNN-Tensorflow\.git\info\exclude
SRCNN-Tensorflow\.git\logs
SRCNN-Tensorflow\.git\logs\HEAD
SRCNN-Tensorflow\.git\logs\refs
SRCNN-Tensorflow\.git\logs\refs\heads
SRCNN-Tensorflow\.git\logs\refs\heads\master
SRCNN-Tensorflow\.git\logs\refs\remotes
SRCNN-Tensorflow\.git\logs\refs\remotes\origin
SRCNN-Tensorflow\.git\logs\refs\remotes\origin\HEAD
SRCNN-Tensorflow\.git\objects
SRCNN-Tensorflow\.git\objects\info
SRCNN-Tensorflow\.git\objects\pack
SRCNN-Tensorflow\.git\objects\pack\pack-dbd6a604e1866e91edabf7286692f0cef22a1343.idx
SRCNN-Tensorflow\.git\objects\pack\pack-dbd6a604e1866e91edabf7286692f0cef22a1343.pack
SRCNN-Tensorflow\.git\packed-refs
SRCNN-Tensorflow\.git\refs
SRCNN-Tensorflow\.git\refs\heads
SRCNN-Tensorflow\.git\refs\heads\master
SRCNN-Tensorflow\.git\refs\remotes
SRCNN-Tensorflow\.git\refs\remotes\origin
SRCNN-Tensorflow\.git\refs\remotes\origin\HEAD
SRCNN-Tensorflow\.git\refs\tags
SRCNN-Tensorflow\checkpoint
SRCNN-Tensorflow\LICENSE
SRCNN-Tensorflow\main.py
SRCNN-Tensorflow\model.py
SRCNN-Tensorflow\README.md
SRCNN-Tensorflow\result
SRCNN-Tensorflow\result\bicubic.png
SRCNN-Tensorflow\result\orig.png
SRCNN-Tensorflow\result\srcnn.png
SRCNN-Tensorflow\sample
SRCNN-Tensorflow\Test
SRCNN-Tensorflow\Test\Set14
SRCNN-Tensorflow\Test\Set14\baboon.bmp
SRCNN-Tensorflow\Test\Set14\barbara.bmp
SRCNN-Tensorflow\Test\Set14\bridge.bmp
SRCNN-Tensorflow\Test\Set14\coastguard.bmp
SRCNN-Tensorflow\Test\Set14\comic.bmp
SRCNN-Tensorflow\Test\Set14\face.bmp
SRCNN-Tensorflow\Test\Set14\flowers.bmp
SRCNN-Tensorflow\Test\Set14\foreman.bmp
SRCNN-Tensorflow\Test\Set14\lenna.bmp
SRCNN-Tensorflow\Test\Set14\man.bmp
SRCNN-Tensorflow\Test\Set14\monarch.bmp
SRCNN-Tensorflow\Test\Set14\pepper.bmp
SRCNN-Tensorflow\Test\Set14\ppt3.bmp
SRCNN-Tensorflow\Test\Set14\zebra.bmp
SRCNN-Tensorflow\Test\Set5
SRCNN-Tensorflow\Test\Set5\baby_GT.bmp
SRCNN-Tensorflow\Test\Set5\bird_GT.bmp
SRCNN-Tensorflow\Test\Set5\butterfly_GT.bmp
SRCNN-Tensorflow\Test\Set5\head_GT.bmp
SRCNN-Tensorflow\Test\Set5\woman_GT.bmp
SRCNN-Tensorflow\Train
SRCNN-Tensorflow\Train\t1.bmp
SRCNN-Tensorflow\Train\t10.bmp
SRCNN-Tensorflow\Train\t11.bmp
SRCNN-Tensorflow\Train\t12.bmp
SRCNN-Tensorflow\Train\t13.bmp
SRCNN-Tensorflow\Train\t14.bmp
SRCNN-Tensorflow\Train\t15.bmp
SRCNN-Tensorflow\Train\t16.bmp
SRCNN-Tensorflow\Train\t17.bmp
SRCNN-Tensorflow\Train\t18.bmp
SRCNN-Tensorflow\Train\t19.bmp
SRCNN-Tensorflow\Train\t2.bmp
SRCNN-Tensorflow\Train\t20.bmp
SRCNN-Tensorflow\Train\t21.bmp
SRCNN-Tensorflow\Train\t22.bmp
SRCNN-Tensorflow\Train\t23.bmp
SRCNN-Tensorflow\Train\t24.bmp
SRCNN-Tensorflow\Train\t25.bmp
SRCNN-Tensorflow\Train\t26.bmp
SRCNN-Tensorflow\Train\t27.bmp
SRCNN-Tensorflow\Train\t28.bmp
SRCNN-Tensorflow\Train\t29.bmp
SRCNN-Tensorflow\Train\t3.bmp
SRCNN-Tensorflow\Train\t30.bmp
SRCNN-Tensorflow\Train\t31.bmp
SRCNN-Tensorflow\Train\t32.bmp

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

发表评论

0 个回复

  • MRF_imgSeg
    说明:  是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
    2021-03-18 09:09:19下载
    积分:1
  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • singalframenuc
    通过统计直方图并作相应的处理完成了红外图像非均匀性校正,特别是针对红外图像中常见的条纹非均匀性(Through statistical histogram and processed accordingly infrared image non-uniformity correction, especially for the common striped infrared image non-uniformity)
    2021-02-10 16:29:52下载
    积分:1
  • 激光三维点云的源码 lastools
    激光三维点云的处理源码,可以压缩点云,配准点云(Three-dimensional laser point cloud processing source code, can be compressed point cloud, point cloud registration)
    2013-09-09 21:13:07下载
    积分:1
  • reticorr1
    视网膜图像的归一化Matlab源代码程序(retinal images to a source of Matlab procedures)
    2006-12-31 13:11:13下载
    积分:1
  • compressive-sensing
    压缩感知大牛陆吾生写的代码,可以直接运行,有机会可以搜一下他的视频,真的讲的好(Compressed sensing born Daniel Lu I write code that can be run directly, have the opportunity to search about his video, really good talk)
    2021-05-14 12:30:02下载
    积分:1
  • Gabor-Matlab1
    gabor小波变换提取图像纹理信息,得到一维向量。(gabor wavelet transform to extract image texture information)
    2013-01-11 16:12:24下载
    积分:1
  • SFS
    基于物体灰度图像的物体三维形状恢复,修改图形路径和光源方向即可(Based on the three-dimensional shape of the object to restore the object grayscale image, modify the graphics path and direction of the light source can be)
    2014-02-27 21:53:53下载
    积分:1
  • matlab
    zemax非序列下gaussian光束的matlab程序(包括zemax演示源文件)(zemax sequence under non-gaussian beam matlab program (including zemax demo source files))
    2013-09-25 15:25:18下载
    积分:1
  • huidushuxingceliang
    灰度图像的属性计算:利用bwlabel和regionprops函数对度量二值图像中目标对象的属性。(Attribute gray image: Using bwlabel and regionprops function measure binary image of the target object attributes.)
    2013-12-28 10:41:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载