Files
opencv/modules
Sean McBride f236c17169 Fixed Clang -Wfloat-conversion warning in public header
It was warning:

Implicit conversion turns floating-point number into integer: 'float' to 'unsigned int'

when assigning to `worst_score`.

Looks to me like `worst_score` is actually being given the wrong type, and that it should have the same type as `hamming_distance`, which is `DistanceType`.

It order to test, fixed a few adjacent -Wfloat-conversion warnings in translation units that use lsh_index.h.
2026-08-24 11:27:12 -04:00
..
2026-07-29 20:19:40 +05:30
2026-07-09 12:17:24 +03:00
2026-07-09 12:17:24 +03:00
2026-08-19 17:38:39 +02:00