登录
首页 » Visual C++ » MeanShiftSegMent

MeanShiftSegMent

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

  • PicMatch
    本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。(This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.)
    2010-05-22 00:46:30下载
    积分:1
  • MyFFT1
    VC和MATLAB混合编程实现快速傅立叶变换(VC and MATLAB programming Fast Fourier Transform Mixed)
    2021-03-04 19:09:32下载
    积分:1
  • Houghtranslate
    这个是图像处理中的hough变换的C++源代码,工需要的同学参考学习。(This is the image processing hough transform C++ source code, engineering students need to learn.)
    2013-09-07 00:28:11下载
    积分:1
  • imagejiansuo
    图像处理的简单程序,适合初学者,自己好好看看(Simple image processing procedures, suitable for beginners, its a good look)
    2010-05-28 16:14:09下载
    积分:1
  • PDF417-Encode-a-Decode
    二维码PDF417编码和解码的源代码,可将它们修改后做成匹配的编码和解码对。(The source code of two-dimensional barcode PDF417 encoding and decoding, they can be modified to become a matched encoding and decoding. )
    2012-02-10 21:04:53下载
    积分:1
  • cameraCali
    张正友标定法,标定图像,将图像进行校正,是当今用的最多的方式方法(This method is so good, I have transferred through this. And it is very useful for the IT workers. This is my first code. Thank you every one.)
    2015-05-03 23:45:36下载
    积分:1
  • opticalflowMATLAB
    LK 和HS光流代码,初学者可用,带有误差分析(LK optical flow and the HS code is available for beginners, error analysis with)
    2015-11-28 10:35:21下载
    积分:1
  • HistDemoA
    说明:  直方图均衡化的一个程序,只能对BMP的黑白图像进行直方图均衡化(A histogram equalization process, only black and white BMP image histogram equalization)
    2008-09-23 09:48:10下载
    积分:1
  • CUDA
    将传统的串行均值滤波算法修改为基于CUDA的并行的滤波算法(Modify traditional serial mean filtering algorithm based on CUDA parallel filtering algorithm)
    2020-12-13 21:49:14下载
    积分:1
  • gammacorrection
    说明:  对图像畸变进行校正,对有些图像由于近小远大照成的畸变进行校正,采用了opencv(To correct image distortion , It s important to the machine vision)
    2010-04-11 22:15:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载