Anton Shutikhin
f4250cae59
Deletes misused buffer in BackgroundSubstractorGMG.
7 years ago
Alexander Alekhin
b9d83609de
build: eliminate GCC8 warnings
7 years ago
Alexander Alekhin
b8de57f8bd
cleanup unnecessary setNumThreads() calls
7 years ago
Alexander Alekhin
8af62cd606
bgsegm: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
berak
c03165c19a
bgsegm: add java bindings
7 years ago
Vitaly Tuzov
8c394a4f2e
Updated internal calls to linear resize to use bit-exact version
7 years ago
Alexander Alekhin
57ff363389
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
berak
102c80a2c9
remove some non-ascii symbols
7 years ago
Maksim Shabunin
311feb21ce
bgsegm: several fixes:
...
- descriptor Mat access unsigned -> int
- do not use types uint8_t, etc. from C++11
- fixed uninitialized memory access
- minor cosmetic modifications
7 years ago
Vladislav Samsonov
42b0e13aef
GSoC: New background subtraction algorithm
7 years ago
Alexander Alekhin
62e77e9945
build: fix usage of unsupported cv::Mat types
8 years ago
Alexander Alekhin
f266f33160
bgsegm(docs): information about author of BackgroundSubtractorCNT
8 years ago
Kiran Pradeep
5169619802
Merge pull request #493 from kiranpradeep:bg_segm_documentation_fix
...
Correcting bgsegm module descriptions. (#493 )
* Correcting bgsegm module descriptions. The algorithm implementation doesn't have multi target tracking as mentioned in original paper. it only does foreground/background segmentation.
* Removing opencv_ from heading
Removing opencv_ from description
8 years ago
Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
Vladislav Sovrasov
5acfbfad58
bgsegm: update sample
8 years ago
Vladislav Sovrasov
d253a0fa13
bgsegm: convert rgb images to gray in CNT
8 years ago
Leonardo lontra
de34d7086e
Merge pull request #994 from lhelontra:BackgroundSubtractorCNT
...
* added BackgroundSubtractorCNT
* doc fixes
* fixed typo
8 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
Vadim Pisarevsky
5d40697325
fixed warnings on Linux/Mac
11 years ago
Vadim Pisarevsky
4df76c353a
added outflow, bgsegm modules; moved matlab from the main repository
11 years ago