CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 图像分割

搜索资源列表

  1. chepai

    0下载:
  2. 人名币识别系统,使用VC++6.0,对人民币进行图像分割
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:132213
    • 提供者:Peter
  1. dipcode

    0下载:
  2. 这个文件使用vc++6.0编译环境对8位图像进行各种处理,包括边缘检测,轮廓提取,图像分割等许多功能.有兴趣可以
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3393593
    • 提供者:jianzhuhuai
  1. segment

    0下载:
  2. 图像分割算法,用hausdorff距离实现,vc环境
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20328
    • 提供者:林青
  1. meanshiftseg

    1下载:
  2. 这是基于均值漂移算法的图像分割VC源代码。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4563
    • 提供者:olindazh
  1. MRF2.0

    0下载:
  2. 在VC++下基于MRF来进行的图像分割源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:58490
    • 提供者:王磊
  1. ThresholdSegmentationLevelSet

    0下载:
  2. levelset写的vc软件哦,levelset今年在图像分割和识别领域应用很多,但数学基础一定要扎实-levelset write vc software Oh, levelset this image segmentation and the identification of many application areas, but math must solidly
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8060
    • 提供者:陈号
  1. 分水岭算法VC实现

    1下载:
  2. 本程序用VC++编写,实现了分水岭算法对图像的分割。效果非常不错
  3. 所属分类:2D图形编程

    • 发布日期:2009-06-29
    • 文件大小:244789
    • 提供者:woshiljr
  1. 图像处理编程大全

    0下载:
  2. 该程序集合了图像处理的各个方面并用vc++代码实现,比如图像的预处理(灰度化,锐化等),边缘提取,分割,跟踪,图像融合等
  3. 所属分类:图形图象

    • 发布日期:2011-01-07
    • 文件大小:2776193
    • 提供者:tong2011
  1. demo.rar

    0下载:
  2. 数字图像处理与分析所使用的基础算法用vc++来实现,基本算法包括图像变换、图像增强、图像分割等,Digital image processing and analysis based on the algorithm used in vc++ to achieve, the basic algorithm, including image conversion, image enhancement, image segmentation, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1136724
    • 提供者:hyit
  1. ostu

    0下载:
  2. 利用vc++,结合opencv做图像分割,通过边缘检测做图像分割-Combined with opencv do image segmentation
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:1666
    • 提供者:柳风
  1. RVS.rar

    0下载:
  2. 基于vc++与opencv的用于双目机器视觉的小程序。实现双目显示与图像分割功能,可以用做开发双目视觉软件的基本平台。,Based on vc++ with opencv binocular machine vision for small procedures. Achieve binocular function display and image segmentation can be used for the development of binocular vision of the
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3553991
    • 提供者:William Fan
  1. Visual_CPP

    0下载:
  2. 本书详细介绍了用VC++进行数字图像处理的方法,包括图像获取、图像增强、图像分割等内容-This book gives a detailed introduced by vc++ for digital image processing methods, including image acquisition, image enhancement, the content such as image segmentation...
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5280600
    • 提供者:pu
  1. VC编程实现一些数字图像处理

    0下载:
  2. VC编程实现一些数字图像处理,如阈值分割、投影检测、差影检测、模板匹配,VC programming to achieve a number of digital image processing, such as threshold segmentation, projection detection, poor shadow detection, template matching
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-09
    • 文件大小:81729
    • 提供者:龚正娟
  1. WaterShed

    0下载:
  2. VC++图像分水岭分割算法控件及示例源代码,在Photoshop里会看到这种效果,程序可能还有不完善的地方,有时候会出现内存不足的提示,不过整体感觉程序写的还是不错的,有兴趣的VCFans可下载编译一下。 -VC++ image watershed segmentation algorithm and the sample source code control, in Photoshop, will see this effect, the program may also be desi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:354838
    • 提供者:madud00079
  1. ruzon.tar

    0下载:
  2. 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:83326
    • 提供者:黄沛杰
  1. ImageProcess

    0下载:
  2. 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:902902
    • 提供者:hongye
  1. dipsrcs

    0下载:
  2. ID这是一个基于vc车牌识别系统,有图像分割,识别这些基本功能-it is a sysytem for car S id ,my English is very poor .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3916363
    • 提供者:chenhaiming
  1. grabcut_matlab

    1下载:
  2. 三种基于GraphCut的图像分割方法,分别是GrabCut,LazySnapping和改进的GrabCut,其中用到了matlab和VC++的混合编程,在调用之前需生成mex文件-Three kinds of image segmentation method based on GraphCut, respectively GrabCut, LazySnapping and improved GrabCut, which used the matlab and VC++ mixed progr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6593318
    • 提供者:付莉
  1. LiveWireFinal

    1下载:
  2. 交互式图像分割的一种算法——LiveWire在VC++平台下基于opencv的实现。类似于Photoshop中吸铁石套索的功能。-Interactive image segmentation algorithm- LiveWire platform in VC++ opencv-based implementation. Similar to the magnet lasso feature in Photoshop.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14515515
    • 提供者:杨榕
  1. demo

    0下载:
  2. 数字图像处理实验 细胞图像的分割与测量 包括区域生长 大津阈值分割 去噪等等,VC MFC开发-cell segment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7495729
    • 提供者:lihao
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com