Examples of BendingEnergyDescriptor


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
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.