Skip to content

Commit

Permalink
Merge pull request #1 from habi/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
worldveil committed Dec 14, 2018
2 parents 6bc81c4 + 8923b02 commit 7b4df6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).

Expand Down

0 comments on commit 7b4df6d

Please sign in to comment.