RSLightFields
Disparity map estimator from 3D light fields
Public Member Functions | List of all members
rslf::Depth1DComputer< DataType > Class Template Reference

Template class with depth computation using 1d slices of the EPI. More...

#include <rslf_depth_computation.hpp>

Public Member Functions

 Depth1DComputer (const Mat &epi, float dmin, float dmax, int dim_d, int s_hat=-1, float epi_scale_factor=-1, const Depth1DParameters< DataType > &parameters=Depth1DParameters< DataType >::get_default())
 
void run ()
 Runs the algorithm.
 
Mat get_coloured_epi (int a_cv_colormap=cv::COLORMAP_JET)
 Gets an EPI with colors corresponding to the computed slopes.
 

Detailed Description

template<typename DataType>
class rslf::Depth1DComputer< DataType >

Template class with depth computation using 1d slices of the EPI.


The documentation for this class was generated from the following file: