We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Mat
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
Currently defined as def add(src1: Mat, src2: Mat, ...):
def add(src1: Mat, src2: Mat, ...)
python-type-stubs/cv2/__init__.pyi
Line 1697 in dd9e65c
But both src1 and src2 can be a scalar value, according to OpenCV documents:
src1
src2
Parameters src1 first input array or a scalar. src2 second input array or a scalar. from: https://docs.opencv.org/4.6.0/d2/de8/group__core__array.html#ga10ac1bfb180e2cfda1701d06c24fdbd6
Parameters
from: https://docs.opencv.org/4.6.0/d2/de8/group__core__array.html#ga10ac1bfb180e2cfda1701d06c24fdbd6
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Currently defined as
def add(src1: Mat, src2: Mat, ...)
:python-type-stubs/cv2/__init__.pyi
Line 1697 in dd9e65c
But both
src1
andsrc2
can be a scalar value, according to OpenCV documents:The text was updated successfully, but these errors were encountered: