|
RSLightFields
Disparity map estimator from 3D light fields
|
Pure virtual class implementing a generic interpolation instance. More...
#include <rslf_interpolation.hpp>

Public Member Functions | |
| virtual DataType | interpolate (const Mat &line_matrix, float index)=0 |
| Get the interpolation value at the requested index on the provided line. | |
| virtual void | interpolate_mat (const Mat &data_matrix, const Mat &indices, Mat &res, Mat &card_non_nan)=0 |
| Get the matrix with interpolation value at the index on the provided line for each element, and count non-nan. | |
Pure virtual class implementing a generic interpolation instance.
1.8.13