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

搜索资源列表

  1. Graphic-segmentation-to-detect-cell

    0下载:
  2. 图像分割用于检测细胞,在医学图像上应用广泛。-Image segmentation is used to detect cells are widely used in medical image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:895
    • 提供者:王情伟
  1. Segmentation

    0下载:
  2. 对图像进行二值分割处理,实现前景物体和背景的分离。-This programe conducts image segmentation based on binarization method to seperate the foreground object from the backgroud.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:928570
    • 提供者:杨扬
  1. K-means-color-segmentation

    0下载:
  2. K均值图像检测,GUI界面,可对彩色图像分割-K-means image detection, the GUI interface, color image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:1090
    • 提供者:mhx_nx
  1. Edge-Detection-and-Segmentation

    0下载:
  2. 利用边缘检测进行图像分割,有图有真相,效果还行-Edge detection, image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:448554
    • 提供者:hupo1
  1. The-image-processing-program

    0下载:
  2. 包括图像增强、图像分割、目标检测、图像配准等各种算法的程序代码-Including image enhancement, image segmentation, target detection, image registration algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:5033976
    • 提供者:wen
  1. FSVM-SEGMENTATION

    0下载:
  2. image segmentation with fast support vector machine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:467635
    • 提供者:hamed
  1. Segmentation

    0下载:
  2. 高质量的MATLAB源代码 用于虹膜图像分割(Hough变换)-Quality MATLAB source code for the iris image segmentation (Hough transform)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:3266
    • 提供者:胡胡
  1. image-processing

    0下载:
  2. 本程序是基于VC++的,可以实现图像处理的一般功能,包括二值化,灰度化,图像平滑,锐化,边缘检测,图像频域增强,图像形态学,图像分割等功能-This procedure is based on VC++, can realize the function of image processing, including the value of the two, grayscale, image smoothing, sharpening, edge detection, image enhance
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:4762536
    • 提供者:金萌珏
  1. Digital-image-processing-and-MATLAB

    0下载:
  2. 图像采集,图像变换,图像增强与恢复,图像分割,图像分析与理解,图像压缩-Image acquisition, image transformation, image enhancement and restoration, image segmentation, image analysis and understanding, image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:8358893
    • 提供者:王晓
  1. picture-segmentation

    0下载:
  2. 在matlab中实现图像分割的源代码,内容包括图像反转,图像灰度线性变换和非线性变换,图像分割等多种内容-Implemented in matlab image segmentation source code, including reverses the image gray linear transformation and nonlinear transformation, image segmentation and other
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:7558
    • 提供者:樊春雷
  1. segmentation

    0下载:
  2. 使用matlab编程,进行图形图像的分割处理,-Matlab programming, graphic image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:1384
    • 提供者:yuan
  1. Skin-color-segmentation

    0下载:
  2.   在目前的人脸图像信息处理领域中,包含有人脸识别、人脸跟踪、姿态估计、表情识别等多个研究方向,然而,所有这些研究方向都涉及到一个人脸标识和定位的问题,即必须知道人脸在图像中的位置以及尺寸——人脸检测。因此,对于一个完整的、自动的人脸信息分析系统来说,人脸检测算法是必不可少的。本文主要是对基于matlab平台的彩色图像皮肤区域分割算法及人脸检测系统的设计做了介绍。-In the face image information processing, including face recogniti
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:646243
    • 提供者:陈潇洒
  1. segmentation-effect

    0下载:
  2. Efficient Graph-Based Image Segmentation-input image change to segmentation effect when applying the programming
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:21180
    • 提供者:kang
  1. VCPP-image-processing

    1下载:
  2. 图像处理各个模块,包括:图像特效显示,图像的几何变换,灰度变换,,平滑处理,图像锐化处理及边缘检测,图像分割,图像合成,小波变换-Image processing modules, including: image effects display, image geometric transformation, gray-scale transformation, smoothing, image sharpening and edge detection, image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2016-03-27
    • 文件大小:15729664
    • 提供者:姚开彬
  1. Image-segmentation-code

    1下载:
  2. Cutpicture(form)做的是直方图统计: 第一步:读入图片,并将彩色图片用公式转化为灰度图像。 第二步:用区域生长法将图片分块并对每一块做直方图统计,用广度优先搜索完成,子程序是int flood_fill()。返回值是区域内的点的数量。判断是否属于同一块区域的条件是前面搜索得到的灰度平均值是否大于给定阈值(即threshold,由用户输入决定)。 第三步:任意两块区域对区域直方图的每个色阶比例的差的绝对值求和,若和小于阈值(即threshold2,由用户输入决定)则合并两
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:2861
    • 提供者:吴魏
  1. image-segmention

    0下载:
  2. 图像 分割的基本资料,基本变换的数学原理介绍的很详细,可以用作授课资料,也可以用作自学资料-Image segmentation basic information, basic transformation of mathematical principles described in great detail, can be used as teaching materials can be used as a self-study materials
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:427817
    • 提供者:yuxiaoping555
  1. segmentation

    0下载:
  2. 这是图像处理,Matlab代码实现了一个新的水平集配方,称为距离正规化水平集演化(DRLSE),在论文“的距离正则提出图像分割的水平集演化及其应用-This Matlab code implements a new level set formulation, called distance regularized level set evolution (DRLSE), proposed by Chunming Li et al s in the paper "Distance Regular
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1903312
    • 提供者:kang
  1. image-segmentation

    0下载:
  2. 图像分解算法,四种方法可选,包括threshold, K means threshold, region growing以及gradient based segmentation-Image decomposition algorithm, four methods available, including the threshold, K means threshold, region growing and gradient based segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4239
    • 提供者:Shawn Chen
  1. Segmentation

    0下载:
  2. 区域生长算法被证实是一个有效的图像分割方法。区域生长的基本方法是从被分割对象 里作为种子区域(通常是一个或多个像素)的一个区域开始,在种子区域的相邻像素寻找与种 子像素有相同或相似性质的像素,并将这些像素合并到种子像素所在的区域中。将这些新像 素当作新的种子区域继续进行上述过程。区域生长算法主要取决于用来选择确定为种子区域 像素的标准、用来确定相邻像素的连通性类型和用来访问相邻像素的策略。-Region growing algorithms have proven to be a
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:4813
    • 提供者:张涛
  1. MeanShift-segmentation

    0下载:
  2. 基于meanshift算法的图像分割,非opencv库函数,自己实现算法!-Based on the meanshift algorithm of image segmentation 。
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6248197
    • 提供者:骇客终结者
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com