Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
Main Page
Related Pages
Classes
Files
File List
File Members
lib_etps
etps_opencv.h
Go to the documentation of this file.
1
32
#ifndef ETPS_OPENCV_H
33
#define ETPS_OPENCV_H
34
38
class
ETPS_OpenCV
{
39
public
:
48
static
void
computeSuperpixels
(
const
cv::Mat &image,
int
region_size,
49
double
regularization_weight,
double
length_weight,
50
double
size_weight,
int
iterations, cv::Mat &labels);
51
};
52
53
#endif
/* ETPS_OPENCV_H */
54
ETPS_OpenCV
Wrapper for running ETPS on OpenCV images.
Definition:
etps_opencv.h:38
ETPS_OpenCV::computeSuperpixels
static void computeSuperpixels(const cv::Mat &image, int region_size, double regularization_weight, double length_weight, double size_weight, int iterations, cv::Mat &labels)
Compute superpixels using ETPS.
Definition:
etps_opencv.cpp:39
Generated on Sun Apr 16 2017 16:39:17 for Superpixel Benchmark by
1.8.11