Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Alekhin 7025ed0305 hdf: apply CV_OVERRIDE/CV_FINAL 7 years ago
..
doc/pics Add attribute read/write supports to the HDF module. 7 years ago
include/opencv2 Add attribute read/write supports to the HDF module. 7 years ago
samples Add attribute read/write supports to the HDF module. 7 years ago
src hdf: apply CV_OVERRIDE/CV_FINAL 7 years ago
test tests: refactor test files 7 years ago
tutorials Add attribute read/write supports to the HDF module. 7 years ago
CMakeLists.txt cmake: include contrib modules into "opencv_world" 8 years ago
README.md Update README.md 9 years ago

README.md

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.