mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 09:49:12 +08:00
57f5700e18
Added g-api render performance tests * Add render performance tests for BGROCV * Add render NV12 performance tests * Review response * Review response * Review response * Review response * Review response * Review response * Just a small fix * Final review response I hope) * Review response * Review response * Review response * Review response * Review response * Review response
10 lines
312 B
C++
10 lines
312 B
C++
// This file is part of OpenCV project.
|
|
// It is subject to the license terms in the LICENSE file found in the top-level directory
|
|
// of this distribution and at http://opencv.org/license.html.
|
|
//
|
|
// Copyright (C) 2020 Intel Corporation
|
|
|
|
|
|
#include "../perf_precomp.hpp"
|
|
#include "gapi_render_perf_tests_inl.hpp"
|