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

image-segmentation

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

  • splines5
    样条函数用于图像放大;可放大任意倍数;五次样条函数的构造 (five splines function)
    2011-07-08 16:00:48下载
    积分:1
  • 12.2
    (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域居中显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)鼠标指针在图片上停留时显示为十字形,同时在控件下方固定位置显示鼠标所在的图像x坐标和y坐标(如:50,100),以图片左上为坐标原点。 (3)在工具栏中可以点击控件实现在图片上绘制一次直线、矩形或圆等图形,在绘图过程中要求图片和图形一直可见,不能出现刷新痕迹,绘制的图形可以任意修改形状。 (4)可以任意选择图形线条的类型(虚线或直线)、颜色(三种)及粗细(三种),要求选择方式可以叠加,绘制过程要求可任意连续执行。 (5)在工具栏中点击“保存”功能出现文件保存窗口,用户可以选择保存路径来保存当前图片操作结果(包括图片和图形)。 (6)点击“关闭”功能,关闭当前图片,若操作结果尚未保存则必须弹出对话框提示用户进行保存。 ((1) in the tool bar, click on Open function has the file open window, the user selects a bmp image to center the picture in the designated area, if the image size is smaller than the specified area press the original size if more than press the appropriate scale display. (2) is shown as a cross when the mouse pointer over the image, while displaying an image x and y coordinates of the mouse cursor in a fixed position below the control (eg: 50,100) to image the upper left of the coordinate origin. (3) in the toolbar you can click controls to achieve a draw straight lines, rectangles or circles and other graphics on the picture, the requirements of pictures and graphics in the drawing process has been seen, it can not appear refreshed traces drawn graphics can be modified shape. (4) can choose the type of graph line (dashed or straight), color (three kinds) and thickness (three kinds), asked to choose the way can be superimposed, can arbitrarily draw process requires continuous exe)
    2015-10-23 12:16:41下载
    积分: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
  • Tracking
    使用VC++ 6.0 和 OpenCv实现粒子滤波目标跟踪算法,主要功能在MFC对话框内实现。(particle filter object tracking)
    2011-08-21 22:30:52下载
    积分:1
  • SIFT
    提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
    2020-12-10 10:49:21下载
    积分:1
  • tss_filterh
    fpga实现图象滤波,实时的实现现对输入图象的形态学滤波可直接使用。 (fpga image filtering, real-time implementations currently morphological filtering of the input image can be used directly.)
    2012-10-07 00:29:30下载
    积分:1
  • 28_REVIEW
    Image enhancement is a processing on an image in order to make it more appropriate for certain applications. It is used to improve the visual effects and the clarity of image or to make the original image more conducive for computer to process. Contrast enhancement changing the pixels intensity of the input image to utilize maximum possible bins. We need to study and review the different image contrast enhancement techniques because contrast
    2016-04-22 20:49:34下载
    积分:1
  • histogrameq
    VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference )
    2012-03-15 10:09:25下载
    积分:1
  • cpp
    用halcon编写的代码实例,用来给初学者学习(Use halcon code examples, for beginners learning )
    2014-10-21 09:56:24下载
    积分:1
  • Daima
    遥感图像处理源代码,包括遥感影像读入、几何校正、影像重采样等等(Remote sensing image processing code)
    2020-08-11 16:28:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载