thresMlReddi
[ XITE Reference Manual | XITE home ]
Name
thresMlReddi - multi-level thresholding by Reddi et al.
Syntax
#include <xite/thresMl.h>
int thresMlReddi( histogram h, int* t, int nt );
Description
thresMlReddi performs multi-level thresholding according to
the method by Reddi et al.
h is input histogram, t is output threshold array,
indexable on 0..nt-1.
Reference
-
S. S. Reddi, S. F. Rudin and H. R. Keshavan
- "An Optimal Multiple Threshold Scheme for Image Segmentation"
IEEE Transactions on Systems, Man and Cybernetics,
Vol SMC-14, pp. 661-665, 1984.
See also
thresMl(1), thresMlAppScale(3), thresMlAppMean(3),
thresMlAppMedian(3), thresMlApply(3), histoCentroid(3),
thresMlCentroid(3), thresMlCentroid(3), mkComCur(3),
thresMlComCur(3), thresMlComCur(1), thresMlReddi(1),
thresMlWaHa(3), thresMlWaHa(1)
Return value
0 => ok
1 => nt less than 1
Author
Martin Torpe Lie, BLAB, Ifi, UiO
Id
$Id: thresMlReddi.c,v 1.22 1997/01/14 13:07:48 svein Exp $