22 #ifndef otbWaveletHighPassOperator_h
23 #define otbWaveletHighPassOperator_h
44 class TAllocator = itk::NeighborhoodAllocator<TPixel>>
59 void PrintSelf(std::ostream& os, itk::Indent i)
const override
61 os << i <<
"WaveletHighPassOperator {this=" <<
this <<
"}" << std::endl;
62 Superclass::PrintSelf(os, i.GetNextIndent());
80 this->m_WaveletGenerator->GetHighPassCoefficientVector(coeff);
84 this->m_WaveletGenerator->GetLowPassCoefficientVector(coeff);
85 Superclass::GenerateInverseHighPassFilterFromLowPassFilter(coeff);
89 Superclass::UpSamplingCoefficients(coeff);