mirror of
https://github.com/opencv/opencv.git
synced 2026-02-08 01:31:47 +08:00
Change imports order for copytomask
This commit is contained in:
@@ -32,8 +32,6 @@ class gapi_sample_pipelines(NewOpenCVTests):
|
||||
g_out = cv.gapi.mean(r)
|
||||
comp = cv.GComputation(g_in, g_out)
|
||||
|
||||
actual = comp.apply(in_mat)
|
||||
|
||||
for pkg in pkgs:
|
||||
actual = comp.apply(in_mat, args=cv.compile_args(pkg))
|
||||
# Comparison
|
||||
|
||||
Reference in New Issue
Block a user