Skip to content

Releases: wrightni/OSSP

Improved Training GUI

22 Nov 16:44
Compare
Choose a tag to compare

Major back end improvements to the behavior of the training user interface.
Improved documentation and instructions.
Made the image white balance the default option for spring sRGB imagery.
Other minor bug fixes for edge cases.

Bugfixes

20 May 19:08
Compare
Choose a tag to compare

Fixed an issue with applying source image projection to the classified output. Removed code used for debugging.

Computational Improvements

17 May 21:21
ac975b9
Compare
Choose a tag to compare
  • Significant improvements to memory usage and computational efficiency.
  • Improved image segmentation algorithm
  • Added optional white balance function to handle poor quality images.

Tiffs and Blocks

29 Jan 22:13
Compare
Choose a tag to compare

This version includes improvements and simplifications to the processing code. Input images are now read one block at a time, the block is processed completely, then written to the output file. Smaller aerial images will be processed in a single block (as before), while larger satellite images will be split into many blocks. The default block size is 6400x6400 pixels, but is this size is altered such that no block is smaller than 3200 in either dimension.

Output classification images are now written as .tif files, with the same projection and geolocation information as the input dataset.

Removed:
Split option. The need to customize this parameter no longer exists. The ability to chose the desired block size may be added in future updates.
Parallel processing.

Added:
Ability to incorporate image pansharpening and orthorectification of WV images using PGC scripts.

General code cleanup and simplification.

Version 2

05 Nov 16:44
410b0b3
Compare
Choose a tag to compare

Changed the way segment attributes are calculated and migrated some processes to Cython for improved speed. Reduced the amount of image subdivision during processing which should decrease the occurrence of straight line misclassifications (e.g. an object being classified differently in two adjacent image divisions).

v1.0

28 Dec 16:51
b2d3a93
Compare
Choose a tag to compare

Version associated with publication in The Cryosphere journal.