Refactor: Extracted Edge Dection + added tests
This commit is contained in:
1
board-vision/.gitattributes
vendored
Normal file
1
board-vision/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
test/data/images filter=lfs diff=lfs merge=lfs -text
|
||||||
BIN
board-vision/.gitignore
LFS
vendored
BIN
board-vision/.gitignore
LFS
vendored
Binary file not shown.
15
board-vision/.vscode/settings.json
vendored
Normal file
15
board-vision/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"python.testing.pytestArgs": [
|
||||||
|
"--cov-report", "xml:cov.xml",
|
||||||
|
"--cov-report", "term",
|
||||||
|
"--cov=src",
|
||||||
|
"test",
|
||||||
|
],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true,
|
||||||
|
"coverage-gutters.coverageFileNames": [
|
||||||
|
"cov.xml",
|
||||||
|
],
|
||||||
|
"coverage-gutters.coverageBaseDir": "**",
|
||||||
|
"testing.coverageToolbarEnabled": true
|
||||||
|
}
|
||||||
BIN
board-vision/src/vision/countourFiltering.py
LFS
Normal file
BIN
board-vision/src/vision/countourFiltering.py
LFS
Normal file
Binary file not shown.
BIN
board-vision/src/vision/goboard_dectection.py
LFS
Normal file
BIN
board-vision/src/vision/goboard_dectection.py
LFS
Normal file
Binary file not shown.
BIN
board-vision/src/vision/preproc.py
LFS
Normal file
BIN
board-vision/src/vision/preproc.py
LFS
Normal file
Binary file not shown.
BIN
board-vision/src/vision/preproc_fsm.py
LFS
Normal file
BIN
board-vision/src/vision/preproc_fsm.py
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
board-vision/test/vision/test_edge_dection.py
LFS
Normal file
BIN
board-vision/test/vision/test_edge_dection.py
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user