What is the difference between cv::stereo::StereoMatcher::compute and cv::StereoMatcher::compute?

asked 2020-03-26 00:42:58 -0600

Paul Jurczak gravatar image

updated 2020-03-26 01:18:59 -0600

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?

edit retag flag offensive close merge delete