毕业设计要做图像分割 识别什么的。

看论文看到 superpixels 开始脑补是  像素插值算出来的

后来越看越不想,搜索发现根本是另外一回事

http://blog.sina.com.cn/s/blog_50363a7901011dtd.html

有定义

Many existing algorithms in computer vision use the pixel-grid as the underlying representation. For example, stochastic models of images, such as Markov random fields, are often defined on this regular grid. Or, face detection is typically done by matching stored templates to every fixed-size (say, 50x50) window in the image.

The pixel-grid, however, is not a natural representation of visual scenes. It is rather an "artifact" of a digital imaging process. It would be more natural, and presumably more efficient, to work with perceptually meaningful entities obtained from a low-level grouping process. For example, we can apply the Normalized Cuts algorithm to partition an image into, say, 500 segments (what we call superpixels).

低级特征分组处理的结果 就叫做 superpixels

Empirical Studies and Applications]" title="超像素:以经验为根据的研究和应用[Superpixel: Empirical Studies and Applications]" action-data="http%3A%2F%2Fttic.uchicago.edu%2F~xren%2Fresearch%2Fsuperpixel%2Fimages%2F100048.jpg" action-type="show-slide" style="margin: 0px; padding: 0px; border-width: 0px; list-style: none;"> Empirical Studies and Applications]" title="超像素:以经验为根据的研究和应用[Superpixel: Empirical Studies and Applications]" action-data="http%3A%2F%2Fttic.uchicago.edu%2F~xren%2Fresearch%2Fsuperpixel%2Fimages%2F100048_seg.jpg" action-type="show-slide" style="margin: 0px; padding: 0px; border-width: 0px; list-style: none;">
(a) (b)
Empirical Studies and Applications]" title="超像素:以经验为根据的研究和应用[Superpixel: Empirical Studies and Applications]" action-data="http%3A%2F%2Fttic.uchicago.edu%2F~xren%2Fresearch%2Fsuperpixel%2Fimages%2F100048_overseg.jpg" action-type="show-slide" style="margin: 0px; padding: 0px; border-width: 0px; list-style: none;"> Empirical Studies and Applications]" title="超像素:以经验为根据的研究和应用[Superpixel: Empirical Studies and Applications]" action-data="http%3A%2F%2Fttic.uchicago.edu%2F~xren%2Fresearch%2Fsuperpixel%2Fimages%2F100048_seg_overseg.jpg" action-type="show-slide" style="margin: 0px; padding: 0px; border-width: 0px; list-style: none;">
(c) (d)

a是待处理图片,b是人类的视觉分割,c是superpixel map,d是根据c新做的人类视觉分割

其方法有多种

http://blog.sina.com.cn/s/blog_6f126f5b010134a3.html 方法简介

超像素 superpixels 是什么东西的更多相关文章

  1. 超像素经典算法SLIC的代码的深度优化和分析。

    现在这个社会发展的太快,到处都充斥着各种各样的资源,各种开源的平台,如github,codeproject,pudn等等,加上一些大型的官方的开源软件,基本上能找到各个类型的代码.很多初创业的老板可能 ...

  2. OpenCV 基于超像素分割的图像区域选取方法及源码

    本系列文章由 @yhl_leo 出品,转载请注明出处. 文章链接: http://blog.csdn.net/yhl_leo/article/details/51386993 工程源码GitHub: ...

  3. Qt之VLFeat SLIC超像素分割(Cpp版)

    源地址:http://yongyuan.name/blog/vlfeat-slic-with-qt.html 近段时间学了点Qt,恰好前段时间用借助VLfeat以及OpenCV捣鼓了SLIC超像素分割 ...

  4. OpenCV3三种超像素分割算法源码以及效果

    OpenCV3中超像素分割算法SEEDS,SLIC, LSC算法在Contrib包里,需要使用Cmake编译使用.为了方便起见,我将三种算法的源码文件从contrib包里拎了出来,可以直接使用,顺便比 ...

  5. SILC超像素分割算法详解(附Python代码)

    SILC算法详解 一.原理介绍 SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可 ...

  6. 实现SLIC算法生成像素画

    前言 像素风最早出现在8bit的电子游戏中,受制于电脑内存大小以及显示色彩单一, 只能使用少量像素来呈现内容,却成就了不少经典的像素游戏.随着内存容量与屏幕分辨率的提升,内存与显示媒介的限制不再是问题 ...

  7. 『超分辨率重建』从SRCNN到WDSR

    超分辨率重建技术(Super-Resolution)是指从观测到的低分辨率图像重建出相应的高分辨率图像.SR可分为两类:    1. 从多张低分辨率图像重建出高分辨率图像    2. 从单张低分辨率图 ...

  8. 《SLIC Superpixels》阅读笔记

    原始链接:http://blog.csdn.net/jkhere/article/details/16819285 或许有改动,请参考原文! SLIC 超像素(SLICSuperpixels) Rad ...

  9. 用OpenCV4实现图像的超分别率

    用OpenCV4实现图像的超分别率 本实验原文链接:· https://arxiv.org/pdf/1807.06779.pdf 原文摘要 单图像超分辨率(SISR)的主要挑战是如何恢复微小纹理等高频 ...

随机推荐

  1. Python学习之路——文件操作

    文件操作分三步:打开文件,读写文件,关闭文件.读取操作时没有给read函数加括号,会出现下面这样的车祸 >>> data = open('/home/supersun/Documen ...

  2. Python 学习笔记(八)Python列表(三)

    序列 序列:数学上,序列是被排成一列的对象(或事件):这样,每个元素不是在器他元素之前,就是在其他元素之后.这里元素之间的顺序非常重要.<维基百科> 序列是Python中最基本的数据结构. ...

  3. iOS之ShareSDK各社交平台申请AppKey的网址及申请流程汇总

    平台 开放平台地址 APPkey 申请流程 新浪微博 http://open.weibo.com http://bbs.mob.com/thread-89-1-4.html 新浪微博开放平台接入tip ...

  4. session和cookie的介绍

    1.将cookie,session之前,还是先说说http协议 http协议是基于TCP/UDP之上的应用层一个标准 请求,响应的模式.是你必须先请求到一个服务端之后,服务端才会响应到你.他是不会无缘 ...

  5. DevOps - 版本控制 - GitHub

    README Badges 徽章 Shields.io: Quality metadata badges for open source projects  徽章 官网:https://shields ...

  6. css实现未知元素宽高垂直居中和水平居中的方法

    第一种:display:table-cell的方式 .container { /*父级容器*/ display:table-cell; text-align:center; vertical-alig ...

  7. ESP32 学习笔记 - 环境搭建

    打开终端 输入命令 sudo apt-get install gcc git wget make libncurses-dev flex bison gperf python python-seria ...

  8. 什么是Session共享?请举出使用场景

    是指在一个浏览器对应多个Web服务时,服务端的Session数据需要共享.例如单点登录.Web服务器集群等场景都需要用到.多子服务. Session共享有多种解决方案,例如Tomcat插件,我最喜欢的 ...

  9. Django信号的使用

    https://www.cnblogs.com/renpingsheng/p/7566647.html

  10. 『Golang』在Golang中使用json

    由于要开发一个小型的web应用,而web应用大部分都会使用json作为数据传输的格式,所以有了这篇文章. 包引用 import ( "encoding/json" "gi ...