File tree 12 files changed +22
-25
lines changed
python/plugins/processing/algs
12 files changed +22
-25
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ParameterRaster|ivis|Input visibility raster map in km (optional)|True
9
9
ParameterFile|icnd|Name of input text file|False
10
10
ParameterRange|iscl|Input imagery range [0,255]|0,255
11
11
ParameterBoolean|-o|Try to increase computation speed when altitude and/or visibility map is used|True
12
- OutputRaster|oimg|Name for output raster map
12
+ OutputRaster|oimg|Atmospheric correction
13
13
ParameterBoolean|-f|Output raster is floating point|False
14
14
ParameterRange|oscl|Rescale output raster map [0,255]|0,255
15
15
Original file line number Diff line number Diff line change 2
2
i.fft - Fast Fourier Transform (FFT) for image processing.
3
3
Imagery (i.*)
4
4
ParameterRaster|input_image|Name of input raster map|False
5
- OutputRaster|real_image|Name for output real part arrays stored as raster map
6
- OutputRaster|imaginary_image|Name for output imaginary part arrays stored as raster map
7
-
5
+ OutputRaster|real_image|Real part arrays
6
+ OutputRaster|imaginary_image|Imaginary part arrays
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Imagery (i.*)
4
4
ParameterRaster|hue_input|Name of input raster map (hue)|False
5
5
ParameterRaster|intensity_input|Name of input raster map (intensity)|False
6
6
ParameterRaster|saturation_input|Name of input raster map (saturation)|False
7
- OutputRaster|red_output|Name for output raster map (red)
8
- OutputRaster|green_output|Name for output raster map (green)
9
- OutputRaster|blue_output|Name for output raster map (blue)
10
-
7
+ OutputRaster|red_output|Red
8
+ OutputRaster|green_output|Green
9
+ OutputRaster|blue_output|Blue
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ i.ifft - Inverse Fast Fourier Transform (IFFT) for image processing.
3
3
Imagery (i.*)
4
4
ParameterRaster|real_image|Name of input raster map (image fft, real part)|False
5
5
ParameterRaster|imaginary_image|Name of input raster map (image fft, imaginary part)|False
6
- OutputRaster|output_image|Name for output raster map
6
+ OutputRaster|output_image|Inverse Fast Fourier Transform
7
7
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Imagery (i.*)
4
4
ParameterRaster|red_output|Name for input raster map (red)|True
5
5
ParameterRaster|green_output|Name for input raster map (green)|True
6
6
ParameterRaster|blue_output|Name for input raster map (blue)|True
7
- OutputRaster|hue_input|Name of output raster map (hue) |False
8
- OutputRaster|intensity_input|Name of output raster map (intensity) |False
9
- OutputRaster|saturation_input|Name of output raster map (saturation) |False
7
+ OutputRaster|hue_input|Hue |False
8
+ OutputRaster|intensity_input|Intensity |False
9
+ OutputRaster|saturation_input|Saturation |False
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ ParameterRaster|input|Name of input raster map|False
5
5
ParameterNumber|width|x-y extent of the Gaussian filter|1|None|9
6
6
ParameterNumber|threshold|Sensitivity of Gaussian filter|0|None|10.0
7
7
ParameterNumber|orientations|Number of azimuth directions categorized|0|None|1
8
- OutputRaster|output|Zero crossing raster map
8
+ OutputRaster|output|Zero crossing
9
9
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ParameterRaster|visibility|Input visibility raster map in km (optional)|True
9
9
ParameterFile|parameters|Name of input text file|False
10
10
ParameterRange|range|Input imagery range [0,255]|0,255
11
11
ParameterBoolean|-o|Try to increase computation speed when altitude and/or visibility map is used|True
12
- OutputRaster|output|Name for output raster map
12
+ OutputRaster|output|Atmospheric correction
13
13
ParameterBoolean|-f|Output raster is floating point|False
14
14
ParameterRange|rescale|Rescale output raster map [0,255]|0,255
15
15
Original file line number Diff line number Diff line change 2
2
i.fft - Fast Fourier Transform (FFT) for image processing.
3
3
Imagery (i.*)
4
4
ParameterRaster|input|Name of input raster map|False
5
- OutputRaster|real|Name for output real part arrays stored as raster map
6
- OutputRaster|imaginary|Name for output imaginary part arrays stored as raster map
5
+ OutputRaster|real|Real part arrays
6
+ OutputRaster|imaginary|Imaginary part arrays
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Imagery (i.*)
4
4
ParameterRaster|hue|Name of input raster map (hue)|False
5
5
ParameterRaster|intensity|Name of input raster map (intensity)|False
6
6
ParameterRaster|saturation|Name of input raster map (saturation)|False
7
- OutputRaster|red|Name for output raster map (red)
8
- OutputRaster|green|Name for output raster map (green)
9
- OutputRaster|blue|Name for output raster map (blue)
10
-
7
+ OutputRaster|red|Red
8
+ OutputRaster|green|Green
9
+ OutputRaster|blue|Blue
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ i.ifft - Inverse Fast Fourier Transform (IFFT) for image processing.
3
3
Imagery (i.*)
4
4
ParameterRaster|real|Name of input raster map (image fft, real part)|False
5
5
ParameterRaster|imaginary|Name of input raster map (image fft, imaginary part)|False
6
- OutputRaster|output|Name for output raster map
6
+ OutputRaster|output|Inverse Fast Fourier Transform
7
7
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Imagery (i.*)
4
4
ParameterRaster|red|Name for input raster map (red)|True
5
5
ParameterRaster|green|Name for input raster map (green)|True
6
6
ParameterRaster|blue|Name for input raster map (blue)|True
7
- OutputRaster|hue|Name of output raster map (hue) |False
8
- OutputRaster|intensity|Name of output raster map (intensity) |False
9
- OutputRaster|saturation|Name of output raster map (saturation) |False
7
+ OutputRaster|hue|Hue |False
8
+ OutputRaster|intensity|Intensity |False
9
+ OutputRaster|saturation|Saturation |False
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ ParameterRaster|input|Name of input raster map|False
5
5
ParameterNumber|width|x-y extent of the Gaussian filter|1|None|9
6
6
ParameterNumber|threshold|Sensitivity of Gaussian filter|0|None|10.0
7
7
ParameterNumber|orientations|Number of azimuth directions categorized|0|None|1
8
- OutputRaster|output|Zero crossing raster map
8
+ OutputRaster|output|Zero crossing
9
9
You can’t perform that action at this time.
0 commit comments