ed_sensor_integration
meshing.h
Go to the documentation of this file.
1 #ifndef ED_SENSOR_INTEGRATION_MESHING_H_
2 #define ED_SENSOR_INTEGRATION_MESHING_H_
3 
4 namespace cv
5 {
6  class Mat;
7 }
8 
9 namespace geo
10 {
11  class DepthCamera;
12  class Mesh;
13 }
14 
15 #include <geolib/datatypes.h>
16 
17 namespace ed_sensor_integration
18 {
19 
20  void depthImageToMesh(const cv::Mat& input, const geo::DepthCamera& rasterizer, double error_threshold, geo::Mesh& mesh);
21 
22 }
23 
24 #endif
datatypes.h
geo
ed_sensor_integration::depthImageToMesh
void depthImageToMesh(const cv::Mat &input, const geo::DepthCamera &rasterizer, double error_threshold, geo::Mesh &mesh)
ed_sensor_integration
Definition: association_matrix.h:6
geo::DepthCamera
cv
geo::Mesh