16 #include <misaxx/core/misa_cache.h> 17 #include <boost/filesystem/path.hpp> 18 #include <boost/filesystem/operations.hpp> 19 #include <misaxx/core/misa_cache.h> 22 #include <misaxx/core/misa_default_cache.h> 24 #include <opencv2/opencv.hpp> 33 misa_image_pattern, misa_image_description> {
36 cv::Mat &
get()
override;
38 const cv::Mat &
get()
const override;
40 void set(cv::Mat value)
override;
42 bool has()
const override;
48 void stash()
override;
60 boost::filesystem::path m_path;
misa_image_description produce_description(const boost::filesystem::path &t_location, const misa_image_pattern &t_pattern) override
Definition: misa_image_file.h:19
Definition: misa_image_file_cache.h:32
bool has() const override
void set(cv::Mat value) override
bool can_pull() const override
void do_link(const misa_image_description &t_description) override
Definition: misa_image_description.h:18
Definition: misa_image_pattern.h:18