doc: Work on python filter docs (add GaussianBlur)
commit4da03cd71c2d22bc18b3d33e8a804de206beb57a
authorCyril Hrubis <metan@ucw.cz>
Fri, 27 Sep 2013 19:08:01 +0000 (27 21:08 +0200)
committerCyril Hrubis <metan@ucw.cz>
Fri, 27 Sep 2013 19:08:01 +0000 (27 21:08 +0200)
tree3da3142a4aff429e706b176ba37588cb4449b30b
parentf4da24627bdbc2c598e29a04db851d0fc0d8ef7d
doc: Work on python filter docs (add GaussianBlur)

* Add Gaussian blur example images generator
  (gfxprim must be installed to regenerate the images)

* Add Gaussian blur python example + docs

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
16 files changed:
doc/Makefile
doc/example_py_blur.txt [new file with mode: 0644]
doc/filters_python.txt
doc/images/blur/Makefile [new file with mode: 0644]
doc/images/blur/images.txt [new file with mode: 0644]
doc/images/blur/lenna_0_4.png [new file with mode: 0644]
doc/images/blur/lenna_10_10.png [new file with mode: 0644]
doc/images/blur/lenna_2_2.png [new file with mode: 0644]
doc/images/blur/lenna_4_0.png [new file with mode: 0644]
doc/images/blur/lenna_small_0_4.png [new file with mode: 0644]
doc/images/blur/lenna_small_10_10.png [new file with mode: 0644]
doc/images/blur/lenna_small_2_2.png [new file with mode: 0644]
doc/images/blur/lenna_small_4_0.png [new file with mode: 0644]
doc/images/blur/regen.py [new file with mode: 0755]
doc/images/orig/lenna.png [new file with mode: 0644]
doc/images/orig/lenna_small.png [new file with mode: 0644]