|
SOMHunter Core
|
#include <cassert>#include <cstring>#include <string>#include <vector>#include <nlohmann/json.hpp>#include "common.h"#include "utils.hpp"

Go to the source code of this file.
Classes | |
| struct | sh::VideoFrame |
| struct | sh::FrameRange |
| Represents CONTINOUS range of frames. More... | |
| class | sh::FramePointerRange |
| Represents CONTINOUS range of const frame pointers. More... | |
| class | sh::DatasetFrames |
Namespaces | |
| sh | |
Typedefs | |
| using | sh::VideoFramePointer = const VideoFrame * |