I’m not sure I understand the question. Do you mean will
CV_EXPORTS_W void python_func(InputArray in, CV_OUT Mat out, InputOutputArray inout)
result in
out,inout= python_func(in,[inout])
I’m not sure I understand the question. Do you mean will
CV_EXPORTS_W void python_func(InputArray in, CV_OUT Mat out, InputOutputArray inout)
result in
out,inout= python_func(in,[inout])