lenna_cli 0.1.7

Command line interface to run algorithms on images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pipeline:
  - id: resize
    width: 500
    height: 500
  - id: canny
    low: 50.0
    high: 100.0
  - id: blur
    sigma: 1.5
  - id: exif-thumbnail
    thumbnail: true