has anyone experimented with parallelizing ITK image data structures via MPI? How did you go about it? I'm thinking of partitioning the image with RegionOfInterestImageFilter so that each processor can own a subdomain of the image to process? not sure how to handle ghost element/pixels however... thanks, df