mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Move GKernelPackage to cv namespace
This commit is contained in:
@@ -364,7 +364,7 @@ static auto fluidResizeTestPackage = [](int interpolation, cv::Size szIn, cv::Si
|
||||
default: CV_Assert(false); \
|
||||
}
|
||||
|
||||
GKernelPackage pkg;
|
||||
cv::GKernelPackage pkg;
|
||||
switch (interpolation)
|
||||
{
|
||||
case INTER_NEAREST: RESIZE_SWITCH(NN); break;
|
||||
|
||||
Reference in New Issue
Block a user