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
Branches
Tags
No related merge requests found
...@@ -28,8 +28,18 @@ ...@@ -28,8 +28,18 @@
namespace otb 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 : class ITK_EXPORT SampleAugmentationFilter :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment