Print corner coodinates in decimal form for more precision.
[gocam.git] / NEWS
blobad5058d2f226d69c64147c271dc9720600152ee0
1 GoCam NEWS -- history of user-visible changes
3 -- Version 0.2 --
4                                 
5 GoCam reimplemented in C++.  The system is able to find the playing
6 grid, but no stone detection implemented yet.  The modules of the
7 system are defined neatly in separate namespaces and documented with
8 Doxygen.  The namespaces are
10   * gocam:      the main analysis
11   * geom:       line and point geometry in two dimensions
12   * im:         general image processing functions
14 and some common utility functions not related to analysis
16   * conf:       general functions for parsing program configuration options
17   * str:        handy functions for handling strings
18   * util:       common utility functions
20 The namespaces are defined in header files of the same name (appended
21 with the .hh extension)
24 -- Version 0.1 --
26 The first prototype version implemented in MATLAB.  Finds the grid
27 from still images, and has a simple algorithm for locating stones.