Changes between Version 8 and Version 9 of wxGUIDevelopment/wxIClass


Ignore:
Timestamp:
Dec 16, 2011, 9:32:21 AM (12 years ago)
Author:
wenzeslaus
Comment:

wxIClass: new implemeted features

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/wxIClass

    v8 v9  
    2727  * simple API for Python
    2828  * saving signature file (writing signature file seems to be broken in old i.class, fixed now)
    29   * works for multiple categories and multiple training areas (i.class worked only for one traning area)
     29  * works for multiple classes (categories) and multiple training areas (i.class worked only for one training area)
     30 * Plots pane showing histograms and coincidence plots (using `PyPlot`)
     31 * class (category) manager
     32  * name settings
     33  * color settings
     34 * layer management --- one for each display (add, delete, set opacity, move layer to top)
     35 * ability to change the standard deviation multiplier ("matching" raster map is redrawn)
     36 * digitizer is integrated into training map display (works, but segfaults when deleting)
     37 * automatic vector map and raster maps management
     38  * they are temporary (they are deleted when closing window)
     39  * they gets unique names (common part and unique number)
     40   * unique part is from `g.tempfile` function
     41   * for vector dot from `g.tempfile` is removed
    3042== Planned features ==
    3143 * something like layer manager for both mapwindows (Traning and Preview)