File tree Expand file tree Collapse file tree 9 files changed +10
-9
lines changed
common/cpp/pipelines/include/pipelines
face_detection_mtcnn_demo/cpp_gapi
gesture_recognition_demo/cpp_gapi
image_processing_demo/cpp
interactive_face_detection_demo/cpp Expand file tree Collapse file tree 9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- // Copyright (C) 2018- 2020 Intel Corporation
2
+ // Copyright (C) 2020-2022 Intel Corporation
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 16
16
#include < utility>
17
17
#include < vector>
18
18
19
+ #include < gflags/gflags.h>
19
20
#include < opencv2/core.hpp>
20
21
#include < opencv2/gapi/core.hpp>
21
22
#include < opencv2/gapi/garg.hpp>
45
46
46
47
#include " custom_kernels.hpp"
47
48
#include " face_detection_mtcnn_demo.hpp"
48
- #include " gflags/gflags.h"
49
49
#include " utils.hpp"
50
50
51
51
const int MAX_PYRAMID_LEVELS = 13 ;
Original file line number Diff line number Diff line change 1
- // Copyright (C) 2018 Intel Corporation
1
+ // Copyright (C) 2018-2022 Intel Corporation
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
//
4
4
Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
//
4
4
5
+ #define _USE_MATH_DEFINES
6
+
5
7
#include " utils.hpp"
6
8
7
- #define _USE_MATH_DEFINES
8
9
#include < cmath>
9
10
10
11
#include < opencv2/core.hpp>
Original file line number Diff line number Diff line change 15
15
#include < utility>
16
16
#include < vector>
17
17
18
+ #include < gflags/gflags.h>
18
19
#include < opencv2/core.hpp>
19
20
#include < opencv2/gapi/garg.hpp>
20
21
#include < opencv2/gapi/garray.hpp>
40
41
41
42
#include " custom_kernels.hpp"
42
43
#include " gesture_recognition_demo_gapi.hpp"
43
- #include " gflags/gflags.h"
44
44
#include " stream_source.hpp"
45
45
#include " tracker.hpp"
46
46
#include " utils.hpp"
Original file line number Diff line number Diff line change 1
1
/*
2
- // Copyright (C) 2021 Intel Corporation
2
+ // Copyright (C) 2021-2022 Intel Corporation
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- // Copyright (C) 2021 Intel Corporation
2
+ // Copyright (C) 2021-2022 Intel Corporation
3
3
//
4
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
5
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- // Copyright (C) 2018-2019 Intel Corporation
1
+ // Copyright (C) 2018-2022 Intel Corporation
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
//
4
4
Original file line number Diff line number Diff line change 1
- // Copyright (C) 2018-2019 Intel Corporation
1
+ // Copyright (C) 2018-2022 Intel Corporation
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
//
4
4
You can’t perform that action at this time.
0 commit comments