licornea_tools
Main Page
Classes
Files
File List
File Members
src
kinect
lib
densify
depth_densify_splat.h
Go to the documentation of this file.
1
#ifndef LICORNEA_KINECT_DEPTH_DENSIFY_SPLAT_H_
2
#define LICORNEA_KINECT_DEPTH_DENSIFY_SPLAT_H_
3
4
#include "
depth_densify.h
"
5
6
namespace
tlz
{
7
8
class
depth_densify_splat
:
public
depth_densify_base
{
9
public
:
10
void
densify
(
const
std::vector<sample>& samples, cv::Mat_<real>& out, cv::Mat_<uchar>& out_mask)
override
;
11
};
12
13
}
14
15
#endif
16
tlz::depth_densify_splat
Definition:
depth_densify_splat.h:8
tlz::depth_densify_base
Definition:
depth_densify.h:13
tlz::depth_densify_splat::densify
void densify(const std::vector< sample > &samples, cv::Mat_< real > &out, cv::Mat_< uchar > &out_mask) override
Definition:
depth_densify_splat.cc:9
depth_densify.h
tlz
Definition:
feature_slopes.cc:7
Generated by
1.8.11