Uses of Class
hhreco.recognition.ZernikeMoments.Complex

Packages that use ZernikeMoments.Complex
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Uses of ZernikeMoments.Complex in hhreco.recognition
 

Methods in hhreco.recognition that return ZernikeMoments.Complex
static ZernikeMoments.Complex ZernikeMoments.zer_pol(int n, int m, double x, double y)
          zer_pol() computes the Zernike basis function V(n,m,x,y).
static ZernikeMoments.Complex ZernikeMoments.zer_mom(double[] xvals, double[] yvals, int npoints, int n, int m)
          Computes the width, height, and centroid of the shape, and call zer_mom(double[] xvals, double[] yvals, int npoints, double ww, double hh, double cx, double cy, int n, int m)
static ZernikeMoments.Complex ZernikeMoments.zer_mom(double[] xvals, double[] yvals, int npoints, double ww, double hh, double cx, double cy, int n, int m)
          xvals and yvals are the coordinates of the shape.
static ZernikeMoments.Complex[] ZernikeMoments.zer_mmts(int order, double[] xvals, double[] yvals, int npoints, double ww, double hh, double cx, double cy)
          Return the set of Zernike's moments up to the specified order.
static ZernikeMoments.Complex[] ZernikeMoments.zer_mmts(int order, double[] xvals, double[] yvals, int npoints)