rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
136 stars 18 forks source link

change Mat.toString() #233

Closed rainyl closed 2 months ago

rainyl commented 2 months ago

print(Mat): Mat(addr=0x1dde02c74b0, type=CV_8UC4, rows=-1, cols=-1, channels=4)

better countNonZero()

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.14%. Comparing base (7838e85) to head (02bfc23).

Files with missing lines Patch % Lines
lib/src/core/mat.dart 33.33% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== - Coverage 91.15% 91.14% -0.02% ========================================== Files 57 57 Lines 8480 8478 -2 ========================================== - Hits 7730 7727 -3 - Misses 750 751 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.