Package jjil.core

Examples of jjil.core.Ladder


     */
    public Gray8HorizVertContrast(int nWindow, int nA, int nB, int nC) {
      Gray8HorizVar ghv = new Gray8HorizVar(nWindow);
      Gray8VertVar gvv = new Gray8VertVar(nWindow);
      Gray16LinComb glc = new Gray16LinComb(nA, nB, nC);
      this.pipe = new Ladder(ghv, gvv, glc);
    }
View Full Code Here

TOP

Related Classes of jjil.core.Ladder

Copyright © 2018 www.massapicom. 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.