We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python version of kinfu.render works only with 2 args, while it should work with 1 and with 2
``` params = cv2.kinfu_Params.defaultParams() kf = cv2.kinfu_KinFu.create(params) flag = kf.update(depth) size = height, width, 4 cvt8 = np.zeros(size, dtype=np.uint8) kf.render(cvt8) ```
The text was updated successfully, but these errors were encountered:
savuor
Successfully merging a pull request may close this issue.
System information (version)
Detailed description
Python version of kinfu.render works only with 2 args, while it should work with 1 and with 2
Steps to reproduce
Issue submission checklist
answers.opencv.org, Stack Overflow, etc and have not found solution
The text was updated successfully, but these errors were encountered: