Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt Older OpenCV Contour-Based ODLC Solution for New Mission Parameters #31

Open
OrangePear13 opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers vision Vision subteam / works with computer vision to interact with photos and identify important objects

Comments

@OrangePear13
Copy link

Adapt Older OpenCV Contour-Based ODLC Solution for New Mission Parameters

Problem

Adapt code from the old SUAS repository for use in identifying objects that will be in SUAS 2025.

Solution

The old SUAS repository contains code that uses OpenCV contours to locate and classify different shapes. The new SUAS rules have objects instead of shapes, but does not require the specific classification of different shapes.

Parts of the old code can be adapted to identify objects.

The new solution should:

  • Have more aggressive image processing
  • More strict filtering of contours
  • Less reliance on detail being preserved in object contours

Additional Information

The directory with old vision code that used OpenCV contours and edge detection: https://github.com/MissouriMRR/SUAS-2023/tree/develop/vision/standard_object

@OrangePear13 OrangePear13 added enhancement New feature or request good first issue Good for newcomers vision Vision subteam / works with computer vision to interact with photos and identify important objects labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers vision Vision subteam / works with computer vision to interact with photos and identify important objects
Projects
None yet
Development

No branches or pull requests

3 participants