diff options
Diffstat (limited to 'xsig/include')
-rw-r--r-- | xsig/include/signature_db.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xsig/include/signature_db.hpp b/xsig/include/signature_db.hpp index 107aa90..a74e90b 100644 --- a/xsig/include/signature_db.hpp +++ b/xsig/include/signature_db.hpp @@ -85,6 +85,7 @@ public: bool from_db_file(const fs::path &path); void populate(const std::vector<fs::path> &paths, const populate_cfg_t &cfg); + void populate_interrupt(); //disjoint set for keeping similar images in the same group //some of these probably shouldn't be public. TBD... |