|
RSLightFields
Disparity map estimator from 3D light fields
|
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 > ¶meters=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. | |
Template class with depth computation using 1d slices of the EPI.
1.8.13