42
#ifndef __OPENCV_SEEDS_HPP__
43
#define __OPENCV_SEEDS_HPP__
46
#include <opencv2/core.hpp>
66
class
CV_EXPORTS_W SuperpixelSEEDS :
public
Algorithm
75
CV_WRAP
virtual
int
getNumberOfSuperpixels() = 0;
99
CV_WRAP
virtual
void
iterate(InputArray img,
int
num_iterations=4) = 0;
111
CV_WRAP
virtual
void
getLabels(OutputArray labels_out) = 0;
139
CV_WRAP
virtual
void
getLabelContourMask(OutputArray image,
bool
thick_line =
false) = 0;
141
virtual
~SuperpixelSEEDS() {}
173CV_EXPORTS_W Ptr<SuperpixelSEEDS> createSuperpixelSEEDS(
174
int
image_width,
int
image_height,
int
image_channels,
175
int
num_superpixels,
int
num_levels,
int
prior = 2,
176
int
histogram_bins=5,
bool
double_step =
false);
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75