本文簡要介紹 python 語言中 arcgis.raster.functions.threshold
的用法。
用法:
arcgis.raster.functions.threshold(raster, astype=None)
返回:
應用了函數的輸出柵格。
閾值函數產生二進製閾值圖像。它使用 Otsu 方法並假設輸入圖像具有bi-modal 直方圖。
閾值函數的參數如下:
Parameter
Description
raster
需要輸入
Raster
/ImageryLayer
對象。astype
可選字符串。輸出像素類型。可用選項是 - “C128” | “C64” | “F32” | “F64” | “S16” | “S32” | “S8” | “U1” | “U16” | “U2” | “U32” | “U4” | “U8”。默認為無。
例子:
# Usage Example 1: Applies binary thresholding to the input raster. threshold_op = threshold(inp_raster)
相關用法
- Python ArcGIS train_classifier用法及代碼示例
- Python ArcGIS tanh用法及代碼示例
- Python ArcGIS to_geo_coordinate_string用法及代碼示例
- Python ArcGIS tan用法及代碼示例
- Python ArcGIS train_random_trees_regression_model用法及代碼示例
- Python ArcGIS trace_downstream用法及代碼示例
- Python ArcGIS times用法及代碼示例
- Python arcgis.learn.train_model用法及代碼示例
- Python ArcGIS trim_extend用法及代碼示例
- 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 generate_service_areas用法及代碼示例
- Python ArcGIS build_overview用法及代碼示例
- Python ArcGIS RunInterval用法及代碼示例
- Python ArcGIS describe_dataset用法及代碼示例
- Python ArcGIS acos用法及代碼示例
- Python ArcGIS Item.publish用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.raster.functions.threshold。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。