Package com.neophob.sematrix.core.resize

Examples of com.neophob.sematrix.core.resize.IResize


        //Area Average Filter - nice output but slow!
        //return ResizeImageHelper.areaAverageFilterResize(buffer, deviceXSize, deviceYSize, getBufferXSize(), getBufferYSize());
        //return new int[deviceXSize* deviceYSize]; 

        IResize r = Collector.getInstance().getPixelControllerResize().getResize(resizeName);
        return r.getBuffer(buffer, deviceXSize, deviceYSize, getBufferXSize(), getBufferYSize());
    }
View Full Code Here

TOP

Related Classes of com.neophob.sematrix.core.resize.IResize

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.