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.
 
 
 
 
 
 
Maksim Shabunin 1aaf6e1c8b
Merge pull request #3638 from mshabunin:doc-upgrade
1 year ago
..
doc/pics Merge pull request #3296 from gvcallen:4.x 3 years ago
include/opencv2 Merge pull request #3638 from mshabunin:doc-upgrade 1 year ago
samples Merge pull request #3296 from gvcallen:4.x 3 years ago
src Merge pull request #3296 from gvcallen:4.x 3 years ago
test Merge pull request #3296 from gvcallen:4.x 3 years ago
tutorials Merge pull request #3296 from gvcallen:4.x 3 years ago
CMakeLists.txt Merge pull request #3296 from gvcallen:4.x 3 years ago
README.md Merge pull request #3296 from gvcallen:4.x 3 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.