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

13 Commits

Author SHA1 Message Date
Maksim Shabunin
67a2066c4b Java and python wrappers for contrib modules 2015-02-26 15:46:02 +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