Hi I would like to read the code of the function StereoSGBM, how can i find it inside the opencv library? There is a short command to find it from the python prompt?
Asked
Active
Viewed 25 times
0
-
1look at `github` . It's c++ with intrinsics and others. So i doubt you'll be glad when see it – Алексей Неудачин Oct 28 '18 at 17:18
1 Answers
0
You can find the source code of the function "StereoSGBM" from the link here
You can also find the nice example of using this function in Python here
Addtionally, you can find the example of using this function in C++ here

Howard GENG
- 1,075
- 7
- 16