ShapeDescriptor.java

Go to the documentation of this file.
00001 package theba.core;
00002 
00003 public interface ShapeDescriptor {
00004         public double measure(short[] mask, int width, int height);
00005 
00006         public String getName();
00007 }

Generated on Fri Nov 13 08:57:07 2009 for Theba by  doxygen 1.6.1