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

看论文看到 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 学习笔记(七)Python字符串(一)

    字符串 字符串或串(String)是由数字.字母.下划线组成的一串字符,用双引号或单引号包裹的为字符串 1 >>> "hello world" 2 'hello ...

  2. Integer大小比较问题

    public static void main(String[] args) throws NoSuchFieldException, IllegalAccessException { Integer ...

  3. 关于ECharts内存泄漏问题

    最近使用websocket加ECharts做了一个实时监控的功能,发现了一个比较严重的问题,就是浏览器运行一段时间就会非常卡,之前在ECharts官网运行官方实例“动态数据 + 时间坐标轴”时,也遇到 ...

  4. Git推送到远程分支出错

    执行git push -u origin master fatal: 'git@github.com:qilinonline/git_test.git' does not appear to be a ...

  5. PHP接收http请求头信息

    1.PHP 自带函数 getallheaders() 目前 getallheaders() 只能用于 apache 中.如果想在 nginx 中也能使用,可以使用自定义函数. foreach (get ...

  6. JDK7 新特性

    JDK7新特性的目录导航: 二进制字面值 switch 语句支持 String try-with-resources catch 多个类型异常 字面值中使用下划线 类型推断 改进泛型类型可变参数 其它 ...

  7. PHP中判断变量为空的几种方法小结

    isset  主要用来判断变量是否被初始化过empty  可以将值为 "假"."空"."0"."NULL"." ...

  8. flask 中访问时后台错误 error: [Errno 32] Broken pipe

    解决办法:app.run(threaded=True) 个人理解:flask默认单线程,访问一个页面时会访问到很多页面,比如一些图片,加入参数使其为多线程

  9. Python基本数据类型(一)

    我会持续更新.... 字符串类型 字符串定义: 字符串的格式:'字符串', "字符串", """字符串"""字符串一旦被 ...

  10. liunx下搭建python开发环境

    =============================================================================注意: 在linux下安装新的版本的pytho ...