What is the difference between cv::stereo::StereoMatcher::compute and cv::StereoMatcher::compute?
There are two function members with the same name and functionality in different namespaces and with different inheritance trees: cv::stereo::StereoMatcher::compute
and cv::StereoMatcher::compute
. What is the difference?