Interpolate the sources src1 and src2 into a target volume.
All volumes must be of the same size. It is recommended to
choose weight1 and weight2 to add up to 1.0 for interpolation,
but it is not required. The grey values will be calculated as
target=src1*weight1+src2*weight2.
depth and class info is copied from src1.