New release, February 2024

master v1.3.0
Vitali Fedulov 2024-02-06 05:20:46 +01:00
parent 9d98521dde
commit 9fe8146963
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Full code documentation: [Go doc](https://pkg.go.dev/github.com/vitali-fedulov/i
- `Rotate90` turns an icon 90° clockwise. This is useful for developing custom similarity function for rotated images with 'EucMetric' and 'PropMetric'. With the function you can also compare to images rotated 180° (by applying 'Rotate90' twice).
- `ResizeByNearest` is an image resizing function, which is useful for fast identification of identical images and development of custom distance metrics not involving any of the above comparison functions.
- `ResizeByNearest` is an image resizing function useful for fast identification of identical images and development of custom distance metrics not involving any of the above comparison functions.
## Algorithm