[add] 透視補正付き幅フィルタを実装し,ドキュメントを追加
- line_detector: ImageParams に width_near/width_far/width_tolerance を追加
- line_detector: _apply_width_filter() 関数を追加(行ごと線形補間で上限を動的に決定)
- line_detector: 案A/B/C の3手法すべてに幅フィルタを適用(width_near=0 で無効)
- main_window: 線幅(近)/線幅(遠)/幅フィルタ倍率のスピンボックスを追加
- TECH_04: 2-3 節にカメラ高さ・線幅の固定による幾何学的制約を追記
- TECH_04: 6-8 節に透視補正付き幅フィルタを追加,9-5 節に共通オプションとして記載

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 76eaee5 commit f33292ef12450298d8d092816e35ebb51188d499
@rintoHasegawa rintoHasegawa authored 24 days ago
Showing 3 changed files
View
docs/03_TECH/TECH_04_線検出精度向上方針.txt
View
src/pc/gui/main_window.py
View
src/pc/vision/line_detector.py