OpenCV
3.4.20-dev
Open Source Computer Vision
|
Classes | |
class | cv::hdf::HDF5 |
Hierarchical Data Format version 5 interface. More... | |
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)
.
#include <opencv2/hdf/hdf5.hpp>
Open or create hdf5 file.
HDF5Filename | specify the HDF5 filename. |
Returns a pointer to the hdf5 object class