throw new ImageUtilsException("The results table couldn't be read.");
recognizedShapes = new RecognizedShape[ xCentroid.length ];
// Aplicar "Wand Tool"
Wand wandTool = new Wand( bwImage.getProcessor() );
for (int i=0; i<xCentroid.length; i++)
{
wandTool.autoOutline( (int)xStarts[i] , (int)yStarts[i] );
recognizedShapes[i] = new RecognizedShape( xCentroid[i] ,
yCentroid[i] ,
bx[i] ,
by[i] ,