/********************************************************************
* Entropy Rate Superpixel Segmentation code *
* *
* Ming-Yu Liu (UMD), Oncel Tuzel (MERL), *
* Srikumar Ramalingam (MERL) and Rama Chellappa (UMD) *
* *
/********************************************************************
/* Copyright 2011, Ming-Yu Liu
All Rights Reserved
Permission to use, copy, modify, and distribute this software and
its documentation for any non-commercial purpose is hereby granted
without fee, provided that the above copyright notice appear in
all copies and that both that copyright notice and this permission
notice appear in supporting documentation, and that the name of
the author not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior
permission.
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
ANY PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/********************************************************************
* General information *
/********************************************************************
Thanks for your interest in our work. This is a MATLAB wrapper for the
Entropy Rate Superpixel Segmentation algorithm. For more detail about
the algorithm please refer to the project webpage
http://www.umiacs.umd.edu/~mingyliu
or the following paper
Ming-Yu Liu, Oncel Tuzel, Srikumar Ramalingam, and Rama Chellappa
"Entropy Rate Superpixel Segmentation" Proceedings of the IEEE
Conference on Computer Vision and Pattern Recognition(CVPR),
Colorado Spring, June 2011.
If you use this software, you should cite
the aforementioned paper in any resulting publication.
If you have any questions regarding the code please contact
Ming-Yu Liu via <mingyliu AT umiacs DOT umd DOT edu>.
/********************************************************************
* Installation and usage *
/********************************************************************
1) Unzipped the files to $HOME_DIR
2) We have provided pre-compiled mex functions. You may not need to
recompile the mex files again. If you need to recompile the codes.
In the matlab command prompt, type >>make. This should do the job.
3) Type demo to see a demonstration of the usage of the code.
mex_ers.mex : compute the superpixel segmentation for an input image.
usage:
[labels] = mex_ers(image,nC);
[labels] = mex_ers(image,nC,lambda,sigma);
[labels] = mex_ers(image,nC,lambda,sigma,conn8);
Input:
image : the input grey scale image or color image
nC : the number of desired superpixels
lambda : the balancing parameter ( default = 0.5; )
sigma : the kernel bandwidth ( default = 5.0; )
conn8 : the flag of using 8-connected grid graph structure ( default = 1 )
if set to 0, the algorithm will use 4-connected graph instead.
Output:
labels : the output image. Each pixel is labeled with the label
of the superpixel it belongs to. Note that the labeling
begins from 0 to nC-1
/********************************************************************
* Revision History: *
/********************************************************************
August 26, 2011; - Fixed two bugs causing compiling errors in Linux environment.
August 11, 2011; - Enable the input of color images.
August 11, 2011; - Enable the use of 4-connected grid graph structure.
July 1, 2011; - First version for the general public
没有合适的资源?快使用搜索试试~ 我知道了~
超像素分割算法Entropy Rate Superpixel的实现代码
共41个文件
h:16个
cpp:7个
m:4个
3星 · 超过75%的资源 需积分: 49 74 下载量 56 浏览量
2018-08-06
16:21:18
上传
评论 7
收藏 583KB ZIP 举报
温馨提示
本代码是论文: Liu M Y, Tuzel O, Ramalingam S, et al. Entropy rate superpixel segmentation[C]// Computer Vision and Pattern Recognition. IEEE, 2011:2097-2104. 的实现代码,网络上的原始链接均已失效,分享出来给大家研究
资源推荐
资源详情
资源评论
收起资源包目录
EntropyRateSuperPixel-master.zip (41个子文件)
EntropyRateSuperpixel-master
README.txt 4KB
vc
erspy.vcxproj.filters 3KB
ers.sln 1KB
ers.v12.suo 18KB
erspy.cpp 2KB
erspy.vcxproj 8KB
make.m 361B
random_color.m 682B
erspy.lib 2KB
erspy.pyd 44KB
seg2bmap.m 1KB
demo.m 4KB
242078.jpg 81KB
148089.jpg 94KB
mex_ers.mexw64 28KB
ERS
MERCDisjointSet.h 2KB
MERCLazyGreedy.h 1KB
MERCDisjointSet.cpp 2KB
MERCLazyGreedy.cpp 4KB
ImageIO.h 6KB
MERCEdge.h 2KB
MList.h 3KB
MERCFunctions.h 2KB
MERCCInput.cpp 2KB
MERCOutput.h 1KB
mex_ers.cpp 5KB
MERCClustering.h 2KB
MERCOutput.cpp 2KB
MERCInput.h 1KB
MERCInputImage.h 3KB
MERCOutputImage.h 2KB
MMFunctions.h 5KB
Image.h 4KB
MERCFunctions.cpp 3KB
MHeap.h 6KB
MSubmodularHeap.h 4KB
Edge.h 2KB
demoERS.py 692B
erspy.pdb 1.54MB
.gitignore 48B
erspy.exp 599B
共 41 条
- 1
资源评论
- 不要装B啦2020-06-06github上免费的,大家不要花积分下!!
- dfghjkkkl2019-06-05非常不错,建议下载
luoshao2000
- 粉丝: 16
- 资源: 4
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功