登录
首页 » matlab » matconvnet-fcn-master

matconvnet-fcn-master

于 2021-04-27 发布 文件大小:22KB
0 213
下载积分: 1 下载次数: 34

代码说明:

  全卷积神经网络FCN用于图像分割的工具箱(FCN for image segmentation)

文件列表:

matconvnet-fcn-master, 0 , 2017-05-10
matconvnet-fcn-master\matconvnet-fcn-master, 0 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\.gitignore, 52 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\.gitmodules, 88 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\bilinear_u.m, 675 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\COPYING, 735 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\fcnInitializeModel.m, 4253 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\fcnInitializeModel16s.m, 2138 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\fcnInitializeModel8s.m, 2141 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\fcnTest.m, 6723 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\fcnTestModelZoo.m, 2081 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\fcnTrain.m, 3500 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\getBatch.m, 2531 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\getDatasetStatistics.m, 937 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\matconvnet, 0 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\README.md, 1765 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\SegmentationAccuracy.m, 1765 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\SegmentationLoss.m, 952 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\utils, 0 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\utils\download-split.sh, 333 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\utils\showRF.m, 1199 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\utils\testcaffe.m, 1137 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\utils\testcaffe.py, 1990 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\vocSetup.m, 10032 , 2016-01-23
matconvnet-fcn-master\matconvnet-fcn-master\vocSetupAdditionalSegmentations.m, 4275 , 2016-01-23

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

发表评论

0 个回复

  • Line-detection-method
    提出了一种基于图像边缘连接的线段检测方法。数字图像中的线段是由很多线段图元组成,在同一 条线段中,它们的方向是相同的并且受到真实线段的方向约束。因此可以通过提取小的线段图元, 然后分析它们 的连接特性, 进行线段的检测。首先用ADM 算法对图像进行边缘检测, 得到单像素宽的边缘 然后在4 个方向上 进行线段的检测 对初步得到的结果进行合并和验证, 去掉短的线段, 连接临近的线段。经过实验证明, 该方法能 够快速地提取图像中的线段,并且对噪声具有一定的鲁棒性(A line segment connecting a detection method based on image edges. The segment of the digital image is composed by many segments elements, their orientation is the same and by the real line segment direction constraint in the same segment. By extracting a small segment Element can then analyze their connection characteristics for the detection of the line segment. First with ADM algorithm for edge detection on the image to obtain a single-pixel-wide edge then in the four directions on the detection of the line segments merger and verification of the preliminary results obtained, removing the short line segments, the line segments connected near. The experiments show that this method can quickly extract the line segments in the image, and certain robustness to noise)
    2013-04-13 19:12:46下载
    积分:1
  • guass_fliter_pic
    高斯滤波算法,可用于模糊图片,除掉图片中的高频噪声(gauss fliter to remove high frequency noise for pic )
    2017-03-11 10:40:11下载
    积分:1
  • camshift
    利用camshift方法实现对一个目标的跟踪,可直接运行,但是效果一般,希望大家能改进一下,相互学习(Achieve a target tracking camshift method, and can be run directly, but the general effect, I hope that we can improve it, and learn from each other)
    2021-04-01 15:49:08下载
    积分:1
  • 点云压缩
    分割点云,并通过局部拟合求取法向量,实现点云压缩(Split point cloud, and through local fitting strike normal vector of point cloud compression)
    2020-06-30 09:00:01下载
    积分:1
  • A
    说明:  对图像进行行列循环加密,采用的是3维混沌系统来增强图像加密的安全性(The 3-D chaotic system is used to enhance the security of image encryption)
    2020-10-05 17:37:16下载
    积分:1
  • SURF
    This is surf(Speeded Up Features Robust) matlab code for detection keypoint and construct descriptor and matching
    2013-04-17 15:24:29下载
    积分:1
  • DRLSEBasedMovingObjectSegmentation
    一种基于改进DRLSE的运动目标分割方法,为了得到精准、连续的运动目标轮廓,提出将帧间差分法和改进的距离规则水平集演化(DRLSE)方法结合应用于运动目标分割。(In order to get an accurate and continuous contour of moving target, a novel method to segment moving object by combining the frame difference and an improved distance regularized level set evolution (DRLSE) is proposed. )
    2014-10-29 19:37:10下载
    积分:1
  • waveenhace
    说明:  小波变换图像增强,经过matlab6.0测试,放心可用(Wavelet image enhancement, after matlab6.0 testing, confidence can be)
    2011-03-03 13:03:11下载
    积分:1
  • GraphCuts
    Graph Cuts是一个图像分割方法,具有交互式分割,分割效果很好。(Graph Cuts is an image segmentation method, with interactive segmentation, segmentation works well.)
    2020-10-29 15:49:57下载
    积分:1
  • SaliencyToolbox2.2
    视觉注意力模型,寻找感兴趣区域,模仿人眼找出最感兴趣的区域,再找出第二感兴趣的区域,以此类推(Visual attention model to find the region of interest, to imitate the human eye to identify the most interesting region, and then find the second region of interest, and so on)
    2009-05-19 16:21:51下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载