retinify 0.2.0
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
pipeline.hpp File Reference
#include "retinify/geometry.hpp"
#include "retinify/status.hpp"
#include <array>
#include <cstddef>
#include <cstdint>
Include dependency graph for pipeline.hpp:

Go to the source code of this file.

Classes

class  retinify::Pipeline
 A retinify::Pipeline provides an interface for running a stereo matching. More...
 

Namespaces

namespace  retinify
 

Enumerations

enum class  retinify::PixelFormat : std::uint8_t { retinify::GRAY8 , retinify::RGB8 }
 The pixel format options for input images. More...
 
enum class  retinify::DepthMode : std::uint8_t { retinify::FAST , retinify::BALANCED , retinify::ACCURATE }
 The depth mode options for stereo matching pipeline. More...