File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
uses : opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml@main
16
16
17
17
Ubuntu2004-ARM64-FastCV :
18
- uses : opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4 .x-ARM64-FastCV.yaml@main
18
+ uses : opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5 .x-ARM64-FastCV.yaml@main
19
19
20
20
Ubuntu2004-x64-CUDA :
21
21
uses : opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-U20-Cuda.yaml@main
Original file line number Diff line number Diff line change
1
+ message (STATUS "HAVE_FASTCV status ${HAVE_FASTCV} " )
1
2
if (HAVE_FASTCV )
2
3
set (the_description "Qualcomm FastCV accelerated functions" )
3
- ocv_define_module (fastcv opencv_core opencv_imgproc opencv_features2d opencv_video WRAP python java )
4
+ ocv_define_module (fastcv opencv_core opencv_imgproc opencv_features opencv_video WRAP python java )
4
5
ocv_module_include_directories (
5
6
"${CMAKE_CURRENT_SOURCE_DIR} /include"
6
7
${FastCV_INCLUDE_PATH} )
Original file line number Diff line number Diff line change 7
7
#define __FASTCV_EXT_PERF_PRECOMP_HPP__
8
8
9
9
#include < opencv2/ts.hpp>
10
- #include < opencv2/features2d .hpp>
10
+ #include < opencv2/features .hpp>
11
11
#include < opencv2/fastcv.hpp>
12
12
13
13
namespace opencv_test {
Original file line number Diff line number Diff line change 5
5
6
6
#include < opencv2/ts.hpp>
7
7
#include < opencv2/core/affine.hpp>
8
- #include < opencv2/features2d .hpp>
8
+ #include < opencv2/features .hpp>
9
9
#include < opencv2/video.hpp>
10
10
11
11
#include < opencv2/fastcv.hpp>
You can’t perform that action at this time.
0 commit comments