![]() |
retinify 0.2.0
Real-Time AI Stereo Vision Library
|
#include "retinify/attributes.hpp"
Go to the source code of this file.
Namespaces | |
namespace | retinify |
Functions | |
RETINIFY_API auto | retinify::HomeDirectoryPath () noexcept -> const char * |
Returns the current user’s home directory path. | |
RETINIFY_API auto | retinify::ConfigDirectoryPath () noexcept -> const char * |
Returns the configuration directory path for retinify. | |
RETINIFY_API auto | retinify::CacheDirectoryPath () noexcept -> const char * |
Returns the cache directory path for retinify. | |
RETINIFY_API auto | retinify::DataDirectoryPath () noexcept -> const char * |
Returns the data directory path for retinify. | |
RETINIFY_API auto | retinify::StateDirectoryPath () noexcept -> const char * |
Returns the state directory path for retinify. | |
RETINIFY_API auto | retinify::ONNXModelFilePath () noexcept -> const char * |
Returns the path to the ONNX model file used by retinify. | |