22 #ifndef otbWaveletLowPassOperator_h
23 #define otbWaveletLowPassOperator_h
43 class TAllocator = itk::NeighborhoodAllocator<TPixel>>
58 void PrintSelf(std::ostream& os, itk::Indent i)
const override
60 os << i <<
"WaveletLowPassOperator {this=" <<
this <<
"}" << std::endl;
61 Superclass::PrintSelf(os, i.GetNextIndent());
79 this->m_WaveletGenerator->GetLowPassCoefficientVector(coeff);
83 this->m_WaveletGenerator->GetHighPassCoefficientVector(coeff);
84 Superclass::GenerateInverseLowPassFilterFromHighPassFilter(coeff);
88 Superclass::UpSamplingCoefficients(coeff);