Uses of Class
hhreco.fragmentation.LineBasis

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

Uses of LineBasis in hhreco.fragmentation
 

Methods in hhreco.fragmentation that return LineBasis
protected static LineBasis Fragmenter.lineFit(double[] xvals, double[] yvals, int num)
          Use total regression to fit the best line to the given set of points.