Merge pull request #18600 from TolyaTalamanov:at/implement-render-using-stateful

[G-API] Implement render using stateful kernel

* Implement render using stateful kernel

* Move freetype to backends folder

* Fix freetype compilation

* Fix freetype smoke test

* Fix comments

* Refactoring
This commit is contained in:
Anatoliy Talamanov
2020-10-26 22:55:43 +03:00
committed by GitHub
parent 93c3775927
commit 3d4563913d
12 changed files with 83 additions and 332 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include <opencv2/core/utils/configuration.private.hpp>
#include "api/ft_render.hpp"
#include "backends/render/ft_render.hpp"
namespace opencv_test
{