depth_registration_opencl.h
Go to the documentation of this file.
1 
18 #pragma once
19 #ifndef __DEPTH_REGISTRATION_OPENCL_H__
20 #define __DEPTH_REGISTRATION_OPENCL_H__
21 
23 
25 {
26 private:
27  struct OCLData;
28 
29  OCLData *data;
30 
31 public:
33 
35 
36  bool init(const int deviceId);
37 
38  bool registerDepth(const cv::Mat &depth, cv::Mat &registered);
39 
40 private:
41  void generateOptions(std::string &options) const;
42 
43  bool readProgram(std::string &source) const;
44 };
45 
46 #endif //__DEPTH_REGISTRATION_OPENCL_H__
void generateOptions(std::string &options) const
bool readProgram(std::string &source) const
bool registerDepth(const cv::Mat &depth, cv::Mat &registered)


kinect2_registration
Author(s):
autogenerated on Wed Jan 3 2018 03:48:04