Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.54 KB

File metadata and controls

31 lines (20 loc) · 1.54 KB

Transformation (PCA)

Several transformation methods are available in the EnMAP-Box. You can find them in the Processing Toolbox under :menuselection:`EnMAP-Box --> Transformation`. The usual way to apply these methods is to use a :guilabel:`Fit ...` algorithm first and then apply it to an image with :guilabel:`Transform raster layer`.

This recipe demonstrates the basic workflow of applying transformations using a principle component analysis (:ref:`Fit PCA`) and the :ref:`test dataset <test_dataset>`.

.. seealso:: You can find all the available transformation algorithms :ref:`here <Transformation>`.


  1. Open the test dataset

  2. In the processing toolbox go to :menuselection:`EnMAP-Box --> Transformation --> Fit PCA`

  3. Now open :menuselection:`EnMAP-Box --> Transformation --> Transform raster layer`

    /img/example_pca.png

    Results of a PCA transformation: input image on the upper left, RGB representation of the first 3 components on the upper right and singleband gray visualisation of the same components on the bottom.