46
#ifndef __OPENCV_LSC_HPP__
47
#define __OPENCV_LSC_HPP__
50
#include <opencv2/core.hpp>
71
class
CV_EXPORTS_W SuperpixelLSC :
public
Algorithm
78
CV_WRAP
virtual
int
getNumberOfSuperpixels()
const
= 0;
94
CV_WRAP
virtual
void
iterate(
int
num_iterations = 10 ) = 0;
106
CV_WRAP
virtual
void
getLabels( OutputArray labels_out )
const
= 0;
118
CV_WRAP
virtual
void
getLabelContourMask( OutputArray image,
bool
thick_line =
true
)
const
= 0;
129
CV_WRAP
virtual
void
enforceLabelConnectivity(
int
min_element_size = 25 ) = 0;
150
CV_EXPORTS_W Ptr<SuperpixelLSC> createSuperpixelLSC( InputArray image,
int
region_size = 10,
float
ratio = 0.075f );
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75