Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
Functions | |
template<class D > | |
Feature< D > | Read (const std::string &filename) |
Reads data from file and initializes a Feature vector with it. More... | |
template<class D > | |
void | Write (const Feature< D > &feat, const std::string &filename) |
Writes data to file. More... | |
Reads data from file and initializes a Feature vector with it.
filename | Name of input file with .opf extension. |
Definition at line 170 of file FileImage.hpp.