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

Template linear interpolation class. More...

#include <rslf_interpolation.hpp>

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

Public Member Functions

DataType interpolate (const Mat &line_matrix, float index)
 Get the interpolation value at the requested index on the provided line.
 
void interpolate_mat (const Mat &data_matrix, const Mat &indices, Mat &res, Mat &card_non_nan)
 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::Interpolation1DLinear< DataType >

Template linear interpolation class.


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