cuda classes with cv::StereoMatcher interface should work as the other cv::StereoMatcher classes (Bug #4166)
Description
Their compute functions accept only cuda::GpuMat.
They don't return the same dimensions of disparity values as the cpu versions.
The caller have to know the actual implementation to call them properly, so the inheritance is useless at this time.
Is it a bug or by design?
Associated revisions
Merge pull request #4166 from sbokov:fixingStereoBMissue
History
Updated by Vadim Pisarevsky almost 10 years ago
- Category changed from calibration, 3d to gpu (cuda)
- Target version changed from 3.0 to Next Hackathon
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4924