Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -161,4 +161,4 @@ END_DEV:
TestSystem::instance().run();
return 0;
}
}

View File

@@ -1194,4 +1194,4 @@ PERFTEST(AddWeighted)
}
}
}
}

View File

@@ -119,4 +119,4 @@ PERFTEST(blend)
TestSystem::instance().ExpectedMatNear(dst, ocl_dst, 1.f);
}
}
}
}

View File

@@ -164,4 +164,4 @@ PERFTEST(BruteForceMatcher)
else
TestSystem::instance().setAccurate(0, diff);
}
}
}

View File

@@ -90,12 +90,3 @@ PERFTEST(StereoMatchBM)
TestSystem::instance().setAccurate(-1, 0.);
}

View File

@@ -82,4 +82,4 @@ PERFTEST(Canny)
GPU_FULL_OFF;
TestSystem::instance().ExceptedMatSimilar(edges, ocl_edges, 2e-2);
}
}

View File

@@ -90,4 +90,4 @@ PERFTEST(cvtColor)
}
}
}

View File

@@ -88,4 +88,4 @@ PERFTEST(dft)
}
}
}
}

View File

@@ -87,4 +87,4 @@ PERFTEST(gemm)
TestSystem::instance().ExpectedMatNear(ocl_dst, dst, src1.cols * src1.rows * 1e-4);
}
}
}

View File

@@ -140,4 +140,4 @@ PERFTEST(Haar)
faceCascade.detectMultiScale(d_img, oclfaces,
1.1, 2, 0 | CV_HAAR_SCALE_IMAGE, Size(30, 30));
GPU_FULL_OFF;
}
}

View File

@@ -91,4 +91,4 @@ PERFTEST(HOG)
d_src.upload(src);
ocl_hog.detectMultiScale(d_src, found_locations);
GPU_FULL_OFF;
}
}

View File

@@ -142,4 +142,4 @@ PERFTEST(matchTemplate)
}
}
}
}
}

View File

@@ -183,4 +183,4 @@ PERFTEST(setTo)
}
}
}
}

View File

@@ -84,4 +84,4 @@ PERFTEST(norm)
ocl::norm(d_src1, d_src2, NORM_INF);
GPU_FULL_OFF;
}
}
}

View File

@@ -490,7 +490,3 @@ double checkSimilarity(const Mat &m1, const Mat &m2)
matchTemplate(m1, m2, diff, CV_TM_CCORR_NORMED);
return std::abs(diff.at<float>(0, 0) - 1.f);
}

View File

@@ -129,4 +129,4 @@ PERFTEST(pyrUp)
TestSystem::instance().ExpectedMatNear(dst, ocl_dst, (src.depth() == CV_32F ? 1e-4f : 1.0));
}
}
}
}