MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / Segmentation

Method Segmentation

sloam/include/segmentation/inference.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 const float fov_up, const float fov_down, const int img_w, const int img_h, const int img_d, bool do_destagger);
59
60 Segmentation(const Segmentation &) = delete;
61 Segmentation operator=(const Segmentation &) = delete;
62 using Ptr = boost::shared_ptr<Segmentation>;
63 using ConstPtr = boost::shared_ptr<const Segmentation>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected