-
Notifications
You must be signed in to change notification settings - Fork 5
ami _documentation
petermr edited this page Jul 31, 2020
·
1 revision
(Examples taken from ami pixel)
ami pixel --help
Usage: ami pixel [OPTIONS]
Description
===========
Analyzes bitmaps - generally binary, but may be oligochrome.
Creates pixelIslands.
The output of pixel can be complex since we may divide in several ways under pdfimages:
- colour channels
- pixel islands
- image processing
This image is:
https://github.com/petermr/ami3/blob/master/src/test/resources/org/contentmine/ami/ \
battery10/ \
PMC3463005/ \
pdfimages/ \
image.6.2.86_509.389_714/ \
octree/ \
channel.1d1ce2.png

Options
=======
--filename=<basename>
name for transformed Imagefile
Default: default
-h, --help Show this help message and exit.
--islands=<maxIslandCount>
create pixelIslands and tabulate properties of first $maxIslandCount islands sorted by size.0
means no anaysis.
Default: 10