MoonChasing
|
98db891851
|
using argv[0] represent binary executable files' name in help() function
in sample codes instead of cpp files' name.
|
5 years ago |
Alexander Alekhin
|
c4c31f5bba
|
samples: use findFile() in "cpp"
|
6 years ago |
StevenPuttemans
|
6d34d6b47e
|
update samples: waitKey() usage
Original commit is a5f19f7dd6
|
8 years ago |
ValeryTyumen
|
297808e6b9
|
Feature #3957
|
9 years ago |
Dmitriy Anisimov
|
1007c06d44
|
initial commit
|
10 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
StevenPuttemans
|
2b106db02f
|
Applied all fixes related to translating C to C++ code
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
|
11 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Ivan Korolev
|
36451319c1
|
fixed cmd line parsing in the samples
|
12 years ago |
Andrey Kamaev
|
d566c6bc86
|
Revert "add new version of CommandLineParser. add empty docs"
This reverts commit 54a202b3d5 .
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
|
12 years ago |
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
12 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
e8fab91d51
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
13 years ago |
itsyplen
|
bc64567d37
|
Update samples using cmd parser
|
13 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Gary Bradski
|
39ba31b2dc
|
revamped
|
14 years ago |
Gary Bradski
|
90cce3a2ba
|
fixed minor bug, doc'd
|
14 years ago |
Vadim Pisarevsky
|
ee3618243d
|
converted some OpenCV C samples to C++
|
14 years ago |