First time here? Check out the FAQ!
answered 2019-12-31 10:26:56 -0600
If you know C++, you should know that if a function should modify something given as a parameter, that something is passed as a pointer or a reference. That's what OpenCV does, but hides it neatly with typedefs.