-
otsu
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, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1
-
LeastSignificantBit_Embed_Program
说明: DCT域的嵌入程序,可以获得较高的鲁棒性,且嵌入秘密信息后的不可感知性也很好。(DCT embedded procedures, get higher robustness, and secret information embedded in the perception is also not very good.)
- 2006-03-22 12:54:03下载
- 积分:1
-
armaready
实现数据的预测 通过建立模型 训练模型 从而生成arma模型 达到预测(make prediction)
- 2012-03-31 14:49:51下载
- 积分:1
-
code
实现图像的游程编码,有示例,希望大家喜欢(The run-length encoding of image, there are examples, I hope you like)
- 2011-09-27 22:48:01下载
- 积分:1
-
GAPlot
matlab语言,编写一个简单的遗传算法程序(Matlab language, write a simple genetic algorithm program)
- 2020-06-22 04:20:02下载
- 积分:1
-
3-boolean.m.tar
This code shows you how perform various boolean operation on sets using level set functions.
- 2012-06-22 18:07:31下载
- 积分:1
-
MATLAB_PSpice_for_Electronic_Circuits_Ch5
MATLAB FOR PSPICE PROGRAMMING
- 2013-07-19 14:30:57下载
- 积分:1
-
Tperf
this source code is very well
- 2013-08-16 01:28:01下载
- 积分:1
-
matlab7.0
Matlab7.0经典教材书籍,可用于自学或课程教材,作者为北航张志涌(Matlab textbook classic books, can be used for self-study or course materials, the author of Northern Zhang Yong)
- 2011-10-09 16:59:07下载
- 积分:1
-
BackProjection
用Matlab实现的后向投影算法,一个经典的投影算法,常用语CT断层成像中(After using Matlab implementation of the algorithm to the projection, the projection of a classical algorithm, commonly used terms in CT tomography)
- 2021-04-20 15:58:50下载
- 积分:1