[GRASS-dev] Implementation of the High Pass Filter Additive Fusion technique (i.fusion.hpf)

Nick Ves vesnikos at gmail.com
Sun Nov 17 14:13:52 PST 2013


The HPF algorithm about the histrogram matching states "Stretch the
new multispectral image to match the mean and standard deviation of
the
original (input) multispectral image"

In that context why it is wrong to do  :

Ouput <- output/sddev(output)*sddev(input)

Output <- Output - mean(output) + mean(input)

N


On Sun, Nov 17, 2013 at 11:08 PM, Markus Neteler <neteler at osgeo.org> wrote:
> On Sun, Nov 17, 2013 at 8:47 PM, Michael Barton <Michael.Barton at asu.edu> wrote:
>> I do not have an image set that is >8bit and floating point for testing. But someone on the list did not too long ago.
>
> This may be of interest:
>
> http://landsat.usgs.gov/L8_12_bit.php
> "Landsat 8 products are delivered as 16-bit images."
>
> Markus
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev


More information about the grass-dev mailing list