登录
首页 » Visual C++ » SLIC

SLIC

于 2021-01-18 发布 文件大小:4920KB
0 218
下载积分: 1 下载次数: 267

代码说明:

  超像素分割程序,既有原码,也有可执行程序,验证过,好用。(Super-pixel segmentation procedure, both the original code, there are executable programs, proven, easy to use.)

文件列表:

SLIC Superpixels And Supervoxels Code
.....................................\Debug
.....................................\.....\SLICSuperpixels.exe,6523904,2013-03-20
.....................................\exe可执行


.....................................\.........\SLICO.exe,1771520,2013-03-20
.....................................\.........\SLICSuperpixels.exe,1807360,2013-03-20
.....................................\ipch
.....................................\LICENSE.txt,35821,2011-03-23
.....................................\Release
.....................................\.......\SLICSuperpixels.exe,1807360,2013-03-20
.....................................\SLICSuperpixels
.....................................\...............\PictureHandler.cpp,10061,2011-03-08
.....................................\...............\PictureHandler.h,2521,2011-03-08
.....................................\...............\ReadMe.txt,3460,2011-03-08
.....................................\...............\res

.....................................\...............\...\SLICSuperpixels.rc2,406,2011-03-08
.....................................\...............\resource.h,871,2013-03-20
.....................................\...............\SLIC.cpp,38828,2013-03-20
.....................................\...............\SLIC.h,9677,2013-03-20
.....................................\...............\SLICSuperpixels.aps,105800,2013-03-20
.....................................\...............\SLICSuperpixels.cpp,1717,2011-03-08
.....................................\...............\SLICSuperpixels.h,562,2011-03-08
.....................................\...............\SLICSuperpixels.rc,4956,2013-03-20
.....................................\...............\SLICSuperpixels.vcproj,5842,2011-03-08
.....................................\...............\SLICSuperpixels.vcxproj,8099,2013-03-20
.....................................\...............\SLICSuperpixels.vcxproj.filters,2449,2013-03-20
.....................................\...............\SLICSuperpixels.vcxproj.user,143,2013-03-20
.....................................\...............\SLICSuperpixelsDlg.cpp,12140,2013-03-20
.....................................\...............\SLICSuperpixelsDlg.h,1257,2013-03-20
.....................................\...............\stdafx.cpp,217,2011-03-08
.....................................\...............\stdafx.h,1075,2011-03-08
.....................................\...............\targetver.h,1432,2011-03-08
.....................................\SLICSuperpixels.sln,912,2013-03-20
.....................................\SLICSuperpixels.sln.old,911,2011-03-08
.....................................\SLIC_image
.....................................\UpgradeLog.XML,1738,2013-03-20
.....................................\USAGE_SLIC.txt,2832,2012-03-23
.....................................\_UpgradeReport_Files
.....................................\....................\UpgradeReport.css,3348,2013-03-20
.....................................\....................\UpgradeReport.xslt,12505,2010-05-04
.....................................\....................\UpgradeReport_Minus.gif
.....................................\....................\UpgradeReport_Plus.gif

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

发表评论

0 个回复

  • 09_Direct
    人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。 包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
    2008-06-03 11:11:23下载
    积分:1
  • mirror
    对图像进行镜像处理,是最基本的图像处理操作(Mirror image is the most basic image processing operations )
    2012-05-13 20:04:04下载
    积分:1
  • hedongjian
    彩色位图转黑白位图代码。何东健《数字图像处理》随书光盘提供的源码。(color bitmap to black-and-white bitmap code. Dong- Jian "Digital Image Processing" With the CD source.)
    2006-11-02 10:13:04下载
    积分:1
  • Special-Project
    图像相似性检测的PPT,比较全面的总结,对主要用到的特征提取和特征匹配算法都有基本的介绍。(Image similarity detection of PPT, a more comprehensive summary of the main use of the feature extraction and feature matching algorithm has the basic The introduction.)
    2011-12-28 03:51:30下载
    积分:1
  • VisualC++ImageProcess
    各种图像处理技术举例。其中原代码可以直接使用,非常不错。(various image processing technology, for example. The original code which can be used directly, very good.)
    2006-05-25 19:05:08下载
    积分:1
  • C语言实现的DFT
    用C语言实现的离散傅里叶变换(DFT)的经典算法!比较实用!(C language classic of the discrete Fourier transform (DFT) algorithm! More practical!)
    2012-12-20 20:11:01下载
    积分:1
  • sift_ImageProcessing
    sift特征点检测及图像拼接,matlab7.0实现的,我从别人那里整过来的,测试的话,用在matlab里面直接调用match( b1.jpg , b2.jpg )即可,我测试成功,里面也有说明文档,为了科研,共享,希望大家有好的代码都0分共享,与己方便,与人方便,中国科研才会发展更迅速(sift feature point detection and image stitching of, matlab7.0 realized, I come from others where the whole test, used in matlab inside direct calls to match (' b1.jpg' , ' b2.jpg' ) can I test success, which also has documentation, in order to research, share, and hope everyone has a good code sharing, and has convenient, and accommodating, the more rapid development of China' s scientific research will)
    2012-10-11 23:37:29下载
    积分:1
  • m11
    混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal components analysis, PCA) 方法来刻画椭球体背景模型, 提出了一种基于主成分分析的Codebook 背景建模算法. 实验表明, 本文算法不仅能够更准确地描述背景像素值在RGB 空间中的分布特征, 而且具有良好的鲁棒性.(The background modeling algorithm of mixture of Gaussian (MOG) and codebook is widely used in moving object detection of surveillance video. However, the ball model of MOG usually assumes that the three components of RGB are independent, while the cylinder model of codebook assumes that the value of background pixel is distributed uniformly within the cylinder and the changing direction of brightness points to the origin of the coordinate system. These assumptions reduce the descriptive capability for background modeling. Therefore, the paper proposes an ellipsoid- based background model, which overcomes the MOG and codebook0s limitations. By using principal component analysis to depict the ellipsoid background model, a novel PCA-based codebook background modeling algorithm is proposed. Experiments show that this algorithm can not only give more accurate description of the distribution of background pixels but also have a better robustness.)
    2014-04-15 11:11:55下载
    积分:1
  • UIC
    mfc图像处理,实现图像的配准,自己编写,可以应用(mfc image processing, image registration)
    2016-04-25 08:29:45下载
    积分:1
  • elastix_example_v4.4
    关于elastix医学图像配准算法库的例子程序,有助于分析elastix如何操作,是一个很好的教程(this is a example set of elastix library)
    2021-03-06 17:49:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载