- ROOM <view width> <view height> <number of cameras> <number of locations>
Defines the input image size, the number of cameras and the number
of locations in the area of interest.
- RECTANGLE <camera number> <location number> notvisible|<xmin> <ymin> <xmax> <ymax>
Defines the parameters of a certain rectangle, standing for an
individual at a certain location viewed from a certain camera. All
non-specified rectangles are "not visible" by default.
- INPUT_VIEW_FORMAT <input image filename format>
Specifies the filenames of the input images produced by the
background subtraction. The immobile parts should be black (0, 0,
0) and the moving ones white (255, 255, 255). See FILENAME FORMAT
below.
- RESULT_VIEW_FORMAT <result image filename format>
Specifies the filenames of the result probability files, which
contains one marginal probability per line, hence as many lines as
there are locations of interest. See FILENAME FORMAT below.
- RESULT_FORMAT <result filename format>
Specifies the filenames of the result probability files. See
FILENAME FORMAT below.
- CONVERGENCE_VIEW_FORMAT <convergence file name format>
Specifies the filenames of the images for individual iteration
during the convergence of the algorithm. Use with care, since tens
of images will be produced for every single frame. See FILENAME
FORMAT below.
- PRIOR
Sets the prior probability of presence (common to all
locations). Default is 0.01.
- SIGMA_IMAGE_DENSITY
Sets the variance of the distance between the image produced by
the background subtraction and the ideal synthetic image. Default
is 0.01.
- MAX_NB_SOLVER_ITERATIONS
Sets a bound on the number of iterations. Default is 100.
- PROBA_IGNORED
Sets the probability of absence ignored by the solver to speed up
the convergence (use with care, it can produce false
positive). Default is 1.0.
The file test.pom provided in the archive gives an example. Lines
starting with "#" are ignored.
Every filename format in the configuration file is a string with the
following three "conversion specifications":
Some of these fields may be meaningless, depending with the
context. For instance the iteration number is defined only for
CONVERGENCE_VIEW_FORMAT.