Changes between Version 15 and Version 16 of wxGUIDevelopment/wxIClass


Ignore:
Timestamp:
Dec 17, 2011, 2:19:10 PM (12 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/wxIClass

    v15 v16  
    88It will be available in GRASS 7. Now it is in the first development phase and it is developed in private repository. It will be moved to trunk when it's basic functionality is available.
    99
    10 {{{
    11 #!comment
    12 It's available from the menu "File | ".
    13 }}}
     10It's available from the menu "File -> Imagery -> Classify image -> Interactive input for supervised classification".
     11
     12== User wiki ==
     13
     14See also '''[http://grass.osgeo.org/wiki/WxIClass GRASS User Wiki]''' page (TODO).
    1415
    1516== Naming conventions ==
     
    1718  * User friendly name should be found.
    1819  * In the implementation wxIClass is used (and IClass or iclass in C implementation).
    19   * Now ''Classification'' is used as window title.
     20  * Now ''Supervised Classification Tool'' is used as window title (was ''Classification'').
     21  * ''WxIClass'' is used for user wiki page title but intended to use ''wxIClass'' in text (same as in '''[http://grass.osgeo.org/wiki/WxNVIZ WxNVIZ  article]''')
    2022 * terms in user interface
    2123  * Map window panes are called ''Preview Displays'' and ''Training Areas Display''.
     
    2729   * Term ''category'' is used instead of ''class'' because it is determined by CAT column (rule taken from old `i.class`).
    2830  * Python
    29 == User wiki ==
    30 
    31 See also '''[http://grass.osgeo.org/wiki/WxGUI_IClass GRASS User Wiki]''' page (TODO).
    3231
    3332== Implemented features ==
     
    5251   * for vector dot from `g.tempfile` is removed
    5352  * in user interface only common (user friendly) part of the name is shown
     53
    5454== Planned features ==
    5555 * something like layer manager for both mapwindows (Training and Preview)
     
    6666 * deleting areas when deleting class (category)
    6767 * different color for each vector training area
     68
    6869=== Digitizer requirements ===
    6970 * add area
     
    7778
    7879The best solution is probably a set of common classes like `IVDigit` and `IVDigitWindow` which provide all but customizable digitizing functionality. Then wxIClass digitizer part can use some parameters and overriding of inherited methods to customize digitizer. Overriding need to be used e. g. in places where standard digitizer uses `UserSettings`.
     80
    7981== Roadmap ==
    8082