mia-cmeans
{-i string
} {-o string
} [
options
...]
This Program reads a histogram from stdin and evaluates a cmeans classification of the intensity values into the given number of classes.
input file name containing the histogram
output file name to store probabilities
number of classes to partition into
maximum number of iterations
start with centers evenly distributed over the histogram
initial class centers
atomatic adaption of variance (experimental)
cut empty histogram at the end
variance parameter
run self test
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
debug: | Debug output |
message: | Normal messages |
info: | Low level messages |
error: | Report errors |
fatal: | Report only fatal errors |
trace: | Function call trace |
warning: | Warnings |
fail: | Report test failures |
print copyright information
print this help
print a short help
print the version number and exit
Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).
mia-cmeans
Gert Wollny