Ask Your Question

pluto8195's profile - activity

2018-01-29 10:54:27 -0600 commented answer What do I do when a function exists in the C++ library but not the python library?

of course, thank you! side note will I be able to use cv2 instead of cv? if im creating a program with functions called

2018-01-29 10:52:21 -0600 commented answer What do I do when a function exists in the C++ library but not the python library?

of course, thank you! side note does will i be able to use cv2 instead of cv? if im creating a program with functions c

2018-01-29 10:27:12 -0600 received badge  Supporter (source)
2018-01-29 10:27:10 -0600 marked best answer What do I do when a function exists in the C++ library but not the python library?

I'm currently working on a project involving stereo matching, in python while looking for solutions I found a tutorial containing some functions that would be useful (https://docs.opencv.org/3.1.0/d3/d14/...), but found only documentation on it for the c++ library.

What do I do in this case? Is there a way I can use these functions in python?

2018-01-29 10:27:10 -0600 received badge  Scholar (source)
2018-01-24 16:38:28 -0600 asked a question What do I do when a function exists in the C++ library but not the python library?

What do I do when a function exists in the C++ library but not the python library? I'm currently working on a project in