![]() |
retinify 0.1.4
Real-Time AI Stereo Vision Library
|
Retinify is written in C++ and defined under the retinify::
namespace.
The key classes for using retinify are as follows:
retinify::Status
retinify::Pipeline
The retinify::tools
namespace provides utility functions using OpenCV.
retinify::tools::StereoMatchingPipeline
Retinify is designed to avoid throwing exceptions. Instead, it uses
retinify::Status
to report and manage the result of each operation.