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. |