mirror of
https://github.com/opencv/opencv.git
synced 2024-12-18 11:28:02 +08:00
photo:ppc fix MergeRobertson test
This commit is contained in:
parent
ed19da21ab
commit
115b10ed32
@ -213,7 +213,7 @@ TEST(Photo_MergeRobertson, regression)
|
||||
loadImage(test_path + "merge/robertson.hdr", expected);
|
||||
merge->process(images, result, times);
|
||||
|
||||
#ifdef __aarch64__
|
||||
#if defined(__aarch64__) || defined(__PPC64__)
|
||||
const float eps = 6.f;
|
||||
#else
|
||||
const float eps = 5.f;
|
||||
|
Loading…
Reference in New Issue
Block a user