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

搜索资源列表

  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. colorimgseg

    0下载:
  2. 这是一个很好的彩色图像分割源代码,实验结果不错,希望对大家有帮助-This is a good color image segmentation source code, experimental results well, want to help everyone
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:755
    • 提供者:X.Y. Gao
  1. ColorImageSegmentation

    2下载:
  2. 彩色图像分割算法,首先基于直方图粗分,而后通过kmeans细分,得到分割结果-Color image segmentation algorithm, first, rough segmentation based on histogram and then broken down by kmeans get segmentation results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:31914
    • 提供者:meng
  1. Colorimage_segmentation

    1下载:
  2. 利用K均值聚类实现彩色图像分割,效果不错-Color Image segmentation using K-means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:862780
    • 提供者:王成
  1. mean_shift_segmentation

    0下载:
  2. mean shift图像分割软件,只能对灰度图像进行处理,如果对彩色图像进行处理,需要转换-mean shift image segmentation software, only for grayscale image processing, if the right color image processing, needs to be converted
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1713
    • 提供者:陈建成
  1. pepp

    0下载:
  2. This code contains region growing segmentation algorithm to obtain the similar edges in color images
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:66162
    • 提供者:Rekha.N
  1. Segmentation

    0下载:
  2. Proccesing Digital Image to segmentation of image: know the characterist of an image, color, mean, etc.
  3. 所属分类:CSharp

  1. svmsegmentation

    0下载:
  2. 为了提高白细胞自动识别算法的性能,提出了基于均值移动和单类支持向量机的血细胞图像分割新方法. 该方法的原理是将图像中颜色相对稳定的背景和红细胞部分像素作为正训练样本,将颜色复杂多样的白细胞像素作为异常数据检测. 均值移动过程用来在红、绿、兰(RGB) 颜色空间寻找正训练样本集,通过均匀抽样和颜色量化措施,实现单类支持向量机(SVM) 在线实时训练,最终图像像素经过单类SVM 分类来实现分割. 实验表明,新方法对涂片制备和光照变化导致的图像颜色改变有很好的适应性,图像分割精度优于常用流域算法,而耗
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:440718
    • 提供者:罗朝辉
  1. LipLoca

    0下载:
  2. 实现一种结合颜色空间、变换及变形模板的自动唇部定位及唇轮廓提取、跟踪方法首先在空间建立肤色模型进行人脸检测、定位, 并由人脸几何特征进行唇部粗定位然后结合唇色模型进行变换使肤、唇色差别明显化, 提出根据亮度信息对变换结果预处理后用法进行图像分割, 经唇色模型进一步验证后实现唇部精定位再使用变形模板来进行嘴唇轮廓特征提取, 为增强内轮廓定位的鲁棒性, 对经亮度预处理和唇色模型验证得到的口腔区域边缘图进行曲线拟合来实现内轮廓定位最后, 将唇读图像序列中上一帧的唇部定位结果拓展后作为当前帧的预测区域再
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:971108
    • 提供者:郭事业
  1. modle

    0下载:
  2. 基于色彩分割的matlab程序,完成人脸定位-Matlab program based on color segmentation, face detection completed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2865255
    • 提供者:slim
  1. segment-image

    0下载:
  2. 基于matlab的颜色特征图像分割的图像检索源程序-Based on the color characteristics of image segmentation matlab image retrieval source
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1614
    • 提供者:张楠
  1. ctex

    0下载:
  2. In this project, we intend to segment natural images by combing colour and texture information. For this we will be using an unsupervised image segmentation framework (referred to as CTex) that is based on the adaptive inclusion of color and texture
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:346689
    • 提供者:rupesh
  1. chengxu

    1下载:
  2. matlab图像分割的实例,包括基于L*a*b空间的彩色图像分割,检测汽车目标,分水岭分割等程序源代码-matlab examples of segmentation, including those based on L* a* b color space, image segmentation, target detection vehicles, watershed segmentation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2422510
    • 提供者:梁玉梅
  1. main

    3下载:
  2. 基于分水岭自动选取种子的区域生长来进行彩色图像分割-Automatically selected based on the watershed to the seed region growing for color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-11
    • 文件大小:5247
    • 提供者:Image
  1. regionbased_seg

    1下载:
  2. 该程序时Graph Cuts方法做图像分割的一种源程序,做彩色图像分割的,效果还是很不错的-The program Graph Cuts method to do segmentation of a source, do color segmentation, the effect is very good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:103456
    • 提供者:雪花莲
  1. ColorQuantization

    0下载:
  2. 针对色调在颜色量化时容易出现偏差,提出了一种基于直方图特性的颜色量化算法,在颜色量化时对色调进行修正,并采用脉冲耦合神经网络对颜色量化结果进行分割验证.-For color in the color quantization error prone, a feature based on the color histogram quantization algorithm, when the color quantization for color correction, and using p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:611988
    • 提供者:王杰
  1. codeforFaceDetecting

    0下载:
  2. 一个人脸检测的程序,里面有光照补偿,肤色分割,腐蚀,眼睛检测,嘴巴检测,功能齐全,效果很好-A face detection program, which has light compensation, color segmentation, corrosion, eye detection, mouth detection, functional, good results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3071872
    • 提供者:啊哦
  1. paizhao

    0下载:
  2. 一个利用彩色分割方法定位汽车牌照的程序,适用于蓝色牌照。-Positioning using color segmentation of a motor vehicle license process for the blue license.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:709
    • 提供者:zj
  1. layered_background_model_code

    0下载:
  2. color segmentation that could extract image
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:281544
    • 提供者:hana
  1. PyrSementation

    0下载:
  2. vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4641016
    • 提供者:wwwddd
« 1 2 3 4 5 6 78 9 10 11 12 ... 43 »
搜珍网 www.dssz.com