mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Move GKernelPackage to cv namespace
This commit is contained in:
@@ -168,7 +168,7 @@ TEST(KernelPackageTransform, CreatePackage)
|
||||
|
||||
TEST(KernelPackageTransform, Include)
|
||||
{
|
||||
cv::gapi::GKernelPackage pkg;
|
||||
cv::GKernelPackage pkg;
|
||||
pkg.include<gmat_in_gmat_out>();
|
||||
pkg.include<gmat2_in_gmat_out>();
|
||||
pkg.include<gmat2_in_gmat3_out>();
|
||||
|
||||
Reference in New Issue
Block a user