MIRA
|
Stores data sequentially into different files (striped) providing a reliable way to retrieve data later from one of the files. More...
#include <error/Exceptions.h>
#include <serialization/XMLSerializer.h>
#include <serialization/BinarySerializer.h>
#include <utils/Path.h>
#include <utils/Time.h>
Go to the source code of this file.
Classes | |
class | StripedStorageBase |
class | StripedStorageXML |
Stores data sequentially into different files (striped) providing a reliable way to retrieve data later from one of the files even if some of the files are corrupted (e.g. More... | |
class | StripedStorageBinary |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Stores data sequentially into different files (striped) providing a reliable way to retrieve data later from one of the files.