minor + warnings
This commit is contained in:
@@ -542,7 +542,7 @@ void cv::gpu::BruteForceMatcher_GPU_base::radiusMatch(const GpuMat& queryDescs,
|
||||
}
|
||||
};
|
||||
|
||||
CV_Assert(DeviceInfo().supports(ATOMICS));
|
||||
CV_Assert(DeviceInfo().supports(GLOBAL_ATOMICS));
|
||||
|
||||
const int nQuery = queryDescs.rows;
|
||||
const int nTrain = trainDescs.rows;
|
||||
|
Reference in New Issue
Block a user