登录
首页 » Visual C++ » MeanShiftSegMent

MeanShiftSegMent

于 2013-07-30 发布 文件大小:5659KB
0 267
下载积分: 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 个回复

  • hccirclesa
    halcon图像处理软件用来检检测图像的圆状物体。可直接使用。 (halcon image processing software is used to check the oblong object detection image. Can be used directly.)
    2012-09-30 00:22:33下载
    积分:1
  • EdgeDetection
    基于Visual C++的图像边缘检测工程,以Canny为例(Visual C++-based image edge detection works to Canny Case)
    2013-10-22 11:33:56下载
    积分:1
  • LMD
    自己编写的数字图像处理程序,包括打开bmp图像,直方图,阈值分割,形态学处理等功能。(digital image processing procedures, including open bmp image, histogram, threshold segmentation, morphological processing and other functions.)
    2013-11-14 22:17:45下载
    积分:1
  • lbgvq
    lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。(lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.)
    2021-01-06 21:28:54下载
    积分:1
  • CannycPP
    c 实现 canny算子(c realize canny )
    2016-04-11 15:44:07下载
    积分:1
  • ImgZoom
    OPENCV做图像变形的经典代码啊,适合比较初级的同学看看(OPENCV do image warping the classic code ah, suitable for elementary students to see more)
    2009-12-02 20:06:13下载
    积分:1
  • src
    读取RAW格式文件,将其转换为BMP格式文件并存储(raw 2 bmp file format convert)
    2016-04-20 16:29:22下载
    积分:1
  • 256bmp
    对256bmp进行图象处理 对256bmp进行图象处理(256bmp carried out on the image processing carried out on 256bmp image processing)
    2007-10-26 16:13:28下载
    积分:1
  • dip
    一个全面的图像处理平台,基本上具有教课书上所说的所有图像处理算法,并附带一些关键算法!()
    2007-09-25 06:58:20下载
    积分:1
  • Chromosome_counter
    数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。(Mathematical Morphology and related algorithms realize the C language source code examples of cxcore call OpenCV and highgui two libraries, the application of C language to realize pairs of chromosomes in the chromosome number of image statistics. The core algorithm code for an important mathematical morphology algorithms- open operation, closing operation (corrosion and expansion). Contains corrosion treatment, expansion of treatment, adaptive median filter, histogram method to determine differential binarization threshold, the seed fill algorithm, such as image processing algorithms realize the C language, it is also useful.)
    2007-09-17 17:11:33下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载