chore(docs): document ScoreExtractor tiling and refactor debug scripts (#563)

This commit is contained in:
2026-03-29 17:57:40 +09:00
parent 39b55f2e9f
commit ac0c098259
698 changed files with 141180 additions and 195 deletions

View File

@@ -27,6 +27,7 @@ Raw Frames → HSV Strip 검출 → Median Crop → MSE 1차 → 파노라마
| 날짜 | 변경 내용 |
|------|-----------|
| 2026-03-29 | **[REFACTOR]** `ScoreExtractor` 객체지향 타일링 도입 (A4 크롭 오차 방지) 및 디버그 분리 |
| 2026-03-27 | **[BUG1]** `_merge_scroll_candidates` 씬전환 가속도 조건 제거 → 씬전환 오탐 9→1 |
| 2026-03-27 | **[BUG2]** `merge_panoramas_list` 매칭 임계치 0.60→0.50 → 파노라마 분리 3→1 |
| 2026-03-27 | **[BUG3]** `_detect_measure_bars` 마디선 최소간격 필터 100px 추가 → 오탐(17px) 제거 |