Package net.sourceforge.theba.descriptors

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

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

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.