1181118211831184118511861187
* 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); }