You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
363 B
17 lines
363 B
/* |
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
#ifndef __FASTCV_EXT_PERF_PRECOMP_HPP__ |
|
#define __FASTCV_EXT_PERF_PRECOMP_HPP__ |
|
|
|
#include <opencv2/ts.hpp> |
|
#include <opencv2/features2d.hpp> |
|
#include <opencv2/fastcv.hpp> |
|
|
|
namespace opencv_test { |
|
using namespace perf; |
|
} // namespace |
|
|
|
#endif
|
|
|