Class ImplWaveletTransformBorder

java.lang.Object
boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder

@Generated("boofcv.alg.transform.wavelet.impl.GenerateImplWaveletTransformBorder") public class ImplWaveletTransformBorder extends Object

Performs the wavelet transform just around the image border. Should be called in conjunction with ImplWaveletTransformInner or similar functions. Must be called after the inner portion has been computed because the "inner" functions modify the border during the inverse transform.

For the inverse transform the inner transform must be called before the border is computed. Due to how the inverse is computed some of the output values will be added to border. The values computed in these inverse functions add to that.

DO NOT MODIFY: This class was automatically generated by boofcv.alg.transform.wavelet.impl.GenerateImplWaveletTransformBorder