Open Earth Engine Library (OEEL)——oeel.ImageCollection.SavatskyGolayFilter(...)

oeel.ImageCollection.SavatskyGolayFilter(...)

oeel.ImageCollection.SavatskyGolayFilter(collection, filter, distanceFunction, degree, bandOfInterest, EstimationCollection)

 SavatskyGolayTimeFilter. Pass a Savatsky-Golay filter along the image collection

SavatskyGolayTimeFilter。沿着图像集合传递一个Savatsky-Golay过滤器 

Arguments:

  • collection* ee.ImageCollection The image collection on which to perform the filtering
  • 要进行过滤的图像集合。
  • filter* ee.Filter  The moving windows filter  移动窗口过滤器
  • distanceFunction* function A lambda function that specifies how to compute distance between two images that return an ee.Image (or an ee.Number to add);一个lambda函数,指定如何计算两个图像之间的距离,返回一个ee.Image(或一个ee.Number来添加)。

猜你喜欢

转载自blog.csdn.net/qq_31988139/article/details/123254319