搜索资源列表
chaosandGeddes
- Geddes,肤色分割,数字滤波器,Otsu-最大类间方差,非线性映射所产生的混沌序列-Geddes, color segmentation, digital filter, Otsu - Otsu, nonlinear mappings from the chaotic sequence
Otsucoding
- Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
OTSUway
- 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 to gray scale image 2) simple
otsu
- 最大类间方差法-otsu算法的原代码 该方法简单有效-otsu algorithm code
newotsu
- OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEE
otsu.matlab
- 这是otsu算法的matlab版,可以对图像进行自动二值化处理。-Otsu algorithm matlab version, automatic binarization processing of the image.
otsu_seg
- otsu算法 图像分割 果实自动提取 matlab -the otsu algorithm for image segmentation fruit automatic extraction of Matlab
hist
- this both histogram and otsu code-this is both histogram and otsu code
3
- matlab 中很实用的源代码3:13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀操作 19 16.腐蚀操作 20-Practical source code of matla
th_otsu
- Here the matlab code to look for threshold otsu
otsu2
- otsu代码 主要说明一维otsu的编码代码(Otsu code The coding code of one dimension Otsu is mainly explained)