mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
updated gpu module API
This commit is contained in:
@@ -364,7 +364,7 @@ TEST(BruteForceMatcher)
|
||||
|
||||
// Init GPU matcher
|
||||
|
||||
gpu::BruteForceMatcher_GPU_base d_matcher(gpu::BruteForceMatcher_GPU_base::L2Dist);
|
||||
gpu::BFMatcher_GPU d_matcher(NORM_L2);
|
||||
|
||||
gpu::GpuMat d_query(query);
|
||||
gpu::GpuMat d_train(train);
|
||||
|
||||
Reference in New Issue
Block a user