libvot
0.1.3
A C++11 multithread library for image retrieval
|
I/O utilities. More...
#include <vector>
Go to the source code of this file.
Classes | |
class | tw::IO |
To safely read and write files. More... | |
Namespaces | |
tw | |
namespace tw is mostly related to some utility functions developed by the repository owner, Tianwei Shen. | |
Functions | |
template<typename T > | |
T * | tw::allocate_2d (T ***array, int row, int col) |
template<typename T > | |
void | tw::free_2d (T ***array, T *data) |
I/O utilities.
This file contains some utility classes and functions to facilitate file read/write.