![]() |
OpenCV
4.3.0
Open Source Computer Vision
|
Classes | |
| class | cv::hdf::HDF5 |
| Hierarchical Data Format version 5 interface. More... | |
Enumerations | |
| enum | { cv::hdf::HDF5::H5_UNLIMITED = -1, cv::hdf::HDF5::H5_NONE = -1, cv::hdf::HDF5::H5_GETDIMS = 100, cv::hdf::HDF5::H5_GETMAXDIMS = 101, cv::hdf::HDF5::H5_GETCHUNKDIMS = 102 } |
Functions | |
| Ptr< HDF5 > | cv::hdf::open (const String &HDF5Filename) |
| Open or create hdf5 file. More... | |
In order to use it, the hdf5 library has to be installed, which means cmake should find it using find_package(HDF5) .
| anonymous enum |
| Enumerator | |
|---|---|
| H5_UNLIMITED |
The dimension size is unlimited,.
|
| H5_NONE |
No compression,.
|
| H5_GETDIMS |
Get the dimension information of a dataset.
|
| H5_GETMAXDIMS |
Get the maximum dimension information of a dataset.
|
| H5_GETCHUNKDIMS |
Get the chunk sizes of a dataset.
|
| Ptr<HDF5> cv::hdf::open | ( | const String & | HDF5Filename | ) |
#include <opencv2/hdf/hdf5.hpp>
Open or create hdf5 file.
| HDF5Filename | specify the HDF5 filename. |
Returns a pointer to the hdf5 object class
1.8.9.1