Examples of EccentricityDescriptor


Examples of net.sourceforge.theba.descriptors.EccentricityDescriptor

     * The eccentricity of a 2D connected non-zero region
     *
     * @return The eccentricity of a region
     */
    public static double eccentricity(short[] pixels, int width, int height) {
        return (new EccentricityDescriptor()).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.