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