i.fusion.brovey.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <H2>DESCRIPTION</H2>
  2. <EM>i.fusion.brovey</EM> performs a Brovey transformation using
  3. three multispectral and the panchromatic satellite image scene
  4. channels. Three new channels are calculated according to the
  5. formula:
  6. <pre>
  7. DN_b1
  8. DN_fused = ------------------------------- * DN_pan
  9. DN_b1 + DN_b2 + DN_b3
  10. </pre>
  11. The assignment of the channels depends on the satellite.
  12. The module's help text (above) suggests for LANDSAT-7, QuickBird and SPOT.
  13. <H2>NOTES</H2>
  14. The command changes temporarily to the high resolution of the
  15. panchromatic channels for creating the three output channels,
  16. then restores the previous region settings. The current
  17. region coordinates are respected. The three pan-sharpened output
  18. channels may be combined with <em>d.rgb</em> or <em>r.composite</em>.
  19. <H2>SEE ALSO</H2>
  20. <EM>
  21. <A HREF="i.his.rgb.html">i.his.rgb</A>,
  22. <A HREF="i.rgb.his.html">i.rgb.his</A>,
  23. <A HREF="d.rgb.html">d.rgb</A>,
  24. <A HREF="r.composite.html">r.composite</A>
  25. </EM>
  26. <H2>REFERENCES</H2>
  27. <ul>
  28. <li>Original Brovey formula reference unknown, probably <br>
  29. Roller, N.E.G. and Cox, S., 1980. Comparison of Landsat MSS
  30. and merged MSS/RBV data for analysis of natural vegetation.
  31. Proc. of the 14th International Symposium on Remote Sensing
  32. of Environment, San Jose, Costa Rica, 23-30 April, pp. 1001-1007
  33. <li>Pohl, C., and J.L. van Genderen, 1998.
  34. Multisensor image fusion in remote sensing: concepts, methods and
  35. application. Int. J. of Rem. Sens., 19, 823-854.
  36. <li>M. Neteler, D. Grasso, I. Michelazzi, L. Miori, S. Merler, and C.
  37. Furlanello, 2005.
  38. An integrated toolbox for image registration, fusion and classification.
  39. International Journal of Geoinformatics, Special Issue
  40. on <a href="http://gisws.media.osaka-cu.ac.jp/grass04/viewabstract.php?id=37">FOSS/GRASS 2004 & GIS-IDEAS 2004</a> (in press)
  41. </ul>
  42. <H2>AUTHOR</H2>
  43. Markus Neteler, ITC-irst
  44. <p><i>Last changed: $Date$</i>