static void computeSuperpixels(const cv::Mat &image, const cv::Mat &cloud, float voxel_resolution, float seed_resolution, float spatial_weight, float normal_weight, bool use_transform, cv::Mat &labels)
Compute superpixels using VCCS.
Definition: vccs_opencv_pcl.cpp:40