v1.11.5 The similar image results are sorted incorrectly.

*** Please report new bugs here! ***

Moderators: xnview, Dreamer

alee001
Posts: 310
Joined: Sun Sep 04, 2022 4:43 am

v1.11.5 The similar image results are sorted incorrectly.

Post by alee001 »

In the similar image results, assume the group sorting is as follows:

Original sort: A.jpg B.jpg C.jpg (Similarity 0, 42, 42, A.jpg as reference)

Reference sort: C.jpg A.jpg B.jpg (Similarity 42, 0, 42, C.jpg as reference)

Reference sort: B.jpg C.jpg A.jpg (Similarity 42, 42, 0, B.jpg as reference)

Expected sort: B.jpg C.jpg A.jpg (Similarity 100, 100, 0, B.jpg as reference)

In reality, B.jpg and C.jpg are the same image, but after right-clicking the image and selecting "Reference Sort," the similarity cannot be updated to find the correct image. Is there an error?