Open Earth Engine library——利用大津法(otsu)区分NDVI一个点的峰值(阈值)

我们使用oeel来实现我们的一个点NDVI值得统计,统计峰值,用来区分一些作物可以用这里用的是点,当然我们可以使用一个矢量研究区来进行分析。

Open Earth Engine library——利用大津法(otsu)区分NDVI一个点的峰值(阈值)_第1张图片

 Open Earth Engine library——利用大津法(otsu)区分NDVI一个点的峰值(阈值)_第2张图片

 Open Earth Engine library——利用大津法(otsu)区分NDVI一个点的峰值(阈值)_第3张图片

 用到的函数:

oeel.ImageCollection.OtsuThreshold(...)

oeel.ImageCollection.OtsuThreshold(imageCollection, selectBand, mode, nbThreshold, thresholdsCollection, getCoefCollection)

OtsuThreshold. Compute the Otsu's threshold along a collection

Arguments:

  • imageCollection* ee.ImageCollectionThe imageCollection
  • selectBand* string|integerThe bands for thre

你可能感兴趣的:(Earth,Engine高级外接应用,javascript,开发语言,ecmascript,gee,大津法)