File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
gaze_estimation_demo/cpp/src
gesture_recognition_demo/cpp_gapi/src Expand file tree Collapse file tree 2 files changed +5
-4
lines changed 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 " results_marker.hpp"
6
8
7
- #define _USE_MATH_DEFINES
8
- #include < cctype>
9
9
#include < cmath>
10
+ #include < cctype>
10
11
#include < vector>
11
12
12
13
#include < opencv2/core.hpp>
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
9
#include < algorithm>
16
18
#include < ie_input_info.hpp>
17
19
#include < ie_layouts.h>
18
20
19
- #define _USE_MATH_DEFINES
20
-
21
21
cv::Scalar getNetShape (const std::string& path) {
22
22
const auto network = InferenceEngine::Core{}.ReadNetwork (path);
23
23
const auto layerData = network.getInputsInfo ().begin ()->second ;
You can’t perform that action at this time.
0 commit comments