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

Impelment a structure containing all the algorithm parameters. More...

#include <rslf_depth_computation_core.hpp>

Public Member Functions

 Depth1DParameters (const Depth1DParameters< DataType > &a_other)
 

Static Public Member Functions

static Depth1DParametersget_default ()
 

Public Attributes

Interpolation1DClass< DataType > * par_interpolation_class
 
KernelClass< DataType > * par_kernel_class
 
float par_edge_score_threshold
 
float par_disp_score_threshold
 
float par_mean_shift_max_iter
 
int par_edge_confidence_filter_size
 
int par_edge_confidence_opening_type
 
int par_edge_confidence_opening_size
 
int par_median_filter_size
 
float par_median_filter_epsilon
 
float par_propagation_epsilon
 
float par_slope_factor
 

Detailed Description

template<typename DataType>
struct rslf::Depth1DParameters< DataType >

Impelment a structure containing all the algorithm parameters.


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