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

image-segmentation

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

  • ImageRegistration
    基于边缘特征的图像配准算法源码 基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域: (1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究; (2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、CT、MRI、 PET、 SPECT图像结构信息融合; (3)模式识别,如特征识别、波形分析、签名证实、目标物运动跟踪、序列图像分析等; (4)计算机视觉,可用于目标定位、自动质量控制等; (5)遥感数据分析,多电磁波段图像信息融合,如多谱段的等场景分类、定位和识别定义好的或已知特征的场景、自然资源监控、核生长监控、市区增长检测等。 本算法实现使用VC++6.0为开发环境,目前只支持灰度图像,感兴趣的朋友可以进一步扩展。(Image registration is a fundamental problem in image processing, which is a process to match two or more images of the same scene taken at different times, from different viewpoints, or by different sensors. Image registration is an important technique for a great variety of applications such as medical image analysis, computer vision, remote image data analysis, image information fusion, and the recovery of the 3–D characteristics of a scene.)
    2009-03-19 13:17:58下载
    积分:1
  • opencvhello_matlab
    说明:  opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示(opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image)
    2021-02-23 11:39:40下载
    积分:1
  • Digital_image_processing_frequency_domain
    该数字图像处理文件有很强的修改能力,可以仔细的分析每一个频域不同条件下的实验结果分析。有很强的处理图像能力(The digital image processing of documents has a strong ability to change and be more careful analysis of each under different conditions, a frequency-domain analysis of the experimental results. Has a strong ability to deal with images)
    2010-01-03 16:37:44下载
    积分:1
  • MedianFilter_GPU
    该VC++程序是基于CUDA架构的中值滤波程序,GPU加速,并且使用了opencv函数库(The VC++ program is based on the CUDA architecture median filtering program, GPU acceleration, and use the opencv library)
    2014-10-27 18:29:32下载
    积分:1
  • SARViewer
    通过GDAL读取常用遥感影像,如img,tiff,可实现读取显示和雷达影像处理的一些基本算法(Read through GDAL common remote sensing images, such as img, tiff, read the display and radar can achieve some of the basic image processing algorithms)
    2013-08-03 19:39:01下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • sarMatch
    说明:  基于边缘特征的SAR图像与光学图像匹配,测度为Hausdorff距离(SAR images based on edge features and optical image matching, for the Hausdorff distance measure )
    2020-10-12 09:57:32下载
    积分:1
  • DLT
    基于visual c++平台,相机标定方法中的直接线性变换方法,即DLT方法(Based on visual c++ platform, camera calibration method of direct linear transformation method, namely DLT method)
    2013-09-05 16:34:56下载
    积分:1
  • DcmtkTest
    本程序使用dcmtk库,可以显示大部分的DICOM图像。非压缩、压缩黑白图像以766灰阶显示,彩色图像正常显示。 对于初用dcmtk库的开发者来说,入门较难,本程序已使用VC6工程将主要库加入工程中,可以参考本工程的设置。另外,对于高于8位的黑白图像,本程序也提供一个处理方法的参考。(This procedure used dcmtk library, you can see that the majority of the DICOM image. Non-compressed, compressed to 766 gray-scale black-and-white images show that color image display. Dcmtk library used for the early developers, the entry more difficult, the procedure has been in use for the main library VC6 project will join the project, can refer to the project settings. In addition, higher than the 8-bit black-and-white images, the program also provides a reference method.)
    2009-06-01 14:19:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载