|
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, std::unique_ptr< icp::ICP > icp) | |
Constructs a new lidar view visualizing ICP (by method method) on the given instance (source and destination). | |
| void | on_event (const SDL_Event &event) override |
| void | draw (SDL_Renderer *renderer, const SDL_Rect *frame, double dtime) override |
Definition at line 15 of file lidar_view.h.
| LidarView::LidarView | ( | std::vector< icp::Vector > | source, |
| std::vector< icp::Vector > | destination, | ||
| std::unique_ptr< icp::ICP > | icp | ||
| ) |
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.
|
override |
Definition at line 56 of file lidar_view.cpp.
|
override |
Definition at line 33 of file lidar_view.cpp.