Fix source code indents
This commit is contained in:
parent
214e9d4b12
commit
34b05794d6
@ -203,7 +203,6 @@ PERF_TEST_P(Size_MatType, subtractScalar, TYPICAL_MATS_CORE_ARITHM)
|
|||||||
SANITY_CHECK(c, 1e-8);
|
SANITY_CHECK(c, 1e-8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PERF_TEST_P(Size_MatType, multiply, TYPICAL_MATS_CORE_ARITHM)
|
PERF_TEST_P(Size_MatType, multiply, TYPICAL_MATS_CORE_ARITHM)
|
||||||
{
|
{
|
||||||
Size sz = get<0>(GetParam());
|
Size sz = get<0>(GetParam());
|
||||||
@ -213,7 +212,6 @@ PERF_TEST_P(Size_MatType, multiply, TYPICAL_MATS_CORE_ARITHM)
|
|||||||
cv::Mat c = Mat(sz, type);
|
cv::Mat c = Mat(sz, type);
|
||||||
|
|
||||||
declare.in(a, b, WARMUP_RNG).out(c);
|
declare.in(a, b, WARMUP_RNG).out(c);
|
||||||
|
|
||||||
if (CV_MAT_DEPTH(type) == CV_32S)
|
if (CV_MAT_DEPTH(type) == CV_32S)
|
||||||
{
|
{
|
||||||
//According to docs, saturation is not applied when result is 32bit integer
|
//According to docs, saturation is not applied when result is 32bit integer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user