本文簡要介紹 python 語言中 arcgis.raster.functions.grayscale
的用法。
用法:
arcgis.raster.functions.grayscale(raster, conversion_parameters=None)
返回:
應用此函數的輸出柵格。
灰度函數將多波段圖像轉換為單波段灰度圖像。指定的權重應用於每個輸入頻帶,並對輸出應用歸一化。欲了解更多信息,請參閱Grayscale function
Parameter
Description
raster
需要輸入
Raster
/ImageryLayer
對象。conversion_parameters
長度為 N 的可選列表,表示每個波段的權重,其中 N 是波段數。
例子:
# Usage Example 1: Performs a linear transformation for a 3-band input raster with weighted bands. grayscale_op = grayscale(input_raster, [1, 3, 2])
相關用法
- Python ArcGIS greater_than_equal用法及代碼示例
- Python ArcGIS greater_than用法及代碼示例
- Python ArcGIS generate_service_areas用法及代碼示例
- Python ArcGIS generate_multidimensional_anomaly用法及代碼示例
- Python ArcGIS geocode_from_items用法及代碼示例
- Python ArcGIS glr用法及代碼示例
- Python ArcGIS generate_trend_raster用法及代碼示例
- Python ArcGIS geometric_median用法及代碼示例
- Python ArcGIS geocode_locations用法及代碼示例
- Python ArcGIS generate_raster用法及代碼示例
- Python ArcGIS geocode用法及代碼示例
- Python ArcGIS power用法及代碼示例
- Python ArcGIS APIKeyManager.get用法及代碼示例
- Python ArcGIS KnowledgeGraph.named_object_type_delete用法及代碼示例
- Python ArcGIS ContentManager.unshare_items用法及代碼示例
- Python ArcGIS ImageryLayer.thumbnail用法及代碼示例
- Python ArcGIS FormFieldElement用法及代碼示例
- Python ArcGIS Geometry.true_centroid用法及代碼示例
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS GeoAccessor.bbox用法及代碼示例
- Python arcgis.apps.hub.Initiative.update用法及代碼示例
- Python ArcGIS build_overview用法及代碼示例
- Python ArcGIS RunInterval用法及代碼示例
- Python ArcGIS describe_dataset用法及代碼示例
- Python ArcGIS acos用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.raster.functions.grayscale。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。