Type Definition opencv::types::PtrOfHDF5[][src]

pub type PtrOfHDF5 = Ptr<dyn HDF5>;

Implementations

Trait Implementations

Close and release hdf5 object.

Create a group. Read more

Delete an attribute from the root group. Read more

Write an attribute inside the root group. Read more

Read an attribute from the root group. Read more

Write an attribute into the root group. Read more

Read an attribute from the root group. Read more

Write an attribute into the root group. Read more

Read an attribute from the root group. Read more

Write an attribute into the root group. Read more

Read an attribute from the root group. Read more

Check if label exists or not. Read more

Check whether a given attribute exits or not in the root group. Read more

Create and allocate storage for n-dimensional dataset, single or multichannel type. Read more

Create and allocate storage for n-dimensional dataset, single or multichannel type. Read more

Create and allocate storage for n-dimensional dataset, single or multichannel type. Read more

Create and allocate storage for two dimensional single or multi channel dataset. Read more

C++ default parameters Read more

Create and allocate storage for n-dimensional dataset, single or multichannel type. Read more

Fetch dataset sizes Read more

Fetch dataset type Read more

C++ default parameters Read more

Write or overwrite a Mat object into specified dataset of hdf5 file. Read more

C++ default parameters Read more

Insert or overwrite a Mat object into specified dataset and auto expand dataset size if unlimited property allows. Read more

C++ default parameters Read more

Read specific dataset from hdf5 file into Mat object. Read more

Fetch keypoint dataset size Read more

Create and allocate special storage for cv::KeyPoint dataset. Read more

Write or overwrite list of KeyPoint into specified dataset of hdf5 file. Read more

Insert or overwrite list of KeyPoint into specified dataset and autoexpand dataset size if unlimited property allows. Read more

Read specific keypoint dataset from hdf5 file into vector object. Read more