Fixed cv::norm accuracy test allowed error
This commit is contained in:
parent
209aaac95c
commit
ce81868ba4
@ -1246,11 +1246,7 @@ struct NormOp : public BaseElemWiseOp
|
|||||||
}
|
}
|
||||||
double getMaxErr(int)
|
double getMaxErr(int)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_TEGRA_OPTIMIZATION
|
|
||||||
return 2e-6;
|
|
||||||
#else
|
|
||||||
return 1e-6;
|
return 1e-6;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
int normType;
|
int normType;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user