Skip to content
Snippets Groups Projects
Commit 48c5bbf2 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

DOC: add doxygen doc for SampleAugmentationFilter

parent 3328c9e1
No related branches found
No related tags found
1 merge request!25Data augmentation
......@@ -28,8 +28,18 @@
namespace otb
{
/** \class SampleAugmentationFilter
This class
/**
* \class SampleAugmentationFilter
*
* \brief Filter to generate synthetic samples from existing ones
*
* This class generates synthetic samples from existing ones either by
* replication, jitter (adding gaussian noise to the features of
* existing samples) or SMOTE (linear combination of pairs
* neighbouring samples of the same class.
*
* \ingroup OTBSampling
*/
class ITK_EXPORT SampleAugmentationFilter :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment