BlueBrain / HighFive

HighFive - Header-only C++ HDF5 interface
https://bluebrain.github.io/HighFive/
Boost Software License 1.0
673 stars 159 forks source link

Move OpenCV support to core. #1006

Closed 1uc closed 3 months ago

1uc commented 3 months ago

Easy has (partial) support for Mat_. As part of preparing v3 we'd like to move all functionality from Easy into core. This PR adds experimental support for OpenCV to core. We add it as experimental to retain the freedom of removing it altogether in the future.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.40230% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 86.82%. Comparing base (c1e8b57) to head (f76b98d).

Files Patch % Lines
include/highfive/experimental/opencv.hpp 92.98% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1006 +/- ## ========================================== + Coverage 86.71% 86.82% +0.11% ========================================== Files 97 100 +3 Lines 5997 6080 +83 ========================================== + Hits 5200 5279 +79 - Misses 797 801 +4 ```

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