Commit 0465b89e authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

gpu module refactoring: moved per-element operations into separated file

parent 6891a601
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -53,7 +53,7 @@ using namespace std; ...@@ -53,7 +53,7 @@ using namespace std;
struct CV_GpuBitwiseTest: public CvTest struct CV_GpuBitwiseTest: public CvTest
{ {
CV_GpuBitwiseTest(): CvTest("GPU-BitwiseOpers", "bitwiseMatOperators") {} CV_GpuBitwiseTest(): CvTest("GPU-BitwiseOpersTest", "bitwiseMatOperators") {}
void run(int) void run(int)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment