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

搜索资源列表

  1. imagetreatplat_nomege

    0下载:
  2. 进行图象的读取并显示分割图象和彩色图象,运用的是区域生长的阈值分割法-Images to read and display images and color image segmentation, the use of regional growth threshold segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:199964
    • 提供者:yj
  1. imige

    0下载:
  2. 用VC++写的一个能进行阈值分割的程序,绝对可用-With VC++ Can write a threshold segmentation procedure, the absolute available
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:65039
    • 提供者:孟祥
  1. Tuxiangchuli

    0下载:
  2. 较全面的图像处理程序,功能有:种子填充,阈值分割,图像复原,模板匹配,轮廓提取与跟踪-A more comprehensive image processing procedures, functions: seed filling, threshold segmentation, image restoration, template matching, contour extraction and tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1882546
    • 提供者:Abel86
  1. imageprocessingbyVC6

    0下载:
  2. 自己编写的VC图像处理程序,绝对可执行。有详细代码。有缩写日期,可以看出本人是如何一本本走过来的。包括图像读写,阈值分割,彩色分量提取,变换等十套内容。-I have written VC image processing procedures, the absolute executable. Detailed code. There are the initials date, I can see how one of the books came. Including image read
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:1934667
    • 提供者:刘华波
  1. image-preprocessing-2

    0下载:
  2. 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割-Prewitt operator with the edge detection of images with different values σ LoG operator detected by Canny edge detection operator Edge Image Thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1006
    • 提供者:焦竹青
  1. segment

    1下载:
  2. 用matlab实现的医学图像分割算法,(分割最佳阈值的迭代算法)代码, 可适合初学者使用,并有图。-Using matlab to achieve the medical image segmentation algorithm, (partition optimal threshold of iterative algorithm) code which may be suitable for beginners to use, and map.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:29082
    • 提供者:李敏
  1. ImageCut

    0下载:
  2. 《VC++图像处理程序设计》第七章图像阈值分割及图像边缘提取。- VC++ Image processing program design, Chapter VII of the image threshold segmentation and image edge extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:208782
    • 提供者:李慧芳
  1. The_digital_image_processing

    0下载:
  2. 数字图像处理算法的实现 包括:Hough变换,边缘检测,差影法,轮廓提取与跟踪投影法,图像复原,阈值分割,种子填充-Digital image processing algorithm, including: Hough transform, edge detection, and poor shadow law, contour extraction and tracking projection, image recovery, threshold segmentation, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1855868
    • 提供者:Broker
  1. f_threshold

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3402
    • 提供者:liulei
  1. DSplit

    0下载:
  2. 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:134865
    • 提供者:wurui
  1. 4

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:41098
    • 提供者:吴培培
  1. yiweishangyuzhifenge

    0下载:
  2. 一维直方图熵阈值算法,能对图像进行很好的阈值分割,希望对大家又帮助-One-dimensional histogram entropy threshold algorithm, can be a very good image threshold segmentation, we also hope to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1422
    • 提供者:zhangzhang
  1. graythresh_n

    0下载:
  2. 可以应用graythresh还获取图像的阈值,应用该阈值可以为图形进行阈值分割,达到很好的分割效果-Can be applied also to obtain images graythresh threshold, the application of the threshold for graphics Thresholding achieve good segmentation results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1623
    • 提供者:zhangzhang
  1. imageprocess1

    0下载:
  2. 用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,图像的阈值分割,用水线阈值法分割图像-Prewitt operator with the image edge detection, using a different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1466
    • 提供者:wang
  1. OTSUMultiThre

    0下载:
  2. 1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。-1. This procedure shows the histogram feature, OTSU sing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:310508
    • 提供者:李成
  1. segmentation

    0下载:
  2. 用c#语言使用全局迭代的方法对图像进行阈值分割。-Using c# language using the iterative method of global image threshold segmentation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:869
    • 提供者:winter
  1. matlab-code-image

    1下载:
  2. 图像处理matlab程序的源代码。包括图像的高通滤波和掩模处理,图像的阈值分割等。-MATLAB image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:543212
    • 提供者:esun
  1. SEED103_Threshold

    0下载:
  2. TI系列DPS完成灰度图像的阈值分割程序-TI Series DPS complete grayscale image threshold segmentation procedure
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:294521
    • 提供者:lizeqing
  1. chap1_4

    0下载:
  2. 图像的加权,图像的平滑,图像的阈值分割,尺度变换,图像的校正-Deal with image noise, image weighting, image smoothing, image threshold segmentation, scale transform, image correction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2076841
    • 提供者:刘国玉
  1. uictl

    0下载:
  2. 阈值分割是图像处理过程当中经常遇到的问题,通过一定的算法对原始图像进行分割后,可提取出感兴趣部分的图像。此程序能正确导入图像,并能动态地按设定值完成分割,还能正确存储分割后的图像。-Threshold segmentation process of image processing are often encountered problem, through a certain algorithm to partition the original image may be of interes
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:847
    • 提供者:蒋毓
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com