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

Pure virtual class implementing a generic interpolation instance. More...

#include <rslf_interpolation.hpp>

Inheritance diagram for rslf::Interpolation1DClass< DataType >:
Inheritance graph
[legend]

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.
 

Detailed Description

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

Pure virtual class implementing a generic interpolation instance.


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