|
SOMHunter Core
|
#include <filesystem>#include <fstream>#include <memory>#include <mutex>#include <string>#include <thread>#include <vector>#include <nlohmann/json.hpp>#include "canvas-query-ranker.h"#include "common.h"#include "dataset-frames.h"#include "keyword-ranker.h"#include "scores.h"#include "utils.hpp"

Go to the source code of this file.
Classes | |
| class | sh::Logger |
Class responsible for all the logging for the given user (each user have it's own Logger.) More... | |
Namespaces | |
| sh | |
Typedefs | |
| using | sh::ImageKeywords = KeywordRanker |