Welcome![Sign In][Sign Up]
Location:
Search - otsu code in matlab

Search list

[Other resourceOtsucoding

Description: Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scholars in the large-1979's, is an adaptive threshold established methodology, also known as big-law, referred to Otsu. It is based on image characteristics of the gray image can be divided into the background and objectives of Part 2. Background and objectives between the between-class variance%, which meant that the two images form part of the greater difference, When some background into the wrong target or part of the background into the wrong target will lead to sub-2% difference becomes smaller.
Platform: | Size: 1183 | Author: 刘博 | Hits:

[Graph programOTSU方法计算图像二值化的自适应阈值

Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
Platform: | Size: 2048 | Author: 陈其星 | Hits:

[source in ebookOtsucoding

Description: Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu- Otsu Matlab code Otsu Principle : Otsu law by Japanese scholars in the large-1979's, is an adaptive threshold established methodology, also known as big-law, referred to Otsu. It is based on image characteristics of the gray image can be divided into the background and objectives of Part 2. Background and objectives between the between-class variance%, which meant that the two images form part of the greater difference, When some background into the wrong target or part of the background into the wrong target will lead to sub-2% difference becomes smaller.
Platform: | Size: 1024 | Author: 刘博 | Hits:

[AI-NN-PRostub

Description: 基于遗传算法的最大类间方差法对JPG格式图像分割的程序源代码-Based on Genetic Algorithm Otsu method JPG format image segmentation source code
Platform: | Size: 1024 | Author: ddr | Hits:

[Graph programotsu

Description: 一维自适应阈值分割大津法的源程序是用matlab写的-One-dimensional Otsu adaptive threshold segmentation method source code is written in matlab
Platform: | Size: 211968 | Author: feifei | Hits:

[Special Effectsotsu

Description: 这是个关于图像大津法分割算法的源程序,在matlab上实现。-This is about image segmentation algorithm of Otsu' s source code, in matlab to achieve.
Platform: | Size: 38912 | Author: yiweibo | Hits:

[Special Effectsotsu

Description: otsu法二值化图像,附源代码,用MATLAB实现。-otsu Law binary image, with source code in MATLAB.
Platform: | Size: 1024 | Author: 天马行空 | Hits:

[matlabotsu

Description: otsu s thresholding implemented as a function code in matlab
Platform: | Size: 3072 | Author: Manju | Hits:

[Special Effectsyuzhihuafenge

Description: 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。-The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm
Platform: | Size: 1024 | Author: 杨莎莎 | Hits:

[Special Effectstuxiangfenge

Description: 迭代阈值选择法二值化图像与Otsu阈值选择法二值化图像比较(这个程序可直接用) 迭代阈值选择法二值化图像与Otsu阈值选择法二值化图像比较的完整matlab代码,迭代阈值选择法二值化图像与Otsu阈值选择法二值化图像比较 -Binarization images of the iterative threshold selection method and the Otsu threshold selection method binary image (this program can be directly used in) iterative threshold to choose the method of the binary image with Otsu threshold selection method two values ​ ​ of image comparison complete matlab code, the binary image of the iterative threshold selection method and the Otsu threshold selection method binarization image
Platform: | Size: 34816 | Author: 张化 | Hits:

[Special EffectsOtsu-image-processing-code

Description: 在Matlab环境下运用最大类间差法实现医学图像分割-Achieve medical image segmentation method using the difference between the largest class in the Matlab environment
Platform: | Size: 1024 | Author: 王剑 | Hits:

[Special Effectsotsu

Description: matlab中大津法(otsu)的源代码程序,已经经过测试,可以在matlab中直接运行-matlab in Otsu (otsu) program source code, has been tested and can be run directly in matlab
Platform: | Size: 11264 | Author: 王鹏 | Hits:

CodeBus www.codebus.net