error: (-215:Assertion failed) borderType!= BORDER_CONSTANT in function 'pyrDown' #50
Unanswered
msmartin4470
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The default bordertype in dart side is wrong, I will fix it soon, for now you can explicitly set the borderType to make it work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions