Skip to content

Enable RemapRelative test in CI and patch it to allow bigger difference

Denes Tarjan requested to merge feature-remap-patch-relative-test into main

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

Merge request reports

Loading