i = Import["http://i.stack.imgur.com/0EizO.png"]; p = {{0, 0}, {1, 0}, {1, 1}, {0, 1}}; Show@{ Plot3D[ acuity[250., x, y, 9], {x, -256, 256}, {y, -256, 256}, PlotRange -> All, PlotPoints -> 40,ExclusionsStyle -> Automatic,Axes -> False, Boxed -> False, Mesh -> None, PlotStyle -> Directive[Opacity[0.5]]], Graphics3D[{Texture[i], Polygon[Join[#, {0}] & /@ (2 p - 1) 256, VertexTextureCoordinates -> p]} ]}

Edit
Work with AspectRatio [] as indicated in your comments:
p = {{0, 0}, {1, 0}, {1, 1}, {0, 1}}; r = First@

Dr. belisarius
source share