Lähtekood
float andmed[]=new float[100]; for(int i=0; i<100;i++)andmed[i]=0.01f; ConvolveOp co=new ConvolveOp(new Kernel(10, 10, andmed));