-
-
[
Matlab]
otsu.rar
... (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 ...
Category:
matlab Upload User:
szsainuo Size:
2K
-
-
-
-
[
Visual C++ (VC++)]
diblook_SPMG.rar
... structure, which is created at running time using breath first method, and a stopping criterion . The stoping criterion method can be changed , i just used to the difference of means of the regions which should be merged , compared with some threshold.
-
[
Matlab]
adaboost_for_matlab.rar
... .m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.
Category:
matlab Upload User:
try_wang Size:
6K
-
-
-
[
Lisp/Scheme]
NNFunctions.rar
... vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).
-
[
Visual C++ (VC++)]
threshold.rar
The function used to transform the image threshold. For less than the threshold gray value of the pixel gray value directly set to 0 gray value greater than the threshold set to 255 pixels directly.