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

搜索资源列表

  1. Untitled2zhiyu

    0下载:
  2. 基于matlab实现的直方图阈值图像分割算法实现源码-Matlab implementation of the histogram-based threshold image segmentation algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:609
    • 提供者:min
  1. matlab-threshold

    0下载:
  2. 对人脸图像进行肤色分割时就是采用自适应阈值分割法进行的,具体是应用改 进的最大类间方差法进行肤色分割处理。-Images of human faces using skin color segmentation is adaptive thresholding method, the specific application is improved Otsu method for color segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2598
    • 提供者:ryy5745
  1. yuzhihuafenge

    0下载:
  2. 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1089
    • 提供者:杨莎莎
  1. ibillxia-img

    0下载:
  2. Matlab图像处理基础,读取图像、灰度化、画灰度直方图、迭代法实现自动阈值分割-Matlab image processing based on the read image, gray, painted gray histogram, iterative method to achieve the automatic threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:629
    • 提供者:勤读力耕
  1. Matlab

    0下载:
  2. matlab的图像分割程序:根据图像中物体的灰度分布情况,选取一个近似阈值作为初始阈值,一个较好的方法就是将图像的灰度均值作为初始阈值;然后通过分割图像和修改阈值的迭代过程获得认可的最佳阈值。-Matlab image segmentation: distribution of images of objects in gray, select an approximate threshold value as the initial threshold of a better way is t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:340817
    • 提供者:张雷
  1. matlab

    0下载:
  2. matlab中必须掌握的几种要点,有阈值分割,除噪音等等,而且是通过界面来实施操作-matlab must master several points, threshold segmentation, in addition to noise, etc., and to implement the operation through the interface
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1021262
    • 提供者:祝思齐
  1. matlab-yixuetuxiangfenge

    0下载:
  2. 代码已经整合到文档,直接copy到matlab命令行,运行即可。用阈值分割、形态学处理等解决了很多很难分割的图像。-The code has been integrated into the document, direct copy to the Matlab command line can be run. Thresholding and morphological processing to solve many difficult to split the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:241660
    • 提供者:王彬
  1. matlab-code

    0下载:
  2. 应用Matlab工具箱演示对比度增强,局部平滑,中值滤波,小波工具,边缘检测,图像二值化,Hough变换直线提取,灰度阈值分割,四叉树分裂合并法等,并完成这些处理程序的GUI集成。-Application the Matlab toolbox Demo contrast enhanced local smoothing, median filtering, wavelet tools, edge detection, image value, Hough transform line extra
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:574699
    • 提供者:
  1. matlab-eyes--detected-code

    0下载:
  2. 用matlab实现人眼定位的程序 ,包括滤波、阈值分割、人眼粗定位、精确定位等。-Using matlab realize the human eye positioning procedures, including filtering, threshold segmentation, the human eye coarse positioning, precise positioning.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:1946
    • 提供者:夏康
  1. MATLAB

    0下载:
  2. matlab开发环境,.编程实现二维DFT的变换,并与标准函数结果fft2进行比较,基本傅里叶、离散余弦变换,空域(完成两个程序) 增强噪声后再进行处理,利用标准函数,求图像阈值分割、边缘检测的基本使用(lena256.bmp,方法:graythresh、edge),求分水岭,利用标准函数dwt2、idwt2分解图像man_pic.jpg,基本 BP-BPbase1 -matlab development environment. Programming dimensional DFT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1909319
    • 提供者:杨恒明
  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. matlab.m

    0下载:
  2. 给出了大金法,sift角点特征提取分水岭,阈值分割法对红外电力设备图像分割处理-Daikin method are given, corner sift feature extraction, threshold segmentation method for infrared image segmentation power equipment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:9209
    • 提供者:李祥
  1. adaptivethreshold

    0下载:
  2. 阈值分割 基于灰度直方图的阈值分割matlab代码-threshold segematation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:595
    • 提供者:徐艳
  1. zishiying

    0下载:
  2. 该实例程序通过改进灰度直方图双峰法,实现了迭代求全局最佳阈值,对于前背景灰度范围差异明显的图像有良好的分割效果。(By improving the gray histogram Shuangfeng method, the example program achieves the global optimum threshold by iteration, and has good segmentation effect for the images with obvious differenc
  3. 所属分类:图形图像处理

  1. 实验报告7-马杰民1030514432

    0下载:
  2. 1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。 2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。 3. 在GUI中,实现二值图像的开运算、闭运算。 4. 在GUI中,实现二值图像的形态学应用: 边界抽取 (boundary extraction) 区域填充 (region filling) 细化 (thinning) 粗化 (thickening) 骨架 (skeletons) 修剪 (pr
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:800768
    • 提供者:Jamesma
  1. 代码

    0下载:
  2. 图像的预处理,图像分割和服装轮廓提取。其中 服装图像分割包括灰度线性变换、Otsu阈值分割和一系列形态学处理;轮廓提取 包括Canny算子边缘检测和频域的傅里叶滤波。(Image preprocessing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:5120
    • 提供者:francene
  1. yuzhifenge (2)

    0下载:
  2. 数字图像处理中的阈值分割代码,可以对图像进行阈值分割(Threshold segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:liyuxuan
  1. ostu

    0下载:
  2. ostu阈值分割算法,使用matlab实现(OSTU threshold segmentation algorithm, matlab implementation)
  3. 所属分类:图形图象

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:赵隽
  1. exp_1

    0下载:
  2. 对视屏中动态目标的形心追踪,matlab代码,阈值分割,形心计算,序列图读取显示(The centroid tracking of dynamic targets in the video screen, matlab code, threshold segmentation, centroid calculation, sequence diagram reading and display)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:ZHUCHUNCHUN
  1. code

    0下载:
  2. matlab平台下实现简单阈值法图像分割,并通过连通域标注分割后的图像(matlab code for image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:875520
    • 提供者:SUN-HD
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com