Maksim Shabunin
|
e283a75a19
|
Minor refactoring in several C++ samples:
- bgfg_segm
- peopledetect
- opencv_version
- dnn/colorization
- tapi/opencl_custom_kernel
- tapi/dense_optical_flow (renamed tvl1_optical_flow)
|
7 years ago |
Maksim Shabunin
|
1ae02c0cc4
|
Minor refactoring in several C++ samples:
- bgfg_segm
- peopledetect
- opencv_version
- dnn/colorization
- tapi/opencl_custom_kernel
- tapi/dense_optical_flow (renamed tvl1_optical_flow)
|
7 years ago |
Maksim Shabunin
|
aa7a964139
|
Merge pull request #10868 from mshabunin:sample-bgsegm
* Samples: reworked bgfg_bgsegm
* fixup! Samples: reworked bgfg_bgsegm
|
7 years ago |
Vitaly Tuzov
|
51cb56ef2c
|
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
|
7 years ago |
Dmitriy Anisimov
|
1007c06d44
|
initial commit
|
10 years ago |
Vadim Pisarevsky
|
d0137b6d2d
|
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
|
10 years ago |
vbystricky
|
d58f736935
|
Split highgui module to videoio and highgui
|
10 years ago |
unknown
|
75534a4828
|
Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.
|
11 years ago |
unknown
|
14b1e8c7f1
|
New KNN code -should compile now
|
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 |
Vadim Pisarevsky
|
07e0f7bf59
|
refactored video module; use the new-style algorithms now
|
12 years ago |
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
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
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
13 years ago |
itsyplen
|
7f32e8131d
|
Updating samples using cmd parser
|
13 years ago |
itsyplen
|
3876cf22e3
|
reverted samples with new command argument parser. will be continued after OpenCV release.
|
14 years ago |
Kirill Kornyakov
|
07a9d3558e
|
The samples were updated through CommandLineParser class
|
14 years ago |
Ilya Lysenkov
|
ce8437d37f
|
minor formatting
|
14 years ago |
Ilya Lysenkov
|
5d4afe81e0
|
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Vadim Pisarevsky
|
e26ac53589
|
some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++
|
14 years ago |
Gary Bradski
|
dd2cace510
|
revamped
|
14 years ago |
Gary Bradski
|
84cd509639
|
described
|
14 years ago |
Vadim Pisarevsky
|
7860d52e14
|
moved to cpp directory
|
14 years ago |