Open kpj opened 6 months ago
Sometimes the mosaic can be improved by not only using the best fitting tiles, but one of the few best matching ones.
This PR keeps track of all tile scores and updates the tile selection function to select one of multiple matching tiles.
Quick comment to say this simple approach gives acceptable results for me so far, thanks for posting.
Sometimes the mosaic can be improved by not only using the best fitting tiles, but one of the few best matching ones.
This PR keeps track of all tile scores and updates the tile selection function to select one of multiple matching tiles.