Changes between Version 2 and Version 3 of ossimPlugin


Ignore:
Timestamp:
May 14, 2007, 9:39:09 AM (17 years ago)
Author:
mlucas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ossimPlugin

    v2 v3  
    99This plugin was built in the following stages:
    1010
    11  # Copy the sample code from '''ossim/src/examples/shared/image_filters''' to a folder under ossim_plugins, contrib is a good choice.
    12  # Edit the Filtering method, '''runUcharTransformation''' in the example method with required algorithm.
    13  # The required algorithm is in effect a couple of convolutions, hence the ossim3x3convolution filter was extended to implement this.
    14  # Write additional house keeping code:
    15  #* Load and save states for saving the chains from VCE and copy pasting.
    16  #* Property setter-getters to modify the filter on the fly via the Properties dialog.
     11 * Copy the sample code from '''ossim/src/examples/shared/image_filters''' to a folder under ossim_plugins, contrib is a good choice.
     12 * Edit the Filtering method, '''runUcharTransformation''' in the example method with required algorithm.
     13 * The required algorithm is in effect a couple of convolutions, hence the ossim3x3convolution filter was extended to implement this.
     14 * Write additional house keeping code:
     15    * Load and save states for saving the chains from VCE and copy pasting.
     16    * Property setter-getters to modify the filter on the fly via the Properties dialog.
    1717
    1818