Merge pull request #3 from rintoHasegawa/feature/valley-detection
Feature/valley detection
commit 72c061be330177d8f6279ddaeb4777ff0a33e48c
2 parents 282e871 + bb0085a
@rintoHasegawa rintoHasegawa authored 23 days ago
GitHub committed 23 days ago
Showing 35 changed files
View
docs/03_TECH/TECH_01_操舵量計算仕様.txt
View
docs/03_TECH/TECH_03_デバッグオーバーレイ仕様.txt
View
docs/03_TECH/TECH_04_線検出精度向上方針.txt
View
docs/04_ENV/ENV_04_ディレクトリ構成.txt
View
pytest.ini 0 → 100644
View
requirements_pc.txt
View
src/common/config.py
View
src/common/json_utils.py 0 → 100644
View
src/pc/gui/main_window.py
Too large (Show diff)
View
src/pc/gui/panels/__init__.py 0 → 100644
View
src/pc/gui/panels/control_param_panel.py 0 → 100644
View
src/pc/gui/panels/image_param_panel.py 0 → 100644
View
src/pc/gui/panels/overlay_panel.py 0 → 100644
View
src/pc/steering/auto_params.py
View
src/pc/steering/param_store.py
View
src/pc/steering/pd_control.py
View
src/pc/steering/pursuit_control.py 0 → 100644
View
src/pc/vision/detectors/__init__.py 0 → 100644
View
src/pc/vision/detectors/blackhat.py 0 → 100644
View
src/pc/vision/detectors/current.py 0 → 100644
View
src/pc/vision/detectors/dual_norm.py 0 → 100644
View
src/pc/vision/detectors/robust.py 0 → 100644
View
src/pc/vision/detectors/valley.py 0 → 100644
View
src/pc/vision/fitting.py 0 → 100644
View
src/pc/vision/line_detector.py
View
src/pc/vision/morphology.py 0 → 100644
View
src/pc/vision/overlay.py
View
src/pi/camera/capture.py
View
tests/__init__.py 0 → 100644
View
tests/conftest.py 0 → 100644
View
tests/test_fitting.py 0 → 100644
View
tests/test_json_utils.py 0 → 100644
View
tests/test_line_detector.py 0 → 100644
View
tests/test_morphology.py 0 → 100644
View
tests/test_params.py 0 → 100644