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

搜索资源列表

  1. matlab-code

    0下载:
  2. 灰度图像二值化方法matlab代码 :1OTSU算法代码、Bernsen算法代码-Gray image binarization method matlab code: 1 OTSU algorithm code, Bernsen algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:130649
    • 提供者:德玛西亚
  1. BEMD

    1下载:
  2. BEMD MATLAB OTSU二值化 图像分割-BEMD MATLAB OTSU
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:李小婷
  1. Otsu

    0下载:
  2. 利用最大类间方差进行图像的二值化,里面包含matlab与C++的实现-using dajinfa
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1605904
    • 提供者:王宁
  1. OTSU

    0下载:
  2. OTSU最大类间方差法图像分割源码,非matlab自带函数-OTSU code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:555
    • 提供者:林晓峰
  1. otsu

    0下载:
  2. otsu多阈值实现,matlab可直接运行-otsu multi-threshold realize, matlab can be directly run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2637
    • 提供者:李玲利
  1. otsu

    0下载:
  2. 数字图像处理的阈值分割,图像大津法阈值分割-使用matlab编写-Digital image processing threshold segmentation, image Ozu method threshold segmentation- using matlab prepared
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:917
    • 提供者:
  1. otsu

    0下载:
  2. 利用otsu算法实现图片的自动多阈值分割;用matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-Using otsu algorithm to realize multi- threshold segmentation of pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1662
    • 提供者:王亚龙
  1. otsu

    1下载:
  2. 图像的阈值分割,基于matlab的一维otsu聚类算法的灰度图像分割-Image threshold segmentation, matlab-based one-dimensional otsu clustering algorithm for grayscale image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:James
  1. 8122755

    0下载:
  2. 这是matlab的otsu处理图象的算法,请高手们指正-This is the matlab otsu image processing algorithm, please correct me
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:98304
    • 提供者:Elkmjef
  1. KKPWH

    0下载:
  2. 这是matlab的otsu处理图象的算法,请高手们指正-This is the matlab otsu image processing algorithm, please correct me
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-18
    • 文件大小:97280
    • 提供者:Henrv
  1. 程序及图片

    2下载:
  2. 大津展之算法对图像进行精确的分割后应用于混沌的图像加密中(The precise Otsu algorithm to segment the image after the application for image encryption in chaos)
  3. 所属分类:图形图像处理

  1. 56849

    0下载:
  2. conventional otsu thresholding source code
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:mary1992
  1. 代码

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

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

    0下载:
  2. 这是matlab的otsu处理图象的算法,请高手们指正(This is the matlab otsu image processing algorithm, please correct me)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:96256
    • 提供者:ccebaahs
  1. chengxu

    0下载:
  2. 利用最大类间方差算法求解自适应阈值,对图像进行分割(The Otsu algorithm is used to solve the adaptive threshold, and the image is segmented)
  3. 所属分类:图形图像处理

  1. matlab

    1下载:
  2. ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点(OSTU threshold image segmentation algorithm for image segmentation Ostu optimal threshold optimization process, greatly reduces the search image thresholding computation t
  3. 所属分类:图形图像处理

  1. Otsu

    0下载:
  2. 利用matlab程序编写的图像分割代码,算法为大津阈值算法,效果很好(Using image segmentation code matlab programming algorithm, Otsu threshold algorithm, the effect is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:46080
    • 提供者:pwp
  1. méthode otsu

    0下载:
  2. c'est une methode de seuillage
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:amirAL
  1. thresh_md

    1下载:
  2. 自编实现大津算法,最大类间方差图像二值化matlab程序。(The self-compiled matlab program realizes the Otsu algorithm and maximizes the inter-class variance image binarization.)
  3. 所属分类:2D图形编程

    • 发布日期:2019-06-27
    • 文件大小:27648
    • 提供者:Lucifer.M
  1. Graytest

    1下载:
  2. 使用超绿特征分割作物图像。具体来说,首先使用超绿特征将图像灰度化,然后经过中值滤波后,使用Otsu最大类内方差方法将图像二值化,得到分割图像。(The crop image is segmented by super green feature. Specifically, firstly, the image is grayed by Super-Green feature, and then after median filtering, the Otsu maximum intra-cla
  3. 所属分类:文章/文档

    • 发布日期:2020-02-23
    • 文件大小:804864
    • 提供者:ANR~
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com