Enable RemapRelative test in CI and patch it to allow bigger difference
The test is needed because it fails with KleidiCV, as it compares Relative (not implemented) to Absolute (implemented). One testcase failed because KleidiCV calculates in Float32 and has bigger precision than OpenCV that does it in fixed point with 5-bit fractional part.
Edited by Denes Tarjan