Package com.marimon.image.framework

Examples of com.marimon.image.framework.MatrixCorrelation.calculate()


        ImageFileMatrix cow = new ImageFileMatrix(getCow());
        ImageFileMatrix cowHead = new ImageFileMatrix(getCowHead());

        System.out.println("Starting correlation...");
        MatrixCorrelation correlation = new MatrixCorrelation(cow, cowHead);
        correlation.calculate();
        System.out.println("... correlation finished.");
        cow = null;
        cowHead = null;
        System.gc();
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.