def test_bilateral(): im=io.imread('lens-3-med.png', 1.0) out=a3.bilateral(im, 0.1, 1.4) io.imwrite(out, 'my_bilateral.png', 1.0)