mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
gpu module refactoring: moved per-element operations into separated file
This commit is contained in:
@@ -53,7 +53,7 @@ using namespace std;
|
||||
|
||||
struct CV_GpuBitwiseTest: public CvTest
|
||||
{
|
||||
CV_GpuBitwiseTest(): CvTest("GPU-BitwiseOpers", "bitwiseMatOperators") {}
|
||||
CV_GpuBitwiseTest(): CvTest("GPU-BitwiseOpersTest", "bitwiseMatOperators") {}
|
||||
|
||||
void run(int)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user