1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00
Commit Graph

54 Commits

Author SHA1 Message Date
Vladislav Samsonov
17831add02 Added new method for training forest 2016-07-25 03:22:31 +03:00
Vladislav Samsonov
7f93d951d3 Added training part of the Global Patch Collider 2016-07-25 02:28:23 +03:00
Vladislav Samsonov
3dbbad123a Added a note about key differences 2016-07-08 22:20:03 +03:00
Vladislav Samsonov
1d90d67016 Merge upstream 2016-07-08 13:49:03 +03:00
Vladislav Samsonov
eb9b5080c1 Fixed binary file reading on Windows, math constants and OpenCL kernel 2016-07-08 13:33:43 +03:00
Alexander Bokov
b96a5f5963 Complete DIS optical flow implementation
Added variational refinement as a separate class (based on implementation
inside DeepFlow, but significantly accelerated, about 4-6 times faster),
accelerated the main dense inverse search algorithm. Added several new
features including patch mean normalization for increased robustness to
illumination changes and spatial propagation, which often helps to recover
from errors introduced by the coarse-to-fine scheme. Expanded the
documentation, added new accuracy and perf tests. Refactored some of
the already existing optical flow accuracy tests.
2016-07-01 18:50:10 +03:00
Vladislav Samsonov
75b3ea9f72 Fixing some compiler warnings 2016-06-22 13:53:03 +03:00
Vladislav Samsonov
805a0c4b97 Fixed build on VS 2016-06-21 14:35:52 +03:00
Vladislav Samsonov
e57df756a6 PR fixes 2016-06-20 03:26:54 +03:00
Vladislav Samsonov
2d68b30528 Minor fixes 2016-06-19 17:57:43 +03:00
Vladislav Samsonov
329f49e92a Passing of the prior file to the evaluation tool 2016-06-13 19:25:51 +03:00
Vladislav Samsonov
f9ef5d456e Added some explanatory comments 2016-06-13 17:23:12 +03:00
Vladislav Samsonov
8ebe182f80 Merge recent changes 2016-06-13 02:32:27 +03:00
Vladislav Samsonov
7a18e78865 Post-review fixes 2016-06-13 02:11:38 +03:00
Vladislav Samsonov
54e746bebd Added OpenCL support 2016-06-12 23:04:38 +03:00
Alexander Bokov
d4c3765e4f Partial DIS implementation and OF benchmark
Basic interfaces and a partial implementation of the Dense Inverse
Search (DIS) optical flow algorithm without variational refinement. Also
added a python benchmarking script that can evaluate different optical
flow algorithms on the MPI Sintel and Middlebury datasets and build
overall comparative charts.
2016-06-10 13:00:36 +03:00
Vladislav Samsonov
d8aa162545 Added support for prior (covariance matrix) 2016-06-09 01:55:31 +03:00
Vladislav Samsonov
7c0a4788f1 Preserve edges 2016-06-08 22:11:08 +03:00
Vladislav Samsonov
1417dc65f7 Boosted accuracy a little bit more 2016-05-21 20:21:57 +03:00
Vladislav Samsonov
76ee838001 Boosted accuracy 2016-05-21 00:37:09 +03:00
Vladislav Samsonov
65d0157447 Some improvements 2016-05-15 12:49:20 +03:00
Vladislav Samsonov
25b2958eb5 Added flow estimation using DCT basis 2016-05-09 21:10:08 +03:00
Vladislav Samsonov
7d13c8f9aa Added style rules for clang-format 2016-05-07 09:57:05 +03:00
Vladislav Samsonov
fc00397160 Added naive blockmatching algorithm (just to get acquainted with the code base, this algo shouldn't be considered seriously).
Also, added boilerplate for pcaflow.
2016-05-07 09:49:43 +03:00
Gary Bradski
f8e8b210c9 Update README.md 2016-03-27 14:47:09 -07:00
Bleach666
9677bd7fca fix vs2010 samples build 2016-03-18 14:48:16 +02:00
Maksim Shabunin
f529a1df2b Fixed HAL headers location 2015-12-15 18:41:26 +03:00
Francisco Facioni
96194df827 SimpleFlow optimizations 2015-12-03 17:16:39 -03:00
Alexander Alekhin
c5a273f5a8 Merge pull request #406 from mshabunin:fix-vs2015 2015-10-22 16:28:15 +00:00
Maksim Shabunin
bf22f6f9b4 Merge pull request #379 from sbokov:sparseMatchInterpolationSquashed 2015-10-22 12:37:13 +00:00
Maksim Shabunin
d15d490a83 Fix OpenCL warning VS 2015 2015-10-19 18:07:04 +03:00
sbokov
831523ce02 Sparse-to-dense OF algorithm is added
* Sparse match interpolator interface and EdgeAwareInterpolator were
added to the ximgproc module
* New optical flow algorithm, based on PyrLK sparse OF and sparse match
interpolation, is added to the optflow module
2015-09-15 17:55:40 +03:00
Vadim Pisarevsky
43d88166b2 Merge pull request #364 from sbokov:deepFlowFix 2015-09-09 13:20:31 +00:00
sbokov
4ed940cc9f Uninitialized memory access fix 2015-09-06 15:24:12 +03:00
Vadim Pisarevsky
860eda950e Merge pull request #214 from LaurentBerger/bugfix4269
bugfix4269 included remarks in http://answers.opencv.org/question/59293/...
2015-05-29 14:00:02 +03:00
laurentBerger
6122d265d1 Replace tab with four space 2015-04-28 21:13:06 +02:00
laurentBerger
52d0d8b770 bugfix4269 included remarks in http://answers.opencv.org/question/59293/problem-with-example-motemplcpp/ 2015-04-23 17:38:16 +02:00
Vadim Pisarevsky
cdddcc8237 fixed contrib code to match the HAL 2015-04-16 22:52:05 +03:00
Vadim Pisarevsky
ec2b3ed662 Merge pull request #185 from mshabunin/remove-docs
Removed sphinx documentation
2015-03-16 13:07:31 +03:00
Maksim Shabunin
67a2066c4b Java and python wrappers for contrib modules 2015-02-26 15:46:02 +03:00
Maksim Shabunin
7d9bbdcaad Remove all sphinx files 2015-02-17 12:49:37 +03:00
Maksim Shabunin
61f36de542 Doxygen tutorials support 2015-02-17 12:49:37 +03:00
Maksim Shabunin
34131405df Removed some methods from cv::Algorithm and changed ml module interfaces 2015-02-17 11:45:57 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
StevenPuttemans
c20ea8e7e8 adding more clear documentation 2014-10-10 21:17:46 +02:00
Vadim Pisarevsky
12e1e11d69 Merge pull request #68 from tpietruszka/deepflow
Deepflow implementation (and optical flow testing again)
2014-08-19 13:59:22 +04:00
tpietruszka
d07bf35b9b Fixed type conversions (warnings in MSVC) 2014-08-19 11:27:08 +02:00
tpietruszka
4ea0ce0999 Added Deepflow docs 2014-08-19 02:06:52 +02:00
tpietruszka
4ec320efe1 Added Deepflow to the testing app 2014-08-18 23:35:59 +02:00
tpietruszka
e349d6d0b6 Deepflow - unfolded loops; faster, terrible code 2014-08-18 23:35:59 +02:00