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

搜索资源列表

  1. otsumax_sigma

    0下载:
  2. otsu自适应阈值分割OTSU算法也称最大类间方差法,是图像分割里基于点的全局阈值选取方法中的一种,诞生于1978年,作者是Otsu。这种方法以其计算简单、稳定有效,一直广为使用,至今仍在matlab的图像处理工具箱里作为灰度图像单阈值自动选取的标准算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10606
    • 提供者:子羽
  1. ostu

    0下载:
  2. 利用大津法自动求取全局动态阈值进行分类.-Otsu method using automatic strike a dynamic threshold for the overall classification.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:516
    • 提供者:邓义平
  1. LocalOstu

    0下载:
  2. 基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1088
    • 提供者:chenyuanlu
  1. tuxiangqiege

    0下载:
  2. 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6493
    • 提供者:余小勇
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. graythresh

    0下载:
  2. 对图像进行高斯滤波,然后用全局阈值对图像进行分割,使用的函数参考冈萨雷斯图像处理-Gaussian filtering of the image and then use the global threshold for image segmentation, using the function reference, image processing Gonzalez
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13413
    • 提供者:刘一霖
  1. jingdianostu

    0下载:
  2. 用matlab编辑的ostu算法,很好用,能计算出全局阈值并输出处理后图像-Ostu algorithm using matlab editor, useful, able to calculate the global threshold and the output processed images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:523
    • 提供者:雷菁
  1. matlab-wavelet

    0下载:
  2. 用matlab小波分析的图像处理实例,对图像作用全局阈值-the imagein process method based on wavelet analysisunder the MATLAB tools,this is a simple program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:719
    • 提供者:袁园
  1. yuzhifenge

    0下载:
  2. 在matlab中,利用全局阈值对图像进行图像分割,得到有用的区域-Global threshold image in matlab for image segmentation, get useful area
  3. 所属分类:Special Effects

    • 发布日期:2016-10-31
    • 文件大小:248832
    • 提供者:mike
  1. DIP1002

    0下载:
  2. 数字图像处理,实现自动全局阈值分割,代码和图片经过matlab调试已通过。-Digital image processing, automatic global thresholding segmentation, and pictures through the matlab code debugging has been passed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:154660
    • 提供者:李宝林
  1. MATLAB

    0下载:
  2. 实现阈值图像分割,用全局阈值,OTSU和迭代法求阈值-Achieve the threshold image segmentation, the threshold required by the global threshold, OTSU and iterative method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:371387
    • 提供者:张恺
  1. Location_thresholdMatlab

    0下载:
  2. 运用Matlab,对一些对比度较差的图片进行目标物提取时使用的阈值方法,其中,其运用的是动态阈值的方法(非全局阈值)-Using Matlab, for some poor contrast image target extraction using threshold method, among them, the use of a dynamic threshold method (not a global threshold value)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4484
    • 提供者:依然
  1. thresh

    0下载:
  2. 全局阈值分割,使用matlab实现,是一个m文件,注意调用-Global threshold segmentation using matlab realize, is an m-file, calling attention
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:92815
    • 提供者:张中博
  1. fenge

    0下载:
  2. 基于matlab数字图像处理中的全局阈值函数图像分割法-Based on digital image processing matlab global threshold function for image segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4016269
    • 提供者:赵东仁
  1. Edge-improve-global-thresheding

    0下载:
  2. 使用边缘改进全局阈值处理分割图像的matlab实现示例-Using edge process to improve global threshold segmentation image , matlab implementation examples
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:152259
    • 提供者:gao
  1. smooth-improve-G-threshold

    0下载:
  2. 数字图像分割,使用图像平滑改进全局阈值处理分割图像的matlab实现示例-Digital image segmentation, the use of image smoothing process to improve global threshold segmentation image of matlab implementation examples
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:3711
    • 提供者:gao
  1. Basic-global-thresholding

    0下载:
  2. 数字图像分割,基于全局阈值的分割方法,分割图像的matlab实现示例-Digital image segmentation, the segmentation method based on global threshold and image segmentation of matlab implementation examples
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:216270
    • 提供者:gao
  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. 代码

    0下载:
  2. matlab图像处理全局阈值切割,对图像进行边缘化检测。(MATLAB image processing global threshold cutting, edge detection of the image)
  3. 所属分类:图形图象

    • 发布日期:2018-04-20
    • 文件大小:84621312
    • 提供者:LBCDEFG
  1. matlab.thresholding-master

    1下载:
  2. 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-22
    • 文件大小:23552
    • 提供者:genggengne
« 12 »
搜珍网 www.dssz.com