Alexander Alekhin
|
c4c31f5bba
|
samples: use findFile() in "cpp"
|
2018-11-16 18:08:22 +00:00 |
|
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)
|
2018-03-06 14:23:20 +03:00 |
|
Maksim Shabunin
|
aa7a964139
|
Merge pull request #10868 from mshabunin:sample-bgsegm
* Samples: reworked bgfg_bgsegm
* fixup! Samples: reworked bgfg_bgsegm
|
2018-02-17 15:04:14 +03:00 |
|
Vitaly Tuzov
|
51cb56ef2c
|
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
|
2017-12-13 15:00:38 +03:00 |
|
Dmitriy Anisimov
|
1007c06d44
|
initial commit
|
2014-09-23 07:45:51 +04:00 |
|
Vadim Pisarevsky
|
d0137b6d2d
|
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
|
2014-08-10 23:24:16 +04:00 |
|
vbystricky
|
d58f736935
|
Split highgui module to videoio and highgui
|
2014-07-14 23:16:47 +04:00 |
|
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
82d7292ee7
|
Merge pull request #680 from vpisarev:c2cpp_video_take2
|
2013-03-22 19:34:53 +04:00 |
|
Vadim Pisarevsky
|
07e0f7bf59
|
refactored video module; use the new-style algorithms now
|
2013-03-20 19:51:49 +04:00 |
|
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
2013-03-20 17:56:06 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
AoD314
|
54a202b3d5
|
add new version of CommandLineParser. add empty docs
|
2012-09-07 13:24:48 +04:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
itsyplen
|
7f32e8131d
|
Updating samples using cmd parser
|
2011-08-10 08:56:27 +00:00 |
|
itsyplen
|
3876cf22e3
|
reverted samples with new command argument parser. will be continued after OpenCV release.
|
2011-06-09 12:01:47 +00:00 |
|
Kirill Kornyakov
|
07a9d3558e
|
The samples were updated through CommandLineParser class
|
2011-06-03 16:41:41 +00:00 |
|
Ilya Lysenkov
|
ce8437d37f
|
minor formatting
|
2011-06-03 14:13:43 +00:00 |
|
Ilya Lysenkov
|
5d4afe81e0
|
Added displaying of the mean background image in the bgfg_segm sample (ticket #317).
|
2011-06-03 14:13:03 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Vadim Pisarevsky
|
e26ac53589
|
some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++
|
2010-12-28 21:28:34 +00:00 |
|
Gary Bradski
|
dd2cace510
|
revamped
|
2010-12-04 08:30:10 +00:00 |
|
Gary Bradski
|
84cd509639
|
described
|
2010-11-30 01:26:29 +00:00 |
|
Vadim Pisarevsky
|
7860d52e14
|
moved to cpp directory
|
2010-11-29 14:00:49 +00:00 |
|