32 #ifndef SUPERPIXEL_TOOLS_H 33 #define SUPERPIXEL_TOOLS_H 35 #include <opencv2/opencv.hpp> 56 int superpixels,
int &height,
int &width);
66 int superpixels,
int &height,
int &width,
int &levels);
75 int superpixels,
int ®ion_size,
int &levels);
91 cv::Mat &labels,
int BOUNDARY_VALUE = -1,
int INNER_VALUE = -2);
100 const cv::Mat &boundaries, cv::Mat &labels,
int BOUNDARY_VALUE = -1);