MCPcopy Create free account
hub / github.com/PRBonn/MapClosures / DensityMap

Method DensityMap

cpp/map_closures/DensityMap.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace map_closures {
42
43DensityMap::DensityMap(const int num_rows,
44 const int num_cols,
45 const double resolution,
46 const Eigen::Vector2i &lower_bound)
47 : lower_bound(lower_bound), resolution(resolution), grid(num_rows, num_cols, CV_8UC1, 0.0) {}
48
49DensityMap GenerateDensityMap(const std::vector<Eigen::Vector3d> &pcd,
50 const Eigen::Matrix4d &T_ground,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected