From 76e7afa8d8946c5034d4d07675ec89b53deaa85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Coyle?= <33181239+loiccoyle@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:19:28 +0200 Subject: [PATCH] doc(readme): update method description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6631358..5817810 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ `phomo` lets you create [photographic mosaics](https://en.wikipedia.org/wiki/Photographic_mosaic). It arranges the tile images to best recreate a master image. To achieve this, `phomo` computes a distance matrix between all the tiles and the master image regions, looking not just at the average colour but the norm of the colour distributions differences. -Once this distance matrix is computed, each tile is assigned to the region of the master with the smallest distance between the colour distributions. +Once this distance matrix is computed, each tile is assigned to the optimal master image region by solving the linear sum assignment problem. ## 📦 Installation