<put algorithm description here>
<put parameter description here>
Default: 1
processing.runalg('gdalogr:gdal2xyz', input, band, output)
Band to convert to RGB
Options:
Default: 0
processing.runalg('gdalogr:pcttorgb', input, nband, output)
共通の画素値を共有するラスタの画素の接続されたすべての領域についてベクターポリゴンを作成します。各ポリゴンは、そのポリゴンの画素値を示す属性を使用して作成されます。アルゴリズムは、_ `` GDAL polygonizeユーティリティ<http://www.gdal.org/gdal_polygonize.html>に由来しています。
連結領域の属性が入力されているフィールド名を定義します。何のフィールド名が定義されていない場合は名前が「DN」になります。
Default: DN
processing.runalg('gdalogr:polygonize', input, field, output)
ラスタ画像ベクタージオメトリ(点、線およびポリゴン)に変換します。アルゴリズムは、_ `` GDALラスタライズユーティリティ<http://www.gdal.org/gdal_rasterize.html>に由来しています。
ピクセルの属性を選択する必要があります、そこから属性フィールドを定義します。
If activated writes the results into an existing raster layer.
Default: False
上記のオプションがチェックされていない場合、出力サイズはピクセル単位である(0)または出力解像度は、画素(1)あたりのマップ単位でのいずれか。
Options:
Default: 1
Sets the horizontal resolution of the output raster.
Default: 100.0
Sets the vertical resolution of the output raster.
Default: 100.0
Defines the type of the resulting raster image.
Options:
Default: 0
processing.runalg('gdalogr:rasterize', input, field, writeover, dimensions, width, height, rtype, output)
パレット8ビットに24ビットRGB画像を変換します。ダウンサンプリングされたRGBヒストグラムのメジアンカットアルゴリズムを使用して、指定されたRGB画像のための最適な擬似カラーテーブルを計算します。それはカラーテーブルを使用して、擬似カラー画像に画像を変換します。この変換は、出力画像の視覚的品質を最大化するために(誤差拡散)フロイド - スタインバーグ・ディザリングを利用します。ラスター地図を分類したい場合、クラスの数を減らしたい場合には、前にこのアルゴリズムを使用して画像をダウンサンプリングするために役立ちます。アルゴリズムは、_ `` GDALのrgb2pctユーティリティ<http://www.gdal.org/rgb2pct.html>に由来しています。
The number of colors the resulting image will contain. A value from 2-256 is possible.
Default: 2
processing.runalg('gdalogr:rgbtopct', input, ncolors, output)
<put algorithm description here>
<put parameter description here>
Default: 100
<put parameter description here>
デフォルト:真
<put parameter description here>
Default: none
<put parameter description here>
Options:
Default: 0
<put parameter description here>
Default: None
<put parameter description here>
Default: 0,1,0,1
<put parameter description here>
Default: False
Optional.
<put parameter description here>
Default: (not set)
<put parameter description here>
Options:
Default: 5
processing.runalg('gdalogr:translate', input, outsize, outsize_perc, no_data, expand, srs, projwin, sds, extra, rtype, output)