mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 15:26:00 +08:00

Documentation transition to fresh Doxygen (5.x) #3687 Port of #3638 Merge with opencv/opencv#25161 CI part: opencv/ci-gha-workflow#162
Hierarchical Data Format (hdf) I/O
The module contains I/O routines for Hierarchical Data Format: https://en.m.wikipedia.org/wiki/Hierarchical_Data_Format meant to store large amounts of data. This module does not implement the specs from scratch, it's a wrapper on top of libhdf5, which should be pre-installed by the user.