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
Originally posted by msmartin4470 May 14, 2024 Could you help me out with this error message?
CvException (CvException(code: ErrorCode (-215), err:, msg:OpenCV (4.9.0) / Users/runner/work/opencv.full/opencv.full/build/ opencv/modules/imgproc/src/ pyramids.cpp:1415: error: (-215:Assertion failed) borderType!= BORDER_CONSTANT in function 'pyrDown' ) in pyrDown of file /Users/runner/work/ opencv.full/opencv.full/build/opencv/modules/ imgproc/src/pyramids.cpp:1415)
Te border type is a default parameter that I am not changing, so that is why I am a little confused with the issue. Thanks.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #50
Originally posted by msmartin4470 May 14, 2024
Could you help me out with this error message?
CvException (CvException(code:
ErrorCode (-215), err:, msg:OpenCV (4.9.0) / Users/runner/work/opencv.full/opencv.full/build/ opencv/modules/imgproc/src/
pyramids.cpp:1415: error: (-215:Assertion failed) borderType!= BORDER_CONSTANT in function
'pyrDown'
) in pyrDown of file /Users/runner/work/ opencv.full/opencv.full/build/opencv/modules/ imgproc/src/pyramids.cpp:1415)
Te border type is a default parameter that I am not changing, so that is why I am a little confused with the issue. Thanks.
The text was updated successfully, but these errors were encountered: