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

搜索资源列表

  1. 图像的阈值分析

    1下载:
  2. 图像的阈值分割分析,包括迭代分割,峰谷阈值分割,半阈值分割等-image thresholding segmentation analysis, including iterative segmentation, segmentation threshold peak, semi-threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:166659
    • 提供者:苗苗
  1. 图像分割迭代峰谷半阈值

    0下载:
  2. 图像的阈值分割算法,包括常用的迭代分割,半阈值分割,半阈值分割等-image thresholding segmentation algorithm, used in the iterative separate, semi-thresholding segmentation, semi-threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69568
    • 提供者:苗苗
  1. sanple3

    0下载:
  2. 此文件使用C语言编写,用于彩色图像阈值分割,并捡出目标-this document using C language for color image thresholding segmentation and target house
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1074
    • 提供者:李国平
  1. MyProjectyuzhi

    0下载:
  2. 该源码包含了常见的图像形态学算法,如图像基本逻辑运算,阈值分割,边缘处理,孔洞填充-the source contains common morphological image algorithms, such as images basic logic operations, thresholding segmentation, edge, filled Hole
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:98759
    • 提供者:jiangxia
  1. bianyuanjianceyufenge

    0下载:
  2. 关于边缘检测、图像分割matlab源程序,Prewitt算子、LoG算子检测、阈值分割、水线阈值法分割、文字和非文字区分等-on edge detection, image segmentation Matlab source, Prewitt operator, Getting Operator detection, thresholding segmentation, subaqueous threshold method segmentation, textual and non-text
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:41953
    • 提供者:杨爱萍
  1. yuzhifenge

    0下载:
  2. 取阈值是最常见的并行的直接检测区域的分割方法,最简单的利用取阈值方法来分割灰度图象的步骤-thresholding is the most common direct parallel detection regional segmentation method, most use simple thresholding segmentation method to step grayscale image
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:19560
    • 提供者:牛万红
  1. DIPprocessing

    1下载:
  2. 封装了freeimage库的图像处理程序 可以用他很方便的进行各种图像处理 包括边缘检测,阈值分割等 是学习c++封装库调用DLL的灵活运用 相当方便 同时还进行了检测速度的比较-Packaging freeimage library of image processing procedures can be used conveniently in the various image processing including edge detection, thresholding segme
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3587014
    • 提供者:让他
  1. seg22

    0下载:
  2. 一种用于尿沉渣图片的分割方法,先用小波变换和形态学,再使用边缘检测和阈值分割-urine for a picture segmentation method, use wavelet transform and morphology, re-use of edge detection and thresholding segmentation
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:3698
    • 提供者:李明
  1. C++.netImage2Processing

    0下载:
  2. 固定阈值分割原 自适应阈值分割 边界跟踪-fixed threshold segmentation original adaptive thresholding segmentation border tracking
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:188733
    • 提供者:xiaolong
  1. f_threshold

    0下载:
  2. 国外网上找的自适应阈值分割的源程序,测试过,好用。 可以下载-abroad to find online adaptive thresholding segmentation of the source, tested and ease of use. Can be downloaded s
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3437
    • 提供者:江南书虫
  1. test42251

    0下载:
  2. 图像阈值分割算法 请指教 -image thresholding segmentation algorithm please enlighten ha ha ha ha
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:xfmn
  1. image-preprocessing-4

    0下载:
  2. 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘-Water line image thresholding segmentation of matrix quadtree decomposition of the image into text and non-text for these two types of morphological gradient detected binary image of the edge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1798
    • 提供者:焦竹青
  1. loc_im_MSfilter

    0下载:
  2. 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理。-Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixe
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:840
    • 提供者:mayan
  1. im_MSfilter

    0下载:
  2. 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理 -Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:884
    • 提供者:秦陈刚
  1. segmentation

    0下载:
  2. 基于边缘信息的图像阈值化分割方法,基于边缘信息的图像阈值化分割方法-Image based on edge information thresholding segmentation method, based on edge information of image thresholding segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:295803
    • 提供者:qyh
  1. Otsu

    0下载:
  2. 一篇有关ostu阈值分割的论文,可以用于图像分割。一篇有关ostu阈值分割的论文,可以用于图像分割-A thresholding the ostu papers, can be used to image segmentation. A thresholding the ostu papers, can be used for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:308106
    • 提供者:zhanglei
  1. lft

    0下载:
  2. 阈值分割迭代法分割图像的一种算法,可以实现迭代分割图像。-Thresholding segmentation image iteration, an algorithm can achieve iterative image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:64091
    • 提供者:李烟
  1. Threshold-segmentation-

    0下载:
  2. vc++环境下图像处理,包括各种阈值分割,形态学算法等等。附图片-vc++ environment, image processing, including thresholding, morphological algorithms, and so on. With photo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6176322
    • 提供者:赵文旻
  1. Local-entropy-segmentation

    0下载:
  2. 过渡区提取与分割的两篇经典外文论文,pdf格式。-"Local entropy based image transition region extraction and thresholding" and "Modified Local entropy based image transition region extraction and thresholding"
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1853633
    • 提供者:
  1. image-thresholding-segmentation

    1下载:
  2. ]图像分割是图像处理的一个重要研究方向,本文在介绍了基于阈值的图像分割算法的基础上,针对最大类间方差的寻优问 题,利用遗传算法求解最佳闽值-Image processing image segmentation is an important research direction in this paper, based on the threshold image segmentation algorithm based on Otsu, aiming at the optimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-05-07
    • 文件大小:187392
    • 提供者:
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com