基于 Landsat 的干扰和恢复趋势检测:通过提取随时间变化的频谱轨迹,按时间对图像时间序列进行分段。每个图像的第一个波段用于查找断点,这些断点用于对所有后续波段执行拟合。断点以 4 行的二维矩阵形式返回,列数与图片数量相同。前两行是原始 X 值和 Y 值。第三行包含拟合到估计的细分上的 Y 值,第四行包含一个 1(如果相应的点用作细分顶点)或 0(如果相应的点不用作细分顶点)。所有其他拟合的频段都会作为行附加到输出中。断点拟合假设值越大表示干扰越大,值越小表示恢复越好。
参见:Kennedy, R.E.,Yang, Z. 和 Cohen, W.B.,2010 年。使用年度 Landsat 时序数据检测森林扰动和恢复趋势:1. LandTrendr - 时间分割算法。Remote Sensing of Environment, 114(12), pp.2897-2910.
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[[["LandTrendr is a temporal segmentation algorithm designed to detect trends in disturbance and recovery within yearly Landsat time-series data."],["It identifies breakpoints in spectral trajectories, using the first band of the image collection for initial detection and then fitting the breakpoints to all other bands."],["These breakpoints, representing changes in land cover, are fitted to a model assuming increasing values indicate disturbance and decreasing values signify recovery."],["The algorithm offers parameters for controlling spike dampening, segment recovery rates, model selection, and minimum data requirements to fine-tune the analysis."],["The output is an image containing the original and fitted values, segment vertices, and optionally fitted values for additional bands."]]],["The LandTrendr algorithm segments a time-series of images, using the first band to find breakpoints that identify spectral changes. These breakpoints are then applied to fit all other bands. Breakpoints are returned as a matrix, with the original data, fitted values, and segment vertex indicators. Increasing values suggest disturbance, while decreasing values suggest recovery. Users define parameters like maximum segments, spike dampening, and recovery rates to guide the fitting process. The algorithm outputs an image containing the results.\n"]]