Example #1
0
def test_bilaYUV():
  im=io.imread('lens-3-med.png', 1.0)
  out=a3.bilaYUV(im, 0.1, 1.4, 6)
  io.imwrite(out, 'my_bilaYUV.png', 1.0)