OpenCV 4.10.0
开源计算机视觉库
|
这是 cv::hdf::HDF5 的所有成员的完整列表,包括所有继承的成员。
atdelete(const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atexists(const String &atlabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
atread(int *value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atread(double *value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atread(String *value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atread(OutputArray value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atwrite(const int value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atwrite(const double value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atwrite(const String &value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
atwrite(InputArray value, const String &atlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
close()=0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int rows, const int cols, const int type, const String &dslabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int rows, const int cols, const int type, const String &dslabel, const int compresslevel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int rows, const int cols, const int type, const String &dslabel, const int compresslevel, const vector< int > &dims_chunks) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int rows, const int cols, const int type, const String &dslabel, const int compresslevel, const int *dims_chunks) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int n_dims, const int *sizes, const int type, const String &dslabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int n_dims, const int *sizes, const int type, const String &dslabel, const int compresslevel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const vector< int > &sizes, const int type, const String &dslabel, const int compresslevel=HDF5::H5_NONE, const vector< int > &dims_chunks=vector< int >()) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dscreate(const int n_dims, const int *sizes, const int type, const String &dslabel, const int compresslevel, const int *dims_chunks) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsgetsize(const String &dslabel, int dims_flag=HDF5::H5_GETDIMS) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsgettype(const String &dslabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsinsert(InputArray Array, const String &dslabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsinsert(InputArray Array, const String &dslabel, const int *dims_offset) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsinsert(InputArray Array, const String &dslabel, const vector< int > &dims_offset, const vector< int > &dims_counts=vector< int >()) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsinsert(InputArray Array, const String &dslabel, const int *dims_offset, const int *dims_counts) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsread(OutputArray Array, const String &dslabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsread(OutputArray Array, const String &dslabel, const int *dims_offset) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsread(OutputArray Array, const String &dslabel, const vector< int > &dims_offset, const vector< int > &dims_counts=vector< int >()) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dsread(OutputArray Array, const String &dslabel, const int *dims_offset, const int *dims_counts) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dswrite(InputArray Array, const String &dslabel) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dswrite(InputArray Array, const String &dslabel, const int *dims_offset) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dswrite(InputArray Array, const String &dslabel, const vector< int > &dims_offset, const vector< int > &dims_counts=vector< int >()) const =0 | cv::hdf::HDF5 | 纯虚函数 |
dswrite(InputArray Array, const String &dslabel, const int *dims_offset, const int *dims_counts) const =0 | cv::hdf::HDF5 | 纯虚函数 |
grcreate(const String &grlabel)=0 | cv::hdf::HDF5 | 纯虚函数 |
H5_GETCHUNKDIMS 枚举值 | cv::hdf::HDF5 | |
H5_GETDIMS 枚举值 | cv::hdf::HDF5 | |
H5_GETMAXDIMS 枚举值 | cv::hdf::HDF5 | |
H5_NONE 枚举值 | cv::hdf::HDF5 | |
H5_UNLIMITED 枚举值 | cv::hdf::HDF5 | |
hlexists(const String &label) const =0 | cv::hdf::HDF5 | 纯虚函数 |
kpcreate(const int size, const String &kplabel, const int compresslevel=H5_NONE, const int chunks=H5_NONE) const =0 | cv::hdf::HDF5 | 纯虚函数 |
kpgetsize(const String &kplabel, int dims_flag=HDF5::H5_GETDIMS) const =0 | cv::hdf::HDF5 | 纯虚函数 |
kpinsert(const vector< KeyPoint > keypoints, const String &kplabel, const int offset=H5_NONE, const int counts=H5_NONE) const =0 | cv::hdf::HDF5 | 纯虚函数 |
kpread(vector< KeyPoint > &keypoints, const String &kplabel, const int offset=H5_NONE, const int counts=H5_NONE) const =0 | cv::hdf::HDF5 | 纯虚函数 |
kpwrite(const vector< KeyPoint > keypoints, const String &kplabel, const int offset=H5_NONE, const int counts=H5_NONE) const =0 | cv::hdf::HDF5 | 纯虚函数 |
~HDF5() | cv::hdf::HDF5 | inlinevirtual |