Alexander Alekhin
|
7818071ba2
|
cuda: eliminate part of build warnings
|
7 years ago |
Alexander Alekhin
|
2bd4f2c3a6
|
videostab: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
Fakabbir Amin
|
a0c658b012
|
Merge pull request #9979 from fakabbir:ImproveDoc
* Improve Documentation
Fixes Spelling Mistakes.
|
7 years ago |
Maksim Shabunin
|
32d4af36e2
|
Fixing some static analysis issues
|
8 years ago |
zongwave
|
1fc60e6d64
|
Add method KeypointBasedMotionEstimator::estimate(InputArray, InputArray) to support both cpu & opencl algorithm processing
the orignal estimate function has input parameters defined as "Mat", this prevent users to call into algorithm opencl path
|
8 years ago |
sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
8 years ago |
Steven E Wright
|
39f7eccdb0
|
Fixes minor typos.
|
9 years ago |
Vladislav Vinogradov
|
124ac15f1e
|
remove cuda module
|
10 years ago |
Vladislav Vinogradov
|
62f8240b00
|
fix videostab module compilation
|
10 years ago |
Maksim Shabunin
|
91e21847e2
|
Some changes to make migration to 3.0 easier
|
10 years ago |
Maksim Shabunin
|
03e213ccae
|
Doxygen documentation: BiB references and fixes
|
10 years ago |
Maksim Shabunin
|
1523fdcc1c
|
Doxygen documentation: more fixes and cleanups
|
10 years ago |
Maksim Shabunin
|
9d89f8d3dc
|
Doxygen documentation: shape, superres, videostab
|
10 years ago |
Alexander Smorkalov
|
069f3d8d9a
|
Build fixes for GPU module.
|
11 years ago |
Vladislav Vinogradov
|
ae94256edc
|
renmaed gpu module -> cuda
|
11 years ago |
Vladislav Vinogradov
|
5660d6a680
|
renamed gpuoptflow -> cudaoptflow
|
11 years ago |
Vladislav Vinogradov
|
a0ae602bb7
|
renamed gpuimgproc -> cudaimgproc
|
11 years ago |
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
11 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
11 years ago |
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
11 years ago |
Vladislav Vinogradov
|
70e6dc615a
|
refactored GoodFeaturesToTrackDetector
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Uwe Kindler
|
ca42a50de6
|
Changed visibility of the virtual functions in OnePassStabilizer and TwoPassStabilizer that are derived from StabilizerBase from private to protected to enable stabilizer implementations that are derived from OnePassStabilizer and TwoPassStabilier to properly overwrite these functions
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
13d087e62d
|
videostab module fixes
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
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 |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
Andrey Kamaev
|
7225f89ea2
|
Revert opencv_videostab to the state of 2.4.2
|
12 years ago |
Andrey Kamaev
|
0442bca235
|
Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63 .
|
12 years ago |
Andrey Kamaev
|
a3b1971977
|
Bring back escaped virtual destructors from 2.4.2
|
12 years ago |
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
12 years ago |
Alexey Spizhevoy
|
2ec264303e
|
Added initial docs for the videostab module
|
12 years ago |
Ivan Korolev
|
a8ba2d7f52
|
Added Rotation motion mode in the videostab module
|
12 years ago |
Alexey Spizhevoy
|
f3bc1aede1
|
removed obsolte global motion estimation method
|
12 years ago |
Alexey Spizhevoy
|
c8b7a8c80c
|
added median-based version of global motion estimation (videostab)
|
12 years ago |
Andrey Kamaev
|
afe11f69fb
|
Fixed Windows build warnings and configuration problem.
|
13 years ago |
Andrey Kamaev
|
ecf6b5a87c
|
Making all dependencies from highgui module optional
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Alexey Spizhevoy
|
02d34bdac2
|
Refactored videostab module
|
13 years ago |
Alexey Spizhevoy
|
2270c2f5bd
|
Refactored videostab module
|
13 years ago |
Alexey Spizhevoy
|
71391eb76f
|
Added LP based global motion estimation (videostab)
|
13 years ago |
Alexey Spizhevoy
|
95efec7539
|
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
|
13 years ago |