Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
|
#include <boost/filesystem.hpp>
#include <opencv2/opencv.hpp>
Go to the source code of this file.
Classes | |
class | RobustnessToolDriver |
Driver for different filters/enhancements/transformations. More... | |
class | RobustnessTool |
Tool evaluating the robustness for different filters/enhancement/transformations. More... | |
class | GaussianNoiseDriver |
Additive Gaussian noise and Gaussian sampling error driver. More... | |
class | PoissonNoiseDriver |
Poisson noise driver. More... | |
class | SaltAndPepperNoiseDriver |
Salt and pepper noise driver. More... | |
class | BlurDriver |
Blur driver. More... | |
class | GaussianBlurDriver |
Gaussian blur filter. More... | |
class | MedianBlurDriver |
Median blur driver. More... | |
class | BilateralFilterDriver |
Bilateral filter driver. More... | |
class | MotionBlurDriver |
Motion blur driver. More... | |
class | ShearDriver |
Vertical and horizontal shear driver. More... | |
class | RotationDriver |
Rotation driver. More... | |
class | TranslationDriver |
Translation driver. More... | |