19.2.2001

Pöytäkirja
19.2.2001, 10-12h
Present: Osku, Perttu, Peter, Petteri, Philipp, Toni

1) Requirement-Specification-Paper

Except the bibliography the paper is now supposed to be ready. The
bibliography will be added soon.

2) Design-Paper

A sceletton of the paper will be prepared by Toni till wednesday.
 
We will try to have soon (2 weeks) something like a prototype. The
known subtasks are divided as follows:

configuration-file: Osku
projection: Petteri
gaussian-filtering: Philipp
findmax:?
scaling:?
rotation:?
comparison: Toni
distribution: Osku
reading image-file and model: Perttu
generating some test-pics: Perttu


The directory-structure of the cvs/scr/ is:

test/.      all testing in explaining-named subdirectories.
bugfind/.   only the Makefile
src/.       the source of the actual version
tools/.     testing tools
include/.   header-files


3) Miscellaneous

an additional configuration file parameter will be

PARTICLESIZE=n   n is the suspected size of the searched particles


Peter suggested, that because probably soon the scanners will be able
to produce 16Bit-images, we should code open to upgrades. That means
at all occurences of 'unsigned char' in the code we should use the
'typdef unsigned char uchar' and if we refere in e.g. arrays to the
x-st field, we should address like a [x * sizeof(uchar)].

Perttu suggested, that we should use a special memory-allocation
instead of malloc.

About these topics we have to talk again.