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
tpietruszka
9181b2bd3d
Moved deepflow to contrib, minor improvements
2014-08-18 23:35:59 +02:00
tpietruszka
4738fc2e63
Moved optflow interfaces and testing app.
...
Algorithm::info()-related code disabled-after moving to opencv_contrib caused compilation errors
Added usage examples
Added documentation for optflow_io
+bugfix: handling invalid algorithm choice
+ solving MSVC compilation errors; assuming that int and float are 4-bytes long - possibly needs fixing
2014-08-18 17:45:34 +02:00
Vadim Pisarevsky
b1ff876973
fixed documentation titles
2014-08-18 15:20:38 +04:00
Vadim Pisarevsky
4df76c353a
added outflow, bgsegm modules; moved matlab from the main repository
2014-08-10 23:25:27 +04:00