|
RSLightFields
Disparity map estimator from 3D light fields
|
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 Depth1DParameters & | get_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 |
Impelment a structure containing all the algorithm parameters.
1.8.13