Image with Depth Map

If I have an image with a person as the foreground and a background scene with the corresponding depth data for each pixel.

Now that each pixel is a vertex with a corresponding color, would it be ideal to do a triangle mesh of all pixel vertices and do an alpha blend of the colors?

Would the image look blurry?

what are you trying to do?