Uses of Class
hhreco.fragmentation.EllipseBasis

Packages that use EllipseBasis
hhreco.fragmentation This package provides the utilities for decomposing symbols into simpler, perceptually-salient structures, line segments (L) and elliptical segments (E). 
 

Uses of EllipseBasis in hhreco.fragmentation
 

Methods in hhreco.fragmentation that return EllipseBasis
protected static EllipseBasis Fragmenter.ellipseFit(double[] xvals, double[] yvals, int num)
          Fit an ellipse to the set of points.