1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00
Files
opencv_contrib/modules/hdf
StevenPuttemans dd33354fd5 fix the CMAKE order for issue #630
ensure that the double pass through CMakeLists.txt files do not generate double output
2016-04-18 12:34:13 +02:00
..
2016-03-27 12:25:12 -07:00

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.