Package net.sourceforge.theba.descriptors

Examples of net.sourceforge.theba.descriptors.BendingEnergyDescriptor


     * Calculates the bending energy of a region
     *
     * @return The bending energy of the non-zero region in pixels
     */
    public static double bendingEnergy(short[] pixels, int width, int height) {
        return (new BendingEnergyDescriptor()).measure(pixels, width, height);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.theba.descriptors.BendingEnergyDescriptor

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.