Package net.sourceforge.theba.descriptors

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

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

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.