forked from robocin/vss-vision
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PositionProcessing): Change pattern detection and robot id calcu…
…late (robocin#36) * fix(PositionProcessing): removes old pattern detection * wip: prints * feat(videos): add new static video * feat(PositionProcessing): add new robot id detection * fix(RobotWidget): remove "gambiarra" * fix(server): remove "gambiarra" id * feat(PositionProcessing): Add old pattern detection possibility * Revert "Merge branch 'new-pattern' into first-version" This reverts commit 040de64. * feat(Videos): add new video * fix(RobotWidget): fix robot color at interface * feat(PositionProcessing): add new filter for pattern detection * fix(RobotWidget): adjusting color ids order * fix(PositionProcessing): regions with less than three blobs skipped * fix(Receiver): Multicast configuration * fix(PositionProcessing): adjusting robot id (pink,green) * fix(PositionProcessing): Checking valid id * chore(videos): adding new tag pattern videos * refactor(RobotWidget): update pattern draw * refactor(PositionProcessing): update findTeam * [wip] fix filterPattern * [wip] fix id * feat(PositionProcessing): add kalman filter * fix(RobotWiget): adjust pattern draw --------- Co-authored-by: acrucha <[email protected]>
- Loading branch information
Showing
19 changed files
with
212 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Maggic | ||
17 45 | ||
45 | ||
30 216 | ||
53 | ||
-1 4 | ||
7 1 | ||
43 3 | ||
97 5 | ||
140 7 | ||
168 2 | ||
151 2 | ||
235 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0"?> | ||
<opencv_storage> | ||
<VIDEO_URL>/workspaces/vss-vision/videos/static5v5.mp4</VIDEO_URL> | ||
<VIDEO_URL>/home/robocin_vss/Videos/grav3.mp4</VIDEO_URL> | ||
</opencv_storage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.