vocabtree  0.0.1
image.cxx
Go to the documentation of this file.
1 #include "image.hpp"
2 
3 #include <utils/filesystem.hpp>
4 
5 Image::Image(uint64_t imageid) {
6  id = imageid;
7 }
8 
10