[Enhancement] Update image pre-processing for ArUco detection #333
Labels
2-Star
Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible.
enhancement
Requests for new features or improvements to existing features.
research
Investigative tasks aimed at exploring new technologies, methods, or solutions for the project.
tag-detection
Tasks related to detecting and processing tags or markers for autonomous navigation or data capture.
Milestone
Why Is This Enhancement Needed?
Currently the
PreprocessFrame
method within theArucoDetection.hpp
file processes the image to be oversaturated with white in bright outdoor environments. We need to update this method to provide a clean image to the ArUco detector.Proposed Solution
Research openCV methods (https://docs.opencv.org/4.x/index.html) that might be useful in adjusting color channels, saturation, and image sharpening.
Additional Context
This will require a lot of testing. We may want to look into testing on competition videos from URC 2024 to get the most accurate data for validating the image pre-processing.
The text was updated successfully, but these errors were encountered: