本文简要介绍 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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。