RSLightFields
Disparity map estimator from 3D light fields
Classes | Typedefs
rslf_depth_computation.hpp File Reference

Implement high level classes for disparity computation. More...

#include <rslf_plot.hpp>
#include <rslf_depth_computation_core.hpp>
Include dependency graph for rslf_depth_computation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rslf::Depth1DComputer< DataType >
 Template class with depth computation using 1d slices of the EPI. More...
 
class  rslf::Depth1DComputer_pile< DataType >
 
class  rslf::Depth2DComputer< DataType >
 

Typedefs

using rslf::Depth1DComputer_1ch = Depth1DComputer< float >
 Specialization of Depth1DComputer for 1-channel matrices.
 
using rslf::Depth1DComputer_3ch = Depth1DComputer< cv::Vec3f >
 Specialization of Depth1DComputer for 3-channel matrices.
 
using rslf::Depth1DComputer_pile_1ch = Depth1DComputer_pile< float >
 Specialization of Depth1DComputer_pile for 1-channel matrices.
 
using rslf::Depth1DComputer_pile_3ch = Depth1DComputer_pile< cv::Vec3f >
 Specialization of Depth1DComputer_pile for 3-channel matrices.
 
using rslf::Depth2DComputer_1ch = Depth2DComputer< float >
 Specialization of Depth1DComputer for 1-channel matrices.
 
using rslf::Depth2DComputer_3ch = Depth2DComputer< cv::Vec3f >
 Specialization of Depth1DComputer for 3-channel matrices.
 

Detailed Description

Implement high level classes for disparity computation.