1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 07:31:26 +08:00
Commit Graph

9 Commits

Author SHA1 Message Date
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