#include <depth_registration_opencl.h>
|
| DepthRegistrationOpenCL () |
|
bool | init (const int deviceId) |
|
bool | registerDepth (const cv::Mat &depth, cv::Mat ®istered) |
|
| ~DepthRegistrationOpenCL () |
|
bool | init (const cv::Mat &cameraMatrixRegistered, const cv::Size &sizeRegistered, const cv::Mat &cameraMatrixDepth, const cv::Size &sizeDepth, const cv::Mat &distortionDepth, const cv::Mat &rotation, const cv::Mat &translation, const float zNear=0.5f, const float zFar=12.0f, const int deviceId=-1) |
|
virtual | ~DepthRegistration () |
|
Definition at line 24 of file depth_registration_opencl.h.
DepthRegistrationOpenCL::DepthRegistrationOpenCL |
( |
| ) |
|
DepthRegistrationOpenCL::~DepthRegistrationOpenCL |
( |
| ) |
|
void DepthRegistrationOpenCL::generateOptions |
( |
std::string & |
options | ) |
const |
|
private |
bool DepthRegistrationOpenCL::init |
( |
const int |
deviceId | ) |
|
|
virtual |
bool DepthRegistrationOpenCL::readProgram |
( |
std::string & |
source | ) |
const |
|
private |
bool DepthRegistrationOpenCL::registerDepth |
( |
const cv::Mat & |
depth, |
|
|
cv::Mat & |
registered |
|
) |
| |
|
virtual |
OCLData* DepthRegistrationOpenCL::data |
|
private |
The documentation for this class was generated from the following files: