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
(Stored with Git LFS)
vendored
BIN
board-vision/.gitignore
(Stored with Git 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
(Stored with Git LFS)
Normal file
BIN
board-vision/src/vision/countourFiltering.py
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/src/vision/goboard_dectection.py
(Stored with Git LFS)
Normal file
BIN
board-vision/src/vision/goboard_dectection.py
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/src/vision/preproc.py
(Stored with Git LFS)
Normal file
BIN
board-vision/src/vision/preproc.py
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/src/vision/preproc_fsm.py
(Stored with Git LFS)
Normal file
BIN
board-vision/src/vision/preproc_fsm.py
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/88004548-3fcd-4bcd-b329-dd75c8fc1917_canny.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/88004548-3fcd-4bcd-b329-dd75c8fc1917_canny.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/88004548-3fcd-4bcd-b329-dd75c8fc1917_gray.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/88004548-3fcd-4bcd-b329-dd75c8fc1917_gray.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/88004548-3fcd-4bcd-b329-dd75c8fc1917_thres.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/88004548-3fcd-4bcd-b329-dd75c8fc1917_thres.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/9737717d-339f-44d0-9ea1-5d8398fbb418_canny.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/9737717d-339f-44d0-9ea1-5d8398fbb418_canny.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/9737717d-339f-44d0-9ea1-5d8398fbb418_gray.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/9737717d-339f-44d0-9ea1-5d8398fbb418_gray.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/9737717d-339f-44d0-9ea1-5d8398fbb418_thres.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/9737717d-339f-44d0-9ea1-5d8398fbb418_thres.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/d132a3aa-ea93-4870-b504-87a97dbed2a3_canny.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/d132a3aa-ea93-4870-b504-87a97dbed2a3_canny.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/d132a3aa-ea93-4870-b504-87a97dbed2a3_gray.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/d132a3aa-ea93-4870-b504-87a97dbed2a3_gray.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/d132a3aa-ea93-4870-b504-87a97dbed2a3_thres.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/d132a3aa-ea93-4870-b504-87a97dbed2a3_thres.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/f778b048-c513-4faf-ae77-50ce30d59732_canny.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/f778b048-c513-4faf-ae77-50ce30d59732_canny.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/f778b048-c513-4faf-ae77-50ce30d59732_gray.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/f778b048-c513-4faf-ae77-50ce30d59732_gray.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/data/images/edges/f778b048-c513-4faf-ae77-50ce30d59732_thres.png
(Stored with Git LFS)
Normal file
BIN
board-vision/test/data/images/edges/f778b048-c513-4faf-ae77-50ce30d59732_thres.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
board-vision/test/vision/test_edge_dection.py
(Stored with Git LFS)
Normal file
BIN
board-vision/test/vision/test_edge_dection.py
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user