21 #ifndef otbListSampleToBalancedListSampleFilter_h
22 #define otbListSampleToBalancedListSampleFilter_h
25 #include "itkDataObjectDecorator.h"
47 template <
class TInputSampleList,
class TLabelSampleList,
class TOutputSampleList = TInputSampleList>
116 itkSetMacro(BalancingFactor,
unsigned int);
117 itkGetMacro(BalancingFactor,
unsigned int);
122 void GenerateData()
override;
128 void ComputeMaxSampleFrequency();
132 using Superclass::MakeOutput;
138 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
142 void operator=(
const Self&) =
delete;
153 #ifndef OTB_MANUAL_INSTANTIATION