Package com.github.axet.starjeweled.common

Examples of com.github.axet.starjeweled.common.Matrix


        desktopRegion = capture.capture(rectangle);
        frame.board.setImage(desktopRegion);
        Recognition rr = new Recognition(desktopRegion);
        RecognitionTable rtable = new RecognitionTable(rr, colorTable);

        Matrix m = new Matrix(rtable);

        frame.analyse.draw(colorTable, m);

        SimpleAI a = new SimpleAI(m);
        ArrayList<MoveMatrix> ppp = a.getMove();
View Full Code Here

TOP

Related Classes of com.github.axet.starjeweled.common.Matrix

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.