Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
Public Member Functions | List of all members
SaltAndPepperNoiseDriver Class Reference

Salt and pepper noise driver. More...

#include <robustness_tool.h>

Inheritance diagram for SaltAndPepperNoiseDriver:
RobustnessToolDriver

Public Member Functions

 SaltAndPepperNoiseDriver (const std::vector< float > &probabilities)
 Constructor. More...
 
void computeImage (const cv::Mat &image, cv::Mat &computed_image)
 Apply the transformation with the current parameters. More...
 
void computeSegmentation (const cv::Mat &segmentation, cv::Mat &computed_segmentation)
 Apply the transformation with the current parameters on the ground truth. More...
 
bool next ()
 Select next parameter set. More...
 
std::string identify ()
 Identify current parameter settings. More...
 

Detailed Description

Salt and pepper noise driver.

Constructor & Destructor Documentation

SaltAndPepperNoiseDriver::SaltAndPepperNoiseDriver ( const std::vector< float > &  probabilities)

Constructor.

Parameters
[in]probabilitiesprobabilities of salt or pepper to evaluate

Member Function Documentation

void SaltAndPepperNoiseDriver::computeImage ( const cv::Mat &  image,
cv::Mat &  computed_image 
)
virtual

Apply the transformation with the current parameters.

Parameters
[in]imageinput image to apply transformation on
[out]computed_imagetransformed image

Implements RobustnessToolDriver.

void SaltAndPepperNoiseDriver::computeSegmentation ( const cv::Mat &  segmentation,
cv::Mat &  computed_segmentation 
)
virtual

Apply the transformation with the current parameters on the ground truth.

Parameters
[in]segmentationsegmentation to transform
[out]computed_segmentationtransformed segmentation

Implements RobustnessToolDriver.

std::string SaltAndPepperNoiseDriver::identify ( )
virtual

Identify current parameter settings.

Returns
identifier for current parameter setting

Implements RobustnessToolDriver.

bool SaltAndPepperNoiseDriver::next ( )
virtual

Select next parameter set.

Implements RobustnessToolDriver.


The documentation for this class was generated from the following files: