Skip to content

Latest commit

 

History

History
201 lines (143 loc) · 6.33 KB

band_clustering_tab.rst

File metadata and controls

201 lines (143 loc) · 6.33 KB

Clustering

This tab allows for the :ref:`clustering_definition` of a :ref:`band_set_tab`. In particular, :ref:`kmeans_definition` method is available.

The spectral signatures are saved along with the classification, and can be saved in the :ref:`training_input`.

Tip

Information about APIs of this tool in Remotior Sensus at this link .

Tool symbol and name Description
:guilabel:`Select input band set` input_number select the input :ref:`band_set_tab`
:guilabel:`Method` radiobutton :guilabel:`K-means` select the clustering method :ref:`kmeans_definition`
checkbox :guilabel:`Distance threshold` input_number if checked, K-means iteration is terminated if distance is lower than threshold
:guilabel:`Number of classes` input_number number of desired output classes
:guilabel:`Max number of iterations` input_number maximum number of iterations if :guilabel:`Distance threshold` is not reached
checkbox :guilabel:`Use value as NoData` input_number if checked, set the value of NoData pixels, ignored during the calculation
Tool symbol and name Description

radiobutton :guilabel:`Seed signatures from band values`

radiobutton :guilabel:`Use Signature list as seed signatures`

radiobutton :guilabel:`Use random seed signatures`

select one options for seed signatures that start the iteration;

the option :guilabel:`Seed signatures from band values` divides the spectral space of the :ref:`band_set_tab` to get spectral signatures;

the option :guilabel:`Use Signature list as seed signatures` uses the spectral signatures checked in :ref:`ROI_list`; the option :guilabel:`Use random seed signatures` randomly selects the spectral signatures of pixels in the :ref:`band_set_tab`

:guilabel:`Distance algorithm` radiobutton :guilabel:`Minimum Distance` radiobutton :guilabel:`Spectral Angle Mapping` select :ref:`minimum_distance_algorithm` or :ref:`spectra_angle_mapping_algorithm` for spectral distance calculation
checkbox :guilabel:`Save resulting signatures to Signature list` if checked, save the resulting spectral signatures in the :ref:`ROI_list`
:guilabel:`Script` script_tool add this function to the :ref:`script_tab`
:guilabel:`RUN` run run this function