-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PositionProcessing): Detect new pattern (#37)
* Added id to the blobs. * Starting generic implementation to make it compatible with both patterns. * First version of tracking new pattern. With GUI following the pattern. * Add static video * wip: changing new-pattern detection (failed) * fix: position detection * feat: Using Euclidean distance to calculate the distance between blobs * wip: decreasing the maximum distance between blobs * wip: adjusting "blobMaxDist" * fix: new detection to pattern * fix: adjust tag colors render * feat: Sort regions by leftmost blob * refactor: update distance function * Refactor: changes filterPattern * refactor: update distance function * Refactor: changes filterPattern * First version of tracking new pattern. With GUI following the pattern. * feat(PositionProcessing): Change pattern detection and robot id calculate (#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]> --------- Co-authored-by: acrucha <[email protected]>
- Loading branch information
Showing
14 changed files
with
293 additions
and
85 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
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.