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

搜索资源列表

  1. 12542959VC_xijunfengeyutongji

    0下载:
  2. 采用VC++的细菌分割与统计程序,不下要后悔,-Bacteria using VC++ segmentation and statistical procedures, no less than to regret,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:487924
    • 提供者:supeiyin
  1. ImageP

    0下载:
  2. 用vc实现的数字图像处理算法程序,包括图像显示、灰度变换、二值化、图像分割、图像边缘检测等,实例丰富-With vc digital image processing algorithms to achieve the program, including image display, gray-scale transformation, binary, image segmentation, image edge detection, example
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7612913
    • 提供者:Robert
  1. tuxiangfengexitong

    1下载:
  2. 这是个基于VC++的图像处理系统,主要实现实现系统能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开的功能 2.实现系统能对图像文件进行保存,另存的功能 3.实现系统能对图像文件进行打印的功能 4.实现系统退出操作的功能 5.图像分割:阈值分割、区域生长、分裂合并 、区域增长法、特征空间聚类法、用分水岭变换分割法等各种方法,实现复杂区域的分割 希望对大家有用-This is based on VC++ image processing system, t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5689719
    • 提供者:李雄
  1. shotdetection

    0下载:
  2. 用VC++实现镜头边缘的检测与分割,程序简单,容易读懂-Lens with VC++ to achieve edge detection and segmentation, the program is simple, easy to read
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2536
    • 提供者:Brad
  1. 123

    0下载:
  2. 基于边缘检测和区域生长的彩色图像分割,设计论文+VC代码-Based on edge detection and region growing for color image segmentation Design thesis+ VC code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:226666
    • 提供者:林静
  1. classical-image-processing

    0下载:
  2. 实现vc各种算法,包括二值化处理,图像增强,图像分割等经典的25多种算法-achieving all kinds of vc algorithm,including Binary processing, image enhancement,image segmentation and so on. the classic algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5097813
    • 提供者:陈海鹏
  1. fenci

    0下载:
  2. 基于VC++的中文分词代码。程序编码基本正确,实现了程序设计中提到的两种分词策略,分词结果就在预料之中。-Chinese word segmentation based on VC++ code
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-31
    • 文件大小:1652
    • 提供者:duosdf
  1. vcPP-regiongrowing

    0下载:
  2. 区域生长的vc++代码,能够很好的进行图像分割-region growing for segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3366136
    • 提供者:王梦佳
  1. Wavelet-transform-image

    0下载:
  2. 图像分割处理的小波变换算法源代码,使用vc-Wavelet transform image segmentation algorithm source code vc++
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:125371
    • 提供者:阳阳
  1. SLICSuperpixelsAndSupervoxelsCode

    0下载:
  2. 一个采用自适应聚类的超像素分割方法,采用的是vc++,代码分割效果相当好!-This is a C++ implementation of the superpixel segment algorithm. The segmentation performance is very good!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5281670
    • 提供者:hzw
  1. VCPP

    0下载:
  2. 数字图像处理在vc中的分割算法,增强算法以及编码-Segmentation algorithm, digital image processing in vc enhancement algorithms and coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3830766
    • 提供者:徐辉
  1. STATICSPLIT

    0下载:
  2. 一个静态的VC++窗体分割框架示例 一个静态的VC++窗体分割框架示例,另外还有一些图形绘制的功能,比如画直线、画矩形等。部分代码注释:储存形状控件的类别,衍生自CObject类别以便具备储存(Serialize)功能,声明GraphicObject为可Serialize的类别,将MyView设为friend类别,方便数据保存。-A segmentation framework example of a static VC++ form static VC++ form segmentati
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:16590
    • 提供者:王志坚
  1. li5-10

    0下载:
  2. 图像作为一种特殊的图形,有着很强的描述自然的能力。在动画制作过程中,要充分的利用图像这种载体。 在前面章节中,已经给出了播放图像制作动画的例子,其实还可以缩放图像、旋转图像、分割图像、增强减弱图像颜色亮度等等制作动画,这些内容也属于图像处理的内容。 下面主要介绍基于OpenGL的(图像)纹理映射动画制作技术。 在学习OpenGL纹理映射动画制作的同时,还学习在VC++环境下使用Win32应用程序进行OpenGL程序设计 -Image as a special graphics,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1422369
    • 提供者:zhaojun
  1. 5556

    0下载:
  2. 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:15784
    • 提供者:周鹏
  1. 12345

    0下载:
  2. 图像边缘检测与分割处理VC源代码,很实用的图像处理算法-Image edge detection and segmentation of the source code in VC very useful image processing algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:40883
    • 提供者:zj
  1. STATICSPLIT

    0下载:
  2. 一个静态的VC++窗体分割框架示例,另外还有一些图形绘制的功能,比如画直线、画矩形等。-A segmentation framework static VC++ form example, in addition to drawing functions, such as drawing a straight line, draw a rectangle.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:16977
    • 提供者:jia hu
  1. LYJ

    2下载:
  2. vc++编程设计切分窗口后左边画椭圆 右边数个数-vc++ Programming segmentation window painted oval on the left the right side of the number of number of
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2440755
    • 提供者:风的使者
  1. photosegmentation

    0下载:
  2. 用均值漂移实现图像分割,这是基于均值漂移算法的图像分割VC源代码-mean shift segmentation This is based on the mean-shift image segmentation algorithm VC source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:277907
    • 提供者:陈志飞
  1. tu-xiang-fen-ge

    0下载:
  2. 图像分割,图像相关处理,vc源代码,希望对你有用-Image segmentation, image processing, vc source code, you
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4297831
    • 提供者:zhangjing
  1. 111

    0下载:
  2. 实现了视图的分割,能在试图内进行编辑,类似于VC++6.0的界面-Segmentation of view within trying to edit it, similar to the interface of VC++6.0
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2230700
    • 提供者:王涛
« 1 2 ... 9 10 11 12 13 1415 16 17 18 »
搜珍网 www.dssz.com