Changes between Initial Version and Version 1 of Ticket #2048, comment 27
- Timestamp:
- 03/05/19 07:49:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2048, comment 27
initial v1 3 3 1. #774 is a discussion about support for >8bit values in i.rgb.his and i.his.rgb. I cannot tell from this discussion or from the module manual if this happened or not. I'm guessing it did not. Can anyone verify? 4 4 5 2. The main place where i.pansharpen is explicitly 8bit is in the histogram matching method. The main goal of pan sharpening, AFAICT, is to produce an RGB image that is visually pleasing at spatial resolutions equivalent to a high res pan band. The original 'data' are lost regardless of the bit depth. Given this, the most straightforward solution to #1 and #2is to transform the original 4 bands (RGB and pan) to 8bit before doing any processing. Any reason not to pursue that strategy?5 2. The main place where i.pansharpen is explicitly 8bit is in the histogram matching method. The main goal of pan sharpening, AFAICT, is to produce an RGB image that is visually pleasing at spatial resolutions equivalent to a high res pan band. The original 'data' are lost regardless of the bit depth. Given this, the most straightforward solution to both of these issues is to transform the original 4 bands (RGB and pan) to 8bit before doing any processing. Any reason not to pursue that strategy?