Uses of Class
hhreco.fragmentation.Basis

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

Uses of Basis in hhreco.fragmentation
 

Subclasses of Basis in hhreco.fragmentation
 class EllipseBasis
          An EllipseBasis uses an ellipse to approximate a set of points.
 class LineBasis
          A LineBasis is used to represent a set of points that are highly colinear.
 

Methods in hhreco.fragmentation that return Basis
 Basis FitData.getBasis(int i)
          Return the basis at the specified index.
 Basis[] FitData.getFitsOnStroke(int i)
          Return the bases on the specified stroke.
 

Constructors in hhreco.fragmentation with parameters of type Basis
FitData(Basis[] bases, int[] strokeIndices, int nstrokes)
          Each basis correspond to a stroke index.