std::vector< cv::Mat > cluster(const cv::Mat &depth_image, const geo::DepthCamera &cam_model, const geo::Pose3D &sensor_pose, std::vector< EntityUpdate > &clusters, const cv::Mat &rgb_image, bool logging=false)
Cluster the depth image into segments. Applies new algorithm which is the YOLO - SAM - BMM depth segm...