[−][src]Module opencv::hdf
Hierarchical Data Format I/O routines
This module provides storage routines for Hierarchical Data Format objects.
Hierarchical Data Format version 5
Hierarchical Data Format version 5
In order to use it, the hdf5 library has to be installed, which
means cmake should find it using find_package(HDF5)
.
Modules
prelude |
Constants
HDF5_H5_GETCHUNKDIMS | Get the chunk sizes of a dataset. see also: dsgetsize() |
HDF5_H5_GETDIMS | Get the dimension information of a dataset. see also: dsgetsize() |
HDF5_H5_GETMAXDIMS | Get the maximum dimension information of a dataset. see also: dsgetsize() |
HDF5_H5_NONE | No compression, see also: dscreate() |
HDF5_H5_UNLIMITED | The dimension size is unlimited, see also: dscreate() |
Traits
HDF5 | Hierarchical Data Format version 5 interface. |
Functions
open | Open or create hdf5 file |