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

搜索资源列表

  1. VTB4Matlab

    0下载:
  2. 一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。-AP as a video processing with C / C code, the software can be used in Matlab. AVI including reading and CIF / QCIF video sequence code, Canny operator, Harris c
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2444010
    • 提供者:myb
  1. otsumax_sigma

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

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

    2下载:
  2. 针对基于最小二乘法的ICP 曲面匹配算法难以处理待比较曲面的局部大变形问题, 提出一种改进算 法。即采用遗传算法确定曲面初始相对位置以保证匹配优化结果为全局最优值, 利用ICP 算法匹配结果构造 偏差阈值, 以此阈值过滤点群后再以最小二乘法进行匹配处理, 消除局部大变形影响, 获得合理的变换矩阵。以此变换矩阵变换初始点群再进行误差计算, 从而获得理想的匹配结果-Least square method based on the ICP surface matching algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-01
    • 文件大小:342054
    • 提供者:chenruibao
  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. BP-matlab

    0下载:
  2. 基于C开发的三个隐层神经网络,包括 1)初始化权、阈值子程序; 2)第m个学习样本输入子程序; 3)第m个样本教师信号子程序; 4)隐层各单元输入、输出值子程序; 5)输出层各单元输入、输出值子程序; 6)输出层至隐层的一般化误差子程序; 7)隐层至输入层的一般化误差子程序; 8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序; 9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序; 10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:7430
    • 提供者:kison
  1. yuzhifenge

    1下载:
  2. 全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:597
    • 提供者:sangsang
  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. Image-Segmentation-Technology

    0下载:
  2. 基于点的全局阈值法,即最大类间方差法,并基于Matlab软件环境进行算法的仿真。该系统能够对图像中某些感兴趣的部分进行提取,较好地实现了图像分割-Point-based global threshold method, the Otsu method, the simulation of the algorithm based on Matlab software environment. The system is able to extract some interesting part o
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:123020
    • 提供者:吴东庭
  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. qjyz

    0下载:
  2. 全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。-Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:22561
    • 提供者:咸鱼
  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. 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 3 4 5 6 7 »
搜珍网 www.dssz.com