|
RSLightFields
Disparity map estimator from 3D light fields
|
Implement high level classes for disparity computation. More...


Go to the source code of this file.
Classes | |
| class | rslf::Depth1DComputer< DataType > |
| Template class with depth computation using 1d slices of the EPI. More... | |
| class | rslf::Depth1DComputer_pile< DataType > |
| class | rslf::Depth2DComputer< DataType > |
Typedefs | |
| using | rslf::Depth1DComputer_1ch = Depth1DComputer< float > |
| Specialization of Depth1DComputer for 1-channel matrices. | |
| using | rslf::Depth1DComputer_3ch = Depth1DComputer< cv::Vec3f > |
| Specialization of Depth1DComputer for 3-channel matrices. | |
| using | rslf::Depth1DComputer_pile_1ch = Depth1DComputer_pile< float > |
| Specialization of Depth1DComputer_pile for 1-channel matrices. | |
| using | rslf::Depth1DComputer_pile_3ch = Depth1DComputer_pile< cv::Vec3f > |
| Specialization of Depth1DComputer_pile for 3-channel matrices. | |
| using | rslf::Depth2DComputer_1ch = Depth2DComputer< float > |
| Specialization of Depth1DComputer for 1-channel matrices. | |
| using | rslf::Depth2DComputer_3ch = Depth2DComputer< cv::Vec3f > |
| Specialization of Depth1DComputer for 3-channel matrices. | |
Implement high level classes for disparity computation.
1.8.13