Image Dimensionality Reduction

Brief Description

Performs dimensionality reduction of the input image according to a dimensionality reduction model file.

Tags

Learning

Long Description

This application reduces the dimension of an input image, based on a machine learning model file produced by the TrainDimensionalityReduction application. Pixels of the output image will contain the reduced values fromthe model. The input pixels can be optionally centered and reduced according to the statistics file produced by the ComputeImagesStatistics application.

Parameters

Limitations

The input image must contain the feature bands used for the model training. If a statistics file was used during training by the Training application, it is mandatory to use the same statistics file for reduction.

Authors

OTB-Team

See also

TrainDimensionalityReduction, ComputeImagesStatistics

Example of use