1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Implement python backend

This commit is contained in:
Anatoliy Talamanov
2021-03-26 14:16:26 +03:00
parent ad2f5ccc66
commit 79d4a38d87
9 changed files with 697 additions and 17 deletions
@@ -199,6 +199,5 @@ class test_gapi_streaming(NewOpenCVTests):
if proc_num_frames == max_num_frames:
break;
if __name__ == '__main__':
NewOpenCVTests.bootstrap()