From 8a9572f2fc2dc0c30be6b55bff49d5beb72f87b3 Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Thu, 4 Jul 2024 16:13:55 +0200 Subject: [PATCH] docs: update cli --- docs/usage/cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage/cli.md b/docs/usage/cli.md index 162d3fe..d3c8ba1 100644 --- a/docs/usage/cli.md +++ b/docs/usage/cli.md @@ -28,6 +28,9 @@ phomo [options] - `-G, --gpu`: Use GPU for distance matrix computation. Requires installing with `pip install 'phomo[cuda]'`. - `-m {greyscale,norm,luv_approx}, --metric {greyscale,norm,luv_approx}`: Distance metric. - `-j WORKERS, --workers WORKERS`: Number of workers use to run when computing the distance matrix. +- `-e, --equalize`: Equalize the colour distributions to cover the full colour space. +- `--match-master-to-tiles`: Match the master image's colour distribution with the tile image colours. +- `--match-tiles-to-master`: Match the tile images' colour distribution with the master image colours. - `-v, --verbose`: Verbosity. ## Examples