Skip to content

Commit

Permalink
New release, February 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-fedulov committed Feb 6, 2024
1 parent 9d98521 commit 9fe8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fe8146

Please sign in to comment.