登录
首页 » Visual C++ » image-segmentation

image-segmentation

于 2013-04-30 发布 文件大小:4826KB
0 292
下载积分: 1 下载次数: 17

代码说明:

  基于自动种子选择的区域生长法,克服了传统区域法的很多缺点(Region growing method based on automatic seed selection, to overcome the many shortcomings of the traditional regional law)

文件列表:

图像分割
........\BmpPros
........\.......\BmpPros.aps,30480,2013-04-25
........\.......\BmpPros.clw,3715,2013-04-25
........\.......\BmpPros.cpp,4433,2013-04-17
........\.......\BmpPros.dsp,5391,2013-04-25
........\.......\BmpPros.dsw,522,2013-04-15
........\.......\BmpPros.h,1367,2013-04-15
........\.......\BmpPros.ncb,181248,2013-04-29
........\.......\BmpPros.opt,431616,2013-04-29
........\.......\BmpPros.plg,1399,2013-04-29
........\.......\BmpPros.rc,13562,2013-04-25
........\.......\BmpProsDoc.cpp,2429,2013-04-15
........\.......\BmpProsDoc.h,1806,2013-04-17
........\.......\BmpProsView.cpp,11898,2013-04-25
........\.......\BmpProsView.h,1881,2013-04-25
........\.......\ChildFrm.cpp,1534,2013-04-15
........\.......\ChildFrm.h,1397,2013-04-15
........\.......\Debug
........\.......\.....\BmpPros.bsc,3179520,2013-04-17
........\.......\.....\BmpPros.exe,151626,2013-04-29
........\.......\.....\BmpPros.ilk,435320,2013-04-29
........\.......\.....\BmpPros.obj,33540,2013-04-25
........\.......\.....\BmpPros.pch,6936352,2013-04-17
........\.......\.....\BmpPros.pdb,590848,2013-04-29
........\.......\.....\BmpPros.res,8096,2013-04-25
........\.......\.....\BmpPros.sbr,0,2013-04-17
........\.......\.....\BmpProsDoc.obj,27787,2013-04-23
........\.......\.....\BmpProsDoc.sbr,0,2013-04-17
........\.......\.....\BmpProsView.obj,49096,2013-04-25
........\.......\.....\BmpProsView.sbr,7620,2013-04-17
........\.......\.....\ChildFrm.obj,26209,2013-04-22
........\.......\.....\ChildFrm.sbr,0,2013-04-17
........\.......\.....\Hisotgram.obj,15652,2013-04-23
........\.......\.....\ImgCenterDib.obj,31583,2013-04-23
........\.......\.....\ImgCenterDib.sbr,0,2013-04-17
........\.......\.....\ImgSegment.obj,29763,2013-04-29
........\.......\.....\MainFrm.obj,30621,2013-04-22
........\.......\.....\MainFrm.sbr,0,2013-04-17
........\.......\.....\RegionGrow1Dlg.obj,20449,2013-04-25
........\.......\.....\RegionGrowDlg.obj,20424,2013-04-22
........\.......\.....\StdAfx.obj,106003,2013-04-17
........\.......\.....\StdAfx.sbr,1375079,2013-04-17
........\.......\.....\vc60.idb,361472,2013-04-29
........\.......\.....\vc60.pdb,380928,2013-04-29
........\.......\Hisotgram.cpp,2396,2013-04-18
........\.......\Hisotgram.h,610,2013-04-22
........\.......\ImgCenterDib.cpp,13948,2013-04-23
........\.......\ImgCenterDib.h,1388,2013-04-23
........\.......\ImgSegment.cpp,20311,2013-04-29
........\.......\ImgSegment.h,1139,2013-04-25
........\.......\MainFrm.cpp,2661,2013-04-15
........\.......\MainFrm.h,1584,2013-04-15
........\.......\ReadMe.txt,4335,2013-04-15
........\.......\RegionGrow1Dlg.cpp,1116,2013-04-25
........\.......\RegionGrow1Dlg.h,1293,2013-04-25
........\.......\RegionGrowDlg.cpp,1120,2013-04-19
........\.......\RegionGrowDlg.h,1283,2013-04-19
........\.......\res

........\.......\...\BmpPros.rc2,399,2013-04-15


........\.......\Resource.h,1242,2013-04-25
........\.......\StdAfx.cpp,209,2013-04-15
........\.......\StdAfx.h,1054,2013-04-15

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

发表评论

0 个回复

  • segmant
    在VS2012平台上利用C++语言和opencv实现对图像的分块,并保存分块图像(Using the C++ language and OpenCV to block the image on the VS2012 platform and save the block image)
    2017-12-13 16:05:48下载
    积分:1
  • motiondetection
    完整的程序,提供测试视频帧。根据视频帧中图像的形状进行运动估计(integrity of the procedures for testing video frames. According to Video Frame Image Motion Estimation shape)
    2006-09-07 21:38:28下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • imageFusion
    像素级融合实现 pca his,brovery加权融合方法,很不错(Pixel level fusion to achieve pca his, brovery weighted fusion method, very good)
    2010-12-12 13:57:23下载
    积分:1
  • peppernoise-cpp
    在图像中加入椒盐噪声的源代码,编译后的可执行文件须带参数运行(the image Salt and Pepper to the noise source, the compiled executable file parameters required to bring Operation)
    2006-10-13 13:36:45下载
    积分:1
  • delaunay
    VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考(VC and OpenGL realize the point cloud to read interface, the need for a friend can download the reference)
    2021-04-08 12:39:01下载
    积分:1
  • Histogram-method
    利用直方图双峰法选取适当阈值对图像进行二值化处理。此法只适用于直方图为双峰状图像。(Using the Shuangfeng method to the appropriate threshold histogram of image processing two values. This method is only applicable to the histogram of image of Shuangfeng.)
    2015-04-14 15:56:07下载
    积分:1
  • mv
    说明:  mfc开发程序及经验,以工业相机采集系统为例进行了框架类的设计使其完成采集 存储 及图像的处理(mfc development process and experience with industrial camera acquisition system as an example of the framework class is designed to complete the acquisition and storage and image processing)
    2011-11-02 21:50:23下载
    积分:1
  • MbufAllocColor
    这个函数分配一个数据缓冲区与多个颜色指定系统上的乐队。这种类型的缓冲区允许表示彩色图像(例如,RGB)。 这个函数为每个指定分配缓冲区,一个二维表面颜色乐队。您可以使用MbufAlloc1d()和MbufAlloc2d()来创建单独的乐队一或二维 数据缓冲区,分别。 分配一个缓冲区后,我们建议您检查是否操作成功,使用MappGetError(),或通过验证,不是M_NULL返回的缓冲区的标识符。(This function allocates a data buffer with multiple color bands on the specified system. This type of buffer allows for the representation of color images (for example, RGB). This function allocates buffers that have a two-dimensional surface for each specified color band. You can use MbufAlloc1d() and MbufAlloc2d() to create single band one- or two-dimensional data buffers, respectively. After allocating a buffer, we recommend that you check if the operation was successful, using MappGetError(), or by verifying that the buffer identifier returned is not M_NULL.)
    2015-12-03 19:55:48下载
    积分:1
  • 09_Direct
    人民邮电出版社,《VC++数字图像处理典型算法及实现》-- 第9章图像分割。 包括图像的并行边界分割、串行边界分割、并行区域分割、串行区域分割、Canny算子的实现等源代码(Posts )
    2008-06-03 11:11:23下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载