登录
首页 » Visual C++ » MeanShiftSegMent

MeanShiftSegMent

于 2013-07-30 发布 文件大小:5659KB
0 164
下载积分: 1 下载次数: 36

代码说明:

  根据D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis 以及 C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision.这两篇文献提供的方法编写的图像分割代码,作者是 Chris M. Christoudias, Bogdan Georgescu,代码经我看了后加了丰富的中文注释,希望可以给各位带来阅读上的方便。 基于meanshift的聚类分割方法包括滤波、区域融合等操作,通过调整sigma和sigmar来调整分割效果。(According to D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis, and C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision. These two documents prepared by the methods provided by image segmentation code , the author is Chris M. Christoudias, Bogdan Georgescu, after I read the code, add a rich Chinese notes, hoping to bring you the convenience of reading. Segmentation method based on clustering meanshift including filtering, regional integration and other operations, and by adjusting the sigma sigmar to adjust segmentation results.)

文件列表:

MeanShiftSegMent
................\Debug
................\.....\MeanShiftSegMent.bsc,5702656,2013-03-11
................\.....\MeanShiftSegMent.exe,196741,2013-07-12
................\.....\MeanShiftSegMent.ilk,519556,2013-07-12
................\.....\MeanShiftSegMent.obj,26714,2013-07-08
................\.....\MeanShiftSegMent.pch,7188612,2013-07-12
................\.....\MeanShiftSegMent.pdb,623616,2013-07-12
................\.....\MeanShiftSegMent.res,2840,2013-07-07
................\.....\MeanShiftSegMent.sbr,1490586,2013-07-08
................\.....\MeanShiftSegMentDlg.obj,60030,2013-07-12
................\.....\MeanShiftSegMentDlg.sbr,1503158,2013-07-12
................\.....\ms.obj,55164,2013-07-12
................\.....\ms.sbr,29673,2013-07-12
................\.....\msImageProcessor.obj,101646,2013-07-12
................\.....\msImageProcessor.sbr,260215,2013-07-12
................\.....\msSys.obj,6192,2013-03-11
................\.....\msSys.sbr,0,2013-03-11
................\.....\PreviewRect.obj,51953,2013-07-08
................\.....\PreviewRect.sbr,1493528,2013-07-08
................\.....\RAList.obj,4411,2013-07-11
................\.....\RAList.sbr,7971,2013-07-11
................\.....\rlist.obj,10995,2013-03-11
................\.....\rlist.sbr,0,2013-03-11
................\.....\StdAfx.obj,109817,2013-03-11
................\.....\StdAfx.sbr,1484148,2013-03-11
................\.....\vc60.idb,533504,2013-07-12
................\.....\vc60.pdb,495616,2013-07-12
................\include2
................\........\ms.cpp,77156,2013-07-12
................\........\ms.h,43095,2013-07-08
................\........\msImageProcessor.cpp,147151,2013-07-12
................\........\msImageProcessor.h,37938,2013-07-12
................\........\msSys.cpp,9464,2013-03-01
................\........\msSys.h,10291,2013-03-01
................\........\RAList.cpp,6729,2013-07-11
................\........\RAList.h,2399,2013-07-10
................\........\rlist.cpp,13913,2012-05-27
................\........\rlist.h,14992,2012-05-26
................\........\tdef.h,1399,2013-03-01
................\MeanShiftSegMent.aps,36292,2013-07-04
................\MeanShiftSegMent.clw,1481,2013-07-08
................\MeanShiftSegMent.cpp,2245,2013-07-07
................\MeanShiftSegMent.dsp,5436,2013-07-08
................\MeanShiftSegMent.dsw,557,2012-02-27
................\MeanShiftSegMent.exe,188489,2013-03-07
................\MeanShiftSegMent.h,1434,2012-02-27
................\MeanShiftSegMent.ncb,427008,2013-07-26
................\MeanShiftSegMent.opt,49664,2013-07-26
................\MeanShiftSegMent.plg,1448,2013-07-12
................\MeanShiftSegMent.rc,5651,2013-07-04
................\MeanShiftSegMentDlg.cpp,10104,2013-07-12
................\MeanShiftSegMentDlg.h,2004,2013-07-07
................\PreviewRect.cpp,20054,2013-07-07
................\PreviewRect.h,3273,2013-07-07
................\ReadMe.txt,3759,2012-02-27
................\Release
................\res

................\...\MeanShiftSegMent.rc2,408,2012-02-27
................\resource.h,970,2013-07-04
................\StdAfx.cpp,218,2012-02-27
................\StdAfx.h,1091,2012-02-27

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

发表评论

0 个回复

  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • ZhengNan5
    图像的逆滤波 维纳滤波 同时可以对图像进行模糊处理比如运动模糊 卷积模糊(Using C++ to complete images of conversion, processing and compression process, is to learn good reference digital image processing program!)
    2011-05-14 20:02:47下载
    积分:1
  • tuxiangchuli
    Visual C++ 数字图像处理 光盘源码(Visual C++ Digital image processing, CD-ROM source)
    2009-01-12 20:23:19下载
    积分:1
  • pp
    说明:  利用vc++实现avi文件图像截取,avi图像即视屏图像(Use vc++ Achieve avi file image capture, avi video image that is, images)
    2008-12-17 23:26:31下载
    积分:1
  • cubicfive
    用C++编写的产生文章的程序,方便有需要的人(C generated articles prepared by the procedures that are accessible to people in need)
    2007-05-11 09:18:16下载
    积分:1
  • sift2
    SIFT特征提取 http://www.opencvchina.com/forum.php?mod=viewthread&tid=209&fromuid=267 (SIFT feature extraction http://www.opencvchina.com/forum.php?mod=viewthread& tid=209& fromuid=267)
    2012-08-19 15:09:14下载
    积分:1
  • 10165101220 于文梦
    解决一些图像处理的小问题,具体的划分和问题,文件里有提到(Solve some small problems in image processing)
    2018-12-30 20:33:10下载
    积分:1
  • RgnGuide_src
    这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。(the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can choose freely, it can be won, segment, points, polygons, and so on.)
    2020-12-12 15:49:18下载
    积分:1
  • cc
    说明:  经典图论,其中叙述了图论的经典算法等,如最大流、最小割等相关算法。(Classical graph theory, graph theory, which describes the classical algorithms, such as maximum flow, minimum cut, and other related algorithms.)
    2011-05-11 17:52:55下载
    积分:1
  • testfill
    矢量区域填充算法(包括汉字提取生成) 算法(Vector area filling algorithm (including the extraction of Chinese characters generated) algorithm)
    2007-08-09 11:44:31下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载