Skip to content
Snippets Groups Projects
Commit d5729339 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Minor ilw header change

parent 4b283dd1
No related branches found
No related tags found
1 merge request!109Resolves #173 remove voxel code
......@@ -3,6 +3,7 @@
#include <ftl/cuda_common.hpp>
#include <ftl/rgbd/frameset.hpp>
#include <ftl/configurable.hpp>
#include <vector>
namespace ftl {
......@@ -31,15 +32,15 @@ struct ILWData{
* point clouds to improve micro alignment that may have been incorrect due to
* either inaccurate camera pose estimation or noise/errors in the depth maps.
*/
class ILW {
class ILW : public ftl::Configurable {
public:
ILW();
explicit ILW(nlohmann::json &config);
~ILW();
/**
* Take a frameset and perform the iterative lattice warping.
*/
bool process(ftl::rgbd::FrameSet &fs);
bool process(ftl::rgbd::FrameSet &in, ftl::rgbd::FrameSet &out);
private:
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment