File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ endmacro()
9292
9393find_package (OpenCV REQUIRED COMPONENTS imgcodecs)
9494
95- set (ENABLE_PY_BINDINGS OFF )
95+ set (ENABLE_PY_BINDINGS OFF )
9696add_subdirectory (../../src/cpp ${Samples_BINARY_DIR} /src/cpp)
9797
9898add_example(NAME asynchronous_api SOURCES ./asynchronous_api/main.cpp DEPENDENCIES model_api)
Original file line number Diff line number Diff line change 1212#include < iomanip>
1313#include < iostream>
1414#include < opencv2/core.hpp>
15- #include < opencv2/imgproc .hpp>
15+ #include < opencv2/imgcodecs .hpp>
1616#include < openvino/openvino.hpp>
1717#include < stdexcept>
1818#include < string>
Original file line number Diff line number Diff line change 1414#include < iostream>
1515#include < opencv2/core.hpp>
1616#include < opencv2/highgui.hpp>
17- #include < opencv2/imgproc .hpp>
17+ #include < opencv2/imgcodecs .hpp>
1818#include < openvino/openvino.hpp>
1919#include < stdexcept>
2020#include < string>
You can’t perform that action at this time.
0 commit comments