package dp; component Imagepreprocessing { ports in Z(0:255)^{640,480} imageIn, out Z(0:255)^{640,480} imageOut; implementation Math { imageOut=imageIn; } }