|
RSLightFields
Disparity map estimator from 3D light fields
|
This kernel returns value: 1 - norm(x/h)^2 if norm(x/h) < 1, 0 else. More...
#include <rslf_kernels.hpp>


Public Member Functions | |
| BandwidthKernel (float h) | |
| float | evaluate (DataType x) |
| Get the value of the kernel. | |
| void | evaluate_mat (const Mat &src, Mat &dst) |
| Get a matrix with kernel evaluated at each element. | |
| template<> | |
| float | evaluate (float x) |
| template<> | |
| void | evaluate_mat (const Mat &src, Mat &dst) |
| Get a matrix with kernel evaluated at each element. | |
| template<> | |
| float | evaluate (cv::Vec3f x) |
| template<> | |
| void | evaluate_mat (const Mat &src, Mat &dst) |
| Get a matrix with kernel evaluated at each element. | |
This kernel returns value: 1 - norm(x/h)^2 if norm(x/h) < 1, 0 else.
1.8.13