Landsat 기반 교란 및 복구 추세 감지: 시간 경과에 따른 변화의 스펙트럼 궤적을 추출하여 이미지의 시계열을 시간별로 분류합니다. 각 이미지의 첫 번째 밴드는 중단점을 찾는 데 사용되며 이러한 중단점은 모든 후속 밴드에서 피팅을 실행하는 데 사용됩니다. 분기점은 4개 행과 이미지 수만큼의 열로 구성된 2D 행렬로 반환됩니다. 처음 두 행은 원래 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"]],["최종 업데이트: 2025-07-26(UTC)"],[],["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"]]