Examples of LeGallFiltersFactory


Examples of ru.ifmo.diplom.kirilchuk.jawelet.core.dwt.filters.legall.impl.LeGallFiltersFactory

*
* @author Kirilchuk V.E.
*/
public class LeGallLiftingWaveletTransform extends DWTransform1D {
  public LeGallLiftingWaveletTransform() {
    super(new LeGallFiltersFactory());
  }
View Full Code Here

Examples of ru.ifmo.diplom.kirilchuk.jawelet.core.dwt.filters.legall.impl.LeGallFiltersFactory

public class LeGallWaveletTransform extends DWTransform1D {
    private final Sampler     sampler     = new Sampler();
    private final Windower    windower    = new Windower();

    public LeGallWaveletTransform() {
        super(new LeGallFiltersFactory());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.