CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 基于超像素

搜索资源列表

  1. VandewalleSV06_matlab

    0下载:
  2. 基于频域的配准在图像超分辨率上的应用,通过图像像素的移动,来实现图像超分辨率的重构-Registration based on frequency domain super-resolution images on the application of the movement through the image pixels to achieve super-resolution reconstruction of image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:50.32kb
    • 提供者:张卫
  1. modeling

    0下载:
  2. 自己写的基于轨迹分析和超像素分割的运动目标提取算法-Write their own moving object extraction algorithm based on trajectory analysis and super-pixel segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:27.03mb
    • 提供者:廖琦宇
  1. fg_masks.tar

    0下载:
  2. 自动前背景分割,基于超像素、形状和外观前验概率及图切割-A novel foreground/background segmentation algorithm that attempts to segment the interesting objects from the rest of the image.The model includes a geometric prior and an appearance prior, whose parameters are lear
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:564.73kb
    • 提供者:李靖
  1. SLIC_SuperPixel

    0下载:
  2. 基于K-means聚类的超像素分割,可用于图像处理和模式识别-superpixel segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:158.42kb
    • 提供者:钱明
  1. NCsp

    0下载:
  2. 一个非常有用的基于图的超像素算法,用于图像分割,使用时请添加目录-a very useful superpixels algithn based on geraph theory, it can be used for image segmentation, please add file catalogue when used
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:7.01mb
    • 提供者:eric
  1. super-pixel

    6下载:
  2. 基于熵率的超像素分割代码,是顶级会议上的代码-Entropy Rate Superpixel Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:712kb
    • 提供者:CX
  1. slic

    10下载:
  2. 基于matlab的超像素图像分割算法实现代码,将图像分割为小块表示-Matlab-based super-pixel image segmentation algorithm code, the image is divided into small representation
  3. 所属分类:Special Effects

    • 发布日期:2014-06-01
    • 文件大小:2kb
    • 提供者:*
  1. CVPR12_SAS_code

    2下载:
  2. 一种基于超像素的图像分割程序,是cvpr13年文章的相应代码,可以学习下-An ultra-pixel-based image segmentation procedure is the appropriate code cvpr13 In the article, you can learn under
  3. 所属分类:Special Effects

    • 发布日期:2014-06-01
    • 文件大小:1.43mb
    • 提供者:zhangwei
  1. daima

    0下载:
  2. 分水岭算法 matalab标记方法实现 基于分水岭方法的图像超像素分割方法研究-watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.3kb
    • 提供者:陈辰
  1. ers-master

    0下载:
  2. ers图像超像素方法 该图像超像素方法是基于ers方法,可以对灰度图像(即二维)图像)进行超像素分割-ers image superpixels method of this method is based on image superpixels ers method, gray image (ie two-dimensional) image) super pixel division
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2.63mb
    • 提供者:闫俊
  1. TIP_14_SPL

    1下载:
  2. 基于多尺度超像素的显著性检测代码和文章-Saliency Detection with Multi-Scale Superpixels
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-03
    • 文件大小:1.33mb
    • 提供者:阿木
  1. eccv10-jtighe

    0下载:
  2. 基于超像素的可伸缩的非参数图像稀疏化 即超稀疏-SuperParsing: Scalable Nonparametric Image Parsing with Superpixels
  3. 所属分类:Special Effects

  1. scene_labeling_cvpr2012_v1

    0下载:
  2. 基于场景的超像素图像分割,可以实现快速分割,基于深度信息和颜色信息的检测-Based on ultra-pixel image to divide the scene, you can achieve rapid segmentation, detection based on the depth information and the color information
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:27.04mb
    • 提供者:李红达
  1. Saliency-Detection

    0下载:
  2. 提出一种新的显着性检测方法,通过将区域级显着性估计和像素级显着性预测与CNN(表示为CRPSD)相结合。对于像素级显着性预测,通过修改VGGNet体系结构来执行完全卷积神经网络(称为像素级CNN)以执行多尺度特征学习,基于该学习进行图像到图像预测以完成像素级显着性检测。对于区域级显着性估计,首先设计基于自适应超像素的区域生成技术以将图像分割成区域,基于该区域通过使用CNN模型(称为区域级CNN)来估计区域级显着性。通过使用另一CNN(称为融合CNN)融合像素级和区域级显着性以形成nal显着图,并
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.22mb
    • 提供者:祖祖-
  1. slic

    2下载:
  2. 使用超像素实现图像处理分割,效果很好,基于matlab环境。-using slice to complete image segmentation under matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:刘成启
  1. Superpixel-Segmentati

    1下载:
  2. 1. 理解基于超像素进行图像分割的原理,设计合理的分割算法; 2. 实现图像分割算法,得到准确的分割效果; 3. 进行快速算法研究,实现快速的图像分割。 成果形式:-1 u7406 u89E3 u57FA u4E8 u8D0 u8DF u7D20 u8FDB u684C u56FE u50CF u5206 u5272 u7684 u539F u7406 uFF0C u8BBE u8BA1 u5408 u7406 u7684 u5206
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:74.15kb
    • 提供者:王将
  1. SLICPdbscan

    0下载:
  2. 本设计是基于超像素的图像分割代码,可以实现图像前景和后景的分割。没有人机交互界面GUI。- U672C u8BB u8B1 u662F u57FA u5FF u524F u5BF u5BF u5DF u7D0 u7R0 u7684 u56FE u50CF u5206 u5272 u4EE3 u7801 uFF0C u53EF u4E5 u5B9E u73B0 u56FE u50CF u524D u666F U548C u540E u
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:202kb
    • 提供者:王春水
  1. realtimesuperpixel-master

    0下载:
  2. 运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2018-01-11
    • 文件大小:2.49mb
    • 提供者:SpringMVC
  1. MSRM_1.0

    2下载:
  2. 这是一种基于最大相似度的超像素融合算法,大家多交流(This is based on the maximum similarity of the super pixel fusion algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-18
    • 文件大小:1.14mb
    • 提供者:SpringMVC
搜珍网 www.dssz.com