搜索资源列表

  1. chaosandGeddes

    0下载:
  2. Geddes,肤色分割,数字滤波器,Otsu-最大类间方差,非线性映射所产生的混沌序列-Geddes, color segmentation, digital filter, Otsu- Otsu, nonlinear mappings from the chaotic sequence
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:刘博
  1. Otsucoding

    0下载:
  2. Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu- Otsu Matlab code Otsu Principl
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:刘博
  1. OTSUway

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:叶芸芸
  1. thresh_md_OTSUhy

    0下载:
  2. 自动地otsu 二值图像分割方法,该方法也叫 基于最大类间方差地 图像二值分割方法,希望大家喜欢-otsu two automatic image segmentation methods, The method is also called for the maximum variance to image two segmentation methods, hope you like
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Cong Yang
  1. GAsegmentation

    0下载:
  2. 利用遗传算法迭代得到分割的最优阈值,其中用了otsu法则,是otsu分割的一种改进。-Iterative use of genetic algorithm to be optimal segmentation threshold, which used the Otsu rules, Otsu segmentation is an improvement.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2456576
    • 提供者:陈贤巧
  1. hysegment

    2下载:
  2. 本人改进的关于自适应分割方法,结合了大津法获得的阈值作为初始阈值,可以提高运行速度和分割效果-I improved on the adaptive segmentation method that combines the Otsu threshold obtained as the initial threshold, can improve speed and segmentation results
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:黄玉
  1. hhh

    0下载:
  2. 可以打开真彩色或是256色位图图像,进行彩色转灰度、中值滤波、均值滤波、otsu算法图像二值分割等处理。-Can open the true color or 256 colors bitmap images, change color to gray, median filter, mean filter, otsu algorithm for image segmentation, such as binary treatment.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:93184
    • 提供者:张蔚
  1. threshold

    0下载:
  2. 用Matlab实现的多种基于阈值的图像分割方法,含有大津法,最大熵,聚类等方法-Using Matlab to achieve a variety of threshold-based image segmentation method, which contains Otsu method, maximum entropy, clustering and other methods
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:李艳
  1. Otsu_Thresholding

    0下载:
  2. 基本otsu算法的java代码实现,较为简单,先已有很多对otsu算法的改进-Basic Otsu algorithm java code more simple, to many of the Otsu Algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:zhangxw
  1. hh

    0下载:
  2. 用C写的OTSU的改进方法-谷强调法,用于图象分割。-OTSU written with C improved method- Gu emphasized the law, for image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:h
  1. auto-singlethresholdOTSU

    0下载:
  2. OTSU的算法,很好用,好不容易才找到的。 OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU algorithm, very good, and managed to find. OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:汪蔚
  1. newnethodotsu

    0下载:
  2. 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:yemaoqiu
  1. 20070723-Otsu

    0下载:
  2. 影像處理... ... ...二值化-Image Processing ... ... ... ... Binarization
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:373760
    • 提供者:
  1. PSO

    0下载:
  2. 基于粒子群优化算法(PSO)的类间方差估计(Otsu)-Based on Particle Swarm Optimization (PSO) of the between-class variance estimation (Otsu)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:cws
  1. DigitalImageProcessing_v1

    0下载:
  2. 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图-This procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1389568
    • 提供者:Johnson Huang
  1. ostu

    0下载:
  2. ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。-ostu threshold image segmentation algorithm for image segmentation Ostu optimal thresholds to optimize the processing, greatly reduces the s
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:167936
    • 提供者:李劲
  1. thresh

    0下载:
  2. 最大类间方差法的matlab实现,可以对灰度直方图呈现良好的双峰特性的图像进行有效的分割-Otsu method to achieve the matlab can histogram showed bimodal characteristics of a good image for effective segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:大华
  1. otsu

    0下载:
  2. 大津算法(1971),用于图象二值化时确定门限值.-Otsu algorithm (1971) for the image binarization threshold determined at the time.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:xuzheng
  1. otsu_2d

    0下载:
  2. 灰度图像阈值分割,用二维otsu方法实现的matlab程序-Gray image threshold segmentation, using two-dimensional Otsu method of matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:coco
  1. otsu_1d

    0下载:
  2. 用于实现灰度图像阈值分割的一维otsu方法,matlab源程序-Used to achieve gray image threshold segmentation of the one-dimensional Otsu method, matlab source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:coco
« 1 2 3 4 5 67 8 9 10 11 ... 44 »

源码中国 www.ymcn.org