rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter.
https://pub.dev/packages/opencv_dart
Apache License 2.0
80 stars 10 forks source link

error: (-215:Assertion failed) borderType!= BORDER_CONSTANT in function 'pyrDown' #52

Closed rainyl closed 1 month ago

rainyl commented 1 month ago

Discussed in https://github.com/rainyl/opencv_dart/discussions/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.