iterative closest points
CEV ICP algorithm library
|
#include <lidar_view.h>
Public Member Functions | |
LidarView (std::vector< icp::Vector > source, std::vector< icp::Vector > destination, const std::string method, const icp::ICP::Config &config=icp::ICP::Config()) | |
Constructs a new lidar view visualizing ICP (by method method ) on the given instance (source and destination ). | |
~LidarView () noexcept override | |
void | on_event (const SDL_Event &event) override |
void | draw (SDL_Renderer *renderer, const SDL_Rect *frame, double dtime) override |
Definition at line 14 of file lidar_view.h.
LidarView::LidarView | ( | std::vector< icp::Vector > | source, |
std::vector< icp::Vector > | destination, | ||
const std::string | method, | ||
const icp::ICP::Config & | config = icp::ICP::Config() ) |
Constructs a new lidar view visualizing ICP (by method method
) on the given instance (source
and destination
).
Definition at line 17 of file lidar_view.cpp.
|
overridenoexcept |
Definition at line 28 of file lidar_view.cpp.
|
override |
Definition at line 60 of file lidar_view.cpp.
|
override |
Definition at line 37 of file lidar_view.cpp.