Hokwang Choi
Hokwang Choi
I would like to boost the disparity mapping process by downsampling the original object and upsampling the disparity image. I plan to submit a pull request on this issue.
Hello dusty, I am trying to run detector node with my custom image topic and encountered a problem. Using, `auto img_sub = ROS_CREATE_SUBSCRIBER(sensor_msgs::Image, "custom rostopic name", 5, img_callback);` I subscribe...
Subscribing the custom images (not from a video source), I experienced unsynchronized function calls with ImageCallback and Overlay functions. ex) Multiple times of calling Overlay functions within a single ImageCallback...