0

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?

gaetano ma
  • 139
  • 12

1 Answers1

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