null);
}
this.imageCropped = (Gray8Image) imageResult;
{ Debug debug = new Debug();
Gray8Rgb g2r = new Gray8Rgb();
g2r.push(this.imageCropped);
RgbImage rgb = (RgbImage) g2r.getFront();
debug.toFile(rgb, "cropped.png"); //$NON-NLS-1$
}
/* Then do edge detection. The cWidth of the Canny operator is set
* based on the cropped cWidth, which is supposed to be the