| 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>; |
nothing calls this directly
no outgoing calls
no test coverage detected