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

搜索资源列表

  1. geodesic

    0下载:
  2. 对目前几种在图像分割领域得到较多应用的交互式分割、区域生长分割以及阈值 分割算法进行了探讨,并且结合实际C T片图例分别进行分割实验研究,得到较为满意和 可用性强的结果. 实验表明: 阈值分割对于CT切片的效果最好 区域生长分割适宜于对面 积不大的区域进行分割,分割效果较好 基于动态规划的交互式分割算法比较复杂,计算时 间较长,但对于边缘较平滑的区域,同样具有较好的实际效果. 几种算法的评估为其在C T 图像分割上的实际应用提供了科学依据.-Several current g
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:307970
    • 提供者:李祥霞
  1. tuxiangchuli

    0下载:
  2. 图像处理包括图像的各种变换、阈值分割、边缘提取、边缘跟踪等等很多处理的源代码,可以正常运行-Image processing includes a variety of transformed image threshold segmentation, edge detection, edge tracking and so many of the source code, you can normally run
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:90676
    • 提供者:汪朝林
  1. diedaifa

    0下载:
  2. 图像处理的阈值分割的算法-迭代法,迭代法的的设计思想是,开始时选择一个阈值作为初始估计值,然后按某种策略不断的改进这一估计值,直到满足给定的准则为止。-Thresholding algorithm for image processing- iterative method, iterative method of design idea is to choose a threshold value at the start as the initial estimate, and then p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2522
    • 提供者:zhoumeng
  1. IP102_Grayscale

    0下载:
  2. dspDM642将实时输入的视频实时显示出来,并进行阈值分割后的结果显示-DspDM642 can display the real-time input video real-time and the results show that after threshold segmentation
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:98646
    • 提供者:李杰
  1. lxc

    0下载:
  2. 很好的学习资料,阈值分割的程序,可以直接运行-Good learning materials, threshold segmentation program that can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:718
    • 提供者:石磊
  1. zuidashang

    0下载:
  2. 最大熵法可用于一般图像的阈值分割,对于图像处理初学者有一定的帮助-The maximum entropy method can be used for general image threshold segmentation, for beginners there is a certain image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:880
    • 提供者:小胡
  1. segmention

    0下载:
  2. 针对图像的各种阈值分割算法。迭代,otsu,最大熵,类间最大距离法,最大类内类间方差比法等-Segmentation algorithm for various thresholds of the image. Iteration between otsu, maximum entropy, maximum class distance method, among the largest category within the class variance ratio method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:201944
    • 提供者:刘睿
  1. Matlab-GUI-tuxiangchuli

    0下载:
  2. 利用MATLAB中的GUI(图形用户界面),实现图像的读取,边缘检测,四叉树分解,直方图阈值分割,二值化差值的实现,并设计了退出按钮。-In MATLAB GUI (graphical user interface), to achieve image reading, edge detection, quad-tree decomposition, histogram thresholding, binary difference implementations and designed th
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2059444
    • 提供者:konghao
  1. colorsegment

    0下载:
  2. 彩色图像的阈值分割程序,matlab语言编写,已通过验证-Color image threshold segmentation procedure, MATLAB language, has been verified.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:qiyali
  1. traffic-condition-identification-

    0下载:
  2. 建立一个自动识别交通状态的系统,可以实时得到道路交通状况,从而引导交通参与者。系统通过数据采集终端抽样采集交通状况数据,然后经过图像的预处理,即图像的灰度化,通过背景提取算法得到图像背景,然后做背景差,自动阈值分割,形态学滤波等一系列操作,得到二值化图像,并且实现背景更新。然后计算车辆的占路比和车辆的速度这两个交通参数,通过神经网络对大量数据的训练,从而实现自动识别交通状况。-Establish a system to automatically identify traffic state c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2574066
    • 提供者:
  1. otsu

    0下载:
  2. 大津算法代码,进行自适应阈值分割,用于图像二值化-Otsu' s method code, adaptive thresholding for image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1147
    • 提供者:zengchang
  1. segmentation

    0下载:
  2. 图像分割代码,包括自动阈值分割以及区域生长算法-image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3311
    • 提供者:
  1. HomeWork

    0下载:
  2. VS2012实现图像读取与显示、图像灰度化、直方图均衡、中值滤波、均值滤波、阈值分割等-VS2012 realize the read and display image, gray image, histogram equalization, median filtering, average filtering, threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10805451
    • 提供者:赵明哲
  1. Lab-Chap19

    0下载:
  2. 在DSP中,选取迭代阈值对图像进行阈值分割运算-In DSP, the iterative threshold to threshold segmentation algorithm for the image
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:45586
    • 提供者:暗夜
  1. tu-xiang-chu-li2

    0下载:
  2. 程序代码Roberts算子分割结果,Otsu法阈值分割图像,分水岭算法-Roberts operator code segmentation, Otsu thresholding method image, watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:112043
    • 提供者:song
  1. 2D_Otsu_methods

    0下载:
  2. 本方案在一维Otsu图像阈值分割算法的基础上,开发出二维Otsu算法,基于像素点的灰度值 和 像素点的邻域平均灰度值,在对于噪声图像的分割方面性能颇佳-The program in a one-dimensional image Otsu thresholding algorithm based on the development of a two-dimensional Otsu algorithm based on neighborhood average gray value and p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1559
    • 提供者:邱陈辉
  1. automatic-threshold-segmentation

    0下载:
  2. 这是一个基于c语言的在cvi9.0上运行的自动阈值分割.-This is an automatic threshold segmentation based on cvi9.0 running c language.
  3. 所属分类:LabView

    • 发布日期:2017-04-24
    • 文件大小:455891
    • 提供者:叶生
  1. matlab-code

    0下载:
  2. 边缘检测法和阈值分割法,是图像分割技术应用中两项重要的方法。本文介绍了图像边缘检测和阈值分割的一般原理、典型算法以及研究现状。本文针对边缘检测算子和几种阈值分割技术进行了详细讨论。针对火柴根数统计和钢筋根数统计两个实验,在详细分析检测原理的基础上,编写了相应的实验并给出了实验结果。-Edge detection and thresholding method, image segmentation is an important technology in two ways. This arti
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3258283
    • 提供者:Ray
  1. threshold

    0下载:
  2. 可以用于做彩色图像阈值分割的,应用于matlab软件-Do image thresholding, can be used in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:70911
    • 提供者:隋曰曰
  1. Optimal_threshold

    0下载:
  2. 数字图像处理,对图像使用最优阈值分割法对灰度图像分割-Digital image processing, image segmentation method using the optimal threshold for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:74071
    • 提供者:
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com