11 class ComponentMemoryImpl;
39 std::shared_ptr<ComponentMemoryImpl> impl_ =
nullptr;
#define DAOAI_API
Definition API_EXPORT.h:13
Definition component_memory.h:14
DAOAI_API void load(const std::filesystem::path &file_path)
Load the component memory from file path.
ComponentMemory(std::shared_ptr< ComponentMemoryImpl > impl)
DAOAI_API ComponentMemory(const std::filesystem::path &file_path)
Constructor that loads a component memory from file path.
friend class UnsupervisedDefectSegmentationImpl
Definition component_memory.h:41
DAOAI_API void save(const std::filesystem::path &save_path) const
Save the component memory to file path.