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 |
Suleyman TURKMEN
|
89480801b8
|
some improvements on tutorials
|
7 years ago |
LaurentBerger
|
42b763e6b7
|
Canny with own gradient (#6664)
* example using the Canny algorithm with custom image gradient.
* Modified example to integrate new function canny with custom gradient
|
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
|
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 |
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 |
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
|
77b3948235
|
revamped
|
14 years ago |
Vadim Pisarevsky
|
ee3618243d
|
converted some OpenCV C samples to C++
|
14 years ago |