{
@Override
protected void onCreate(Bundle icicle)
{
super.onCreate(icicle);
PipelineStage g8t = new RgbSelect2Gray(RgbSelect2Gray.GREEN);
// Hide the window title.
requestWindowFeature(Window.FEATURE_NO_TITLE);
// Create our Preview view and set it as the content of our
// Activity