![]() |
retinify 0.1.7
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::StereoMatchingOnnxFilePath () noexcept -> const char * |
| Returns the path to the ONNX model file used for stereo matching. | |