Module opencv::hdf[][src]

Expand description

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

Constants

Get the chunk sizes of a dataset. see also: dsgetsize()

Get the dimension information of a dataset. see also: dsgetsize()

Get the maximum dimension information of a dataset. see also: dsgetsize()

No compression, see also: dscreate()

The dimension size is unlimited, see also: dscreate()

Traits

Hierarchical Data Format version 5 interface.

Functions

Open or create hdf5 file