umrover / mrover-ros

MRover ROS Source Code
https://mrover.org
GNU General Public License v3.0
27 stars 18 forks source link

Publish a debug image from the tag detector to show aruco thresholding #397

Closed qhdwight closed 1 year ago

qhdwight commented 1 year ago

The first step in ArUco detection is to threshold the image (using adaptive thresholding)

We would like to be able to visualize this to tune the adaptive thresholding parameters better

This should be done first before tuning parameters in later steps

qhdwight commented 1 year ago

There is no way to get OpenCV to get us this information so we have to read its source code and then replicate what it does for that step