What's the difference between OpenCV's BRIEF and rBRIEF in tod_*?
OpenCV implements the BRIEF descriptor as described in "BRIEF: Binary Robust Independent Elementary Features" (ECCV 2010). It's called cv::BriefDescriptorExtractor
. ROS packages tod_training
and tod_detecting
have an own implementation called tod::RBriefDescriptorExtractor. I wonder where's the difference. Is there any publication I have missed?