MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / H5FeatureDescription

Class H5FeatureDescription

src_cpp/yaafe-python/yaafecoreH5.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48using namespace std;
49
50struct H5FeatureDescription** readH5FeatureDescriptions(char* h5filename)
51{
52#ifndef WITH_HDF5
53 cerr << "ERROR: please compile Yaafe with HDF5 support !" << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected