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