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 11/*
2- // Copyright (C) 2018- 2020 Intel Corporation
2+ // Copyright (C) 2020-2022 Intel Corporation
33//
44// Licensed under the Apache License, Version 2.0 (the "License");
55// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1616#include < utility>
1717#include < vector>
1818
19+ #include < gflags/gflags.h>
1920#include < opencv2/core.hpp>
2021#include < opencv2/gapi/core.hpp>
2122#include < opencv2/gapi/garg.hpp>
4546
4647#include " custom_kernels.hpp"
4748#include " face_detection_mtcnn_demo.hpp"
48- #include " gflags/gflags.h"
4949#include " utils.hpp"
5050
5151const 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
22// SPDX-License-Identifier: Apache-2.0
33//
44
Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: Apache-2.0
33//
44
5+ #define _USE_MATH_DEFINES
6+
57#include " utils.hpp"
68
7- #define _USE_MATH_DEFINES
89#include < cmath>
910
1011#include < opencv2/core.hpp>
Original file line number Diff line number Diff line change 1515#include < utility>
1616#include < vector>
1717
18+ #include < gflags/gflags.h>
1819#include < opencv2/core.hpp>
1920#include < opencv2/gapi/garg.hpp>
2021#include < opencv2/gapi/garray.hpp>
4041
4142#include " custom_kernels.hpp"
4243#include " gesture_recognition_demo_gapi.hpp"
43- #include " gflags/gflags.h"
4444#include " stream_source.hpp"
4545#include " tracker.hpp"
4646#include " utils.hpp"
Original file line number Diff line number Diff line change 11/*
2- // Copyright (C) 2021 Intel Corporation
2+ // Copyright (C) 2021-2022 Intel Corporation
33//
44// Licensed under the Apache License, Version 2.0 (the "License");
55// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- // Copyright (C) 2021 Intel Corporation
2+ // Copyright (C) 2021-2022 Intel Corporation
33//
44// Licensed under the Apache License, Version 2.0 (the "License");
55// 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
22// SPDX-License-Identifier: Apache-2.0
33//
44
Original file line number Diff line number Diff line change 1- // Copyright (C) 2018-2019 Intel Corporation
1+ // Copyright (C) 2018-2022 Intel Corporation
22// SPDX-License-Identifier: Apache-2.0
33//
44
You can’t perform that action at this time.
0 commit comments