|updatedisclaimer| Feature extraction ================== BinaryMorphologicalOperation (closing) -------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- closing Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:binarymorphologicaloperationclosing', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ BinaryMorphologicalOperation (dilate) ------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- dilate Default: *0* ``Foreground Value`` [number] Default: *1* ``Background Value`` [number] Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:binarymorphologicaloperationdilate', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -filter.dilate.foreval, -filter.dilate.backval, -out) See also ........ BinaryMorphologicalOperation (erode) ------------------------------------ Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- erode Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:binarymorphologicaloperationerode', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ BinaryMorphologicalOperation (opening) -------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- opening Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:binarymorphologicaloperationopening', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ EdgeExtraction (gradient) ------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Edge feature`` [selection] Options: * 0 --- gradient Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:edgeextractiongradient', -in, -channel, -ram, -filter, -out) See also ........ EdgeExtraction (sobel) ---------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Edge feature`` [selection] Options: * 0 --- sobel Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:edgeextractionsobel', -in, -channel, -ram, -filter, -out) See also ........ EdgeExtraction (touzi) ---------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Edge feature`` [selection] Options: * 0 --- touzi Default: *0* ``The Radius`` [number] Default: *1* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:edgeextractiontouzi', -in, -channel, -ram, -filter, -filter.touzi.xradius, -out) See also ........ GrayScaleMorphologicalOperation (closing) ----------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- closing Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:grayscalemorphologicaloperationclosing', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ GrayScaleMorphologicalOperation (dilate) ---------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- dilate Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:grayscalemorphologicaloperationdilate', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ GrayScaleMorphologicalOperation (erode) --------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- erode Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:grayscalemorphologicaloperationerode', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ GrayScaleMorphologicalOperation (opening) ----------------------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Structuring Element Type`` [selection] Options: * 0 --- ball Default: *0* ``The Structuring Element Radius`` [number] Default: *5* ``Morphological Operation`` [selection] Options: * 0 --- opening Default: *0* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:grayscalemorphologicaloperationopening', -in, -channel, -ram, -structype, -structype.ball.xradius, -filter, -out) See also ........ Haralick Texture Extraction --------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``X Radius`` [number] Default: *2* ``Y Radius`` [number] Default: *2* ``X Offset`` [number] Default: *1* ``Y Offset`` [number] Default: *1* ``Image Minimum`` [number] Default: *0* ``Image Maximum`` [number] Default: *255* ``Histogram number of bin`` [number] Default: *8* ``Texture Set Selection`` [selection] Options: * 0 --- simple * 1 --- advanced * 2 --- higher Default: *0* Outputs ....... ``Output Image`` [raster] Console usage ............. :: processing.runalg('otb:haralicktextureextraction', -in, -channel, -ram, -parameters.xrad, -parameters.yrad, -parameters.xoff, -parameters.yoff, -parameters.min, -parameters.max, -parameters.nbbin, -texture, -out) See also ........ Line segment detection ---------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``No rescaling in [0, 255]`` [boolean] Default: *True* Outputs ....... ``Output Detected lines`` [vector] Console usage ............. :: processing.runalg('otb:linesegmentdetection', -in, -norescale, -out) See also ........ Local Statistic Extraction -------------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Selected Channel`` [number] Default: *1* ``Available RAM (Mb)`` [number] Default: *128* ``Neighborhood radius`` [number] Default: *3* Outputs ....... ``Feature Output Image`` [raster] Console usage ............. :: processing.runalg('otb:localstatisticextraction', -in, -channel, -ram, -radius, -out) See also ........ Multivariate alteration detector -------------------------------- Description ........... Parameters .......... ``Input Image 1`` [raster] ``Input Image 2`` [raster] ``Available RAM (Mb)`` [number] Default: *128* Outputs ....... ``Change Map`` [raster] Console usage ............. :: processing.runalg('otb:multivariatealterationdetector', -in1, -in2, -ram, -out) See also ........ Radiometric Indices ------------------- Description ........... Parameters .......... ``Input Image`` [raster] ``Available RAM (Mb)`` [number] Default: *128* ``Blue Channel`` [number] Default: *1* ``Green Channel`` [number] Default: *1* ``Red Channel`` [number] Default: *1* ``NIR Channel`` [number] Default: *1* ``Mir Channel`` [number] Default: *1* ``Available Radiometric Indices`` [selection] Options: * 0 --- ndvi * 1 --- tndvi * 2 --- rvi * 3 --- savi * 4 --- tsavi * 5 --- msavi * 6 --- msavi2 * 7 --- gemi * 8 --- ipvi * 9 --- ndwi * 10 --- ndwi2 * 11 --- mndwi * 12 --- ndpi * 13 --- ndti * 14 --- ri * 15 --- ci * 16 --- bi * 17 --- bi2 Default: *0* Outputs ....... ``Output Image`` [raster] Console usage ............. :: processing.runalg('otb:radiometricindices', -in, -ram, -channels.blue, -channels.green, -channels.red, -channels.nir, -channels.mir, -list, -out) See also ........