avalentino / gsdview

Lightweight Geo-Spatial Data Viewer (GSDView) written in python and Qt. It uses the GDAL library for data access, it is modular and has a simple plug-in architecture.
GNU General Public License v2.0
25 stars 8 forks source link

Tool for pixel value scaling #54

Closed avalentino closed 11 years ago

avalentino commented 11 years ago

Currently pixel values are scaled before displaying in order to improve the image readability. The scaling factors are currently computed using a simple algorithm based on coarse statistics. The algorithm for automatic computation of scaling factors should be improved and a tool for manual setting of scaling factors should be added.

avalentino commented 11 years ago

_Imported from trac issue 37. Created by avalentino on 2010-01-02T10:51:55, last modified: 2010-04-04T09:57:32

avalentino commented 11 years ago

_Trac comment by avalentino on 2010-01-02 11:18:33:

See [https://sourceforge.net/projects/openev/ OpenEV] for contrast enhancement and histograms equalization.

avalentino commented 11 years ago

_Trac comment by avalentino on 2010-04-04 09:57:32:

Completed in r660.

A new ''stretch'' plugin have bee added. It allows the user to change via GUI the stretching parameters of single channel raster bands. Currently only linear stretching is supported.