You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
@cvlabmiet/cvstudents17 please check coding style again. You could use cpplint.py tool for that, e.g.:
d:\edu\cv17>cpplint\cpplint.py 1-threshold-segmentation-dvorotnev\main.cpp
1-threshold-segmentation-dvorotnev\main.cpp:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
1-threshold-segmentation-dvorotnev\main.cpp:2: Found C++ system header after other header. Should be: main.h, c system, c++ system, other. [build/include_order] [4]
1-threshold-segmentation-dvorotnev\main.cpp:4: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
1-threshold-segmentation-dvorotnev\main.cpp:7: { should almost always be at the end of the previous line [whitespace/braces] [4]
1-threshold-segmentation-dvorotnev\main.cpp:22: { should almost always be at the end of the previous line [whitespace/braces] [4]
1-threshold-segmentation-dvorotnev\main.cpp:31: { should almost always be at the end of the previous line [whitespace/braces] [4]
1-threshold-segmentation-dvorotnev\main.cpp:68: Missing space after , [whitespace/comma] [3]
Done processing 1-threshold-segmentation-dvorotnev\main.cpp
Total errors found: 7
Preparing
OPENCV_DIR="C:\Users\roman\Downloads\opencv\build"
as an example."%OPENCV_DIR%\build\x64\vc14\bin"
and CMakeLists.txt file with following content:
This command shall generate solution and project files.
7. Open generated
build\CV17.sln
file in Visual Studio8. Build and Run solution
Task
"fps: 19.127"
References
The text was updated successfully, but these errors were encountered: