CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - adaptive threshold matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - adaptive threshold matlab - List
[
Graph program
]
OTSU方法计算图像二值化的自适应阈值
DL : 0
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.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
陈其星
[
Special Effects
]
otsu_th.c
DL : 0
功用:根据OTSU方法计算数字图像二值化的自适应阈值-function : According OTSU method of digital image binarization Adaptive Threshold
Update
: 2025-02-17
Size
: 1kb
Publisher
:
杨建
[
Graph program
]
zhishiyingyuzhihua
DL : 0
图象的自适应阈值化图象处理,计算出迭代次数.-image adaptive threshold of image processing, the calculated number of iteration.
Update
: 2025-02-17
Size
: 20kb
Publisher
:
吴佰斌
[
AI-NN-PR
]
AGA
DL : 0
自适应遗传算法matlab代码.自适应遗传算法的问题是很容易早熟,好处就是速度快 .不过我将在其中会引入一个早熟判定标志的,并设定一个阈值,如此以来,就可以防止早熟现象了 -Adaptive genetic algorithm Matlab code. Adaptive genetic algorithm is very easy precocious, advantage is faster. However, in which I will be introducing an early sign of determination, and set a threshold, so, you can prevent precocious phenomenon
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zs
[
Special Effects
]
backgroud(12.22)
DL : 0
本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。-development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circular calculation. Under the vc compile.
Update
: 2025-02-17
Size
: 372kb
Publisher
:
高
[
source in ebook
]
Otsucoding
DL : 0
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.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘博
[
Special Effects
]
adaptivethreshold
DL : 0
ADAPTIVETHRESHOLD An adaptive thresholding algorithm that seperates the foreground from the background with nonuniform illumination-ADAPTIVETHRESHOLD An adaptive threshold ing algorithm that separates the foreground fr om the background with nonuniform illuminatio n
Update
: 2025-02-17
Size
: 144kb
Publisher
:
[
Special Effects
]
f_threshold
DL : 0
国外网上找的自适应阈值分割的源程序,测试过,好用。 可以下载-abroad to find online adaptive thresholding segmentation of the source, tested and ease of use. Can be downloaded s
Update
: 2025-02-17
Size
: 3kb
Publisher
:
江南书虫
[
Special Effects
]
ImageEdgeProcessing
DL : 0
matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the right matrix for adaptive threshold value
Update
: 2025-02-17
Size
: 9kb
Publisher
:
Jimmy Yen
[
Speech/Voice recognition/combine
]
winnerscalar
DL : 0
基于短时能量检测的语音激活检测,带有自适应更新域值的算法-Short-term energy-based detection of voice activity detection with adaptive threshold algorithm update
Update
: 2025-02-17
Size
: 4kb
Publisher
:
fanren
[
Special Effects
]
adaptivethresholdandtestprogram
DL : 0
一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold process, the field of image segmentation is a difficult problem to deal with the direction of the effect of the method was not bad An adaptive thresholding algorithm that seperates the background with nonuniform illumination. Foreground from the background with nonuniform illumination.
Update
: 2025-02-17
Size
: 144kb
Publisher
:
yemaoqiu
[
matlab
]
corner_detector
DL : 0
我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, 2:791-794, August 2004. Improved algorithm has been included in A Corner Detector based on Global and Local Curvature Properties and submitted to Optical Engineering. -err
Update
: 2025-02-17
Size
: 59kb
Publisher
:
sam he
[
Special Effects
]
thresholdadaptive200810
DL : 0
实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
Update
: 2025-02-17
Size
: 147kb
Publisher
:
Joe Black
[
Special Effects
]
adaptivethresholdImageSeg_TextDetection
DL : 0
自适应阈值的图像分割及文字提取技术,matlab,对学习基本原理有帮助-Adaptive threshold for image segmentation and text extraction technology, matlab, the basic principles of learning will help
Update
: 2025-02-17
Size
: 164kb
Publisher
:
nickzhlf
[
2D Graphic
]
adaptive
DL : 0
adaptive threshold for liver segmentation project through graph cut algorithm
Update
: 2025-02-17
Size
: 954kb
Publisher
:
sherbo
[
Special Effects
]
YuZhiQuZao
DL : 0
一个阈值去噪程序,包括经典的去噪方法,如折中阈值,自适应阈值等等。-A threshold denoising procedures, including the classical denoising methods, such as compromise threshold, adaptive threshold and so on.
Update
: 2025-02-17
Size
: 173kb
Publisher
:
kevinkou
[
Special Effects
]
aaa
DL : 0
用自适应阈值方法实现细胞图像分割源代码 可执行,效果不错,-Adaptive threshold method used to achieve cell image segmentation executable source code, well,
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lixiangrong
[
matlab
]
AdaptiveThreshold.tar
DL : 0
Adaptive Threshold method matlab realisation
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Sergey
[
matlab
]
Adaptive-Threshold
DL : 0
自动阈值分割,matlab版,可以参考学习,两个.m文件。-Automatic threshold segmentation, matlab version, can refer to the study, two. M file.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wuzg
[
matlab
]
adaptivethreshold
DL : 0
adaptive threshold Matlab code
Update
: 2025-02-17
Size
: 18.29mb
Publisher
:
abbas_70
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.