From 8923b0289281e91ae8ad32880a07bc7f8cc8fa15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Thu, 13 Dec 2018 20:55:31 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af9f36b..b076df4 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ $ python mosaic.py \ ### 4) Best-K (`--best-k`) -You might notice that many of your photomosaics will have large regions of similar color and so a single image gets tiled over large portions of your image. If you'd like to throw in a little (sensible) randomness, instead of using the (`--randomness`) sludgehammer, you can use the `--best-k`. +You might notice that many of your photomosaics will have large regions of similar color and so a single image gets tiled over large portions of your image. If you'd like to throw in a little (sensible) randomness, instead of using the (`--randomness`) sledgehammer, you can use the `--best-k`. At each tile, with `--best-k`, `k` top matches will be chosen from randomly, weighted roughly inversely by distance (so "closer" images are more likely).