Examples of AvgCurvature


Examples of net.sourceforge.theba.descriptors.AvgCurvature

     * The curvature of a region indicated by 1's in the pixel-mask
     *
     * @return The curvature of a region indicated by 1's in the pixel-mask
     */
    public static double curvature(short[] pixels, int width, int height) {
        return (new AvgCurvature()).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.