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

713 Commits

Author SHA1 Message Date
Vadim Pisarevsky
9c1f398dd0 Merge pull request #76 from sanchom/master
Bugfix: Precision error.
2014-08-25 22:18:07 +04:00
Bellaktris
a5ba77a069 Merge branch 'gsoc' of https://github.com/Bellaktris/opencv_contrib into inpainting 2014-08-24 11:20:43 +07:00
Bellaktris
408559d641 pre-merge 2014-08-24 11:19:55 +07:00
Sancho McCann
86dd8f745a Bugfix: Precision error.
When p >= 1, setting p to 0.999999999999999999999999999999, didn't actually make p less than one.
2014-08-22 11:25:44 -07:00
StevenPuttemans
e7d9d119ef fixing build with extra modules 2014-08-22 15:15:08 +02:00
Alexander Mordvintsev
4ba60f022e expose edge-aware filters to python 2014-08-22 14:06:34 +04:00
Alexander Mordvintsev
3f7cca4a6f fixed 'xphoto' and 'text' build on MSVC 2008 2014-08-22 14:05:45 +04:00
biagio montesano
9a52f4626b Created nested classes. Removed some useless headers. 2014-08-21 17:43:25 +02:00
jaco
9462b818c7 new windows compile warning fixed 2014-08-21 15:35:34 +02:00
jaco
07e66a4b4a new windows build error fixing 3 2014-08-21 15:19:36 +02:00
jaco
bdb26b3d22 new windows build error fixing 2 2014-08-21 14:23:23 +02:00
jaco
dd951a80db windows build error fixing 2014-08-21 13:41:55 +02:00
Vadim Pisarevsky
addeb49336 Merge pull request #73 from shahurik/adas
xobjdetect documentation
2014-08-21 11:14:09 +04:00
Vadim Pisarevsky
c16edac37e Merge pull request #72 from ernest-galbrun/compilation_errors_xfeatures2d
some correction to make xfeature2d compilation work and adding 2d cuda f...
2014-08-21 11:13:35 +04:00
Vadim Pisarevsky
ca5841abb3 Merge pull request #66 from alekcac/hotfix_ximgproc_doc
Updated module comment in ximgproc.rst
2014-08-21 11:12:47 +04:00
jaco
71e18ff042 Pull Request mandatory changes finished 2014-08-20 23:02:39 +02:00
jaco
e670bd5793 Pull Request mandatory changes 3 2014-08-20 22:39:23 +02:00
jaco
8c90b54f60 Pull Request mandatory changes 2 2014-08-20 22:37:36 +02:00
jaco
255d83aca4 Pull Request mandatory changes 2 2014-08-20 21:42:33 +02:00
biagio montesano
e39065bf77 Created nested namespace. Modified interface classes. 2014-08-20 19:16:12 +02:00
jaco
02aa915504 Pull Request mandatory changes 2014-08-20 16:41:18 +02:00
Ernest Galbrun
b757d6cc83 some correction to make xfeature2d compilation work and adding 2d cuda features back 2014-08-20 11:22:51 +02:00
Vlad Shakhuro
1695ee7cfd Add xobjdetect documentation 2014-08-20 12:21:42 +04:00
Vadim Pisarevsky
8aa1988283 Merge pull request #67 from nailbiter/luca
Remove dependence on optim module
2014-08-20 09:18:10 +04:00
Daniel Angelov
93361768f6 Cleared shadowing warning. 2014-08-20 02:45:20 +03:00
Daniel Angelov
d98136174a Updated headers. 2014-08-20 02:23:34 +03:00
Alex Leontiev
0cd798ed02 buildbot 2014-08-19 18:24:45 +03:00
Daniel Angelov
71757c2985 Added the precomp.hpp file. 2014-08-19 13:11:48 +03: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
Poly Takahiro Horikawa
d9d8db3f1c Fix key name to switch between MSER/CSER regions. 2014-08-19 02:13:00 -07:00
Vadim Pisarevsky
0f9cb5f864 Merge pull request #65 from vpisarev/minor_doc_fixes
fixed documentation titles
2014-08-19 12:54:33 +04: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
Alex Leontiev
2ea09a16a6 Upgrades to benchmark
Now algorithm names are overlayed with image and number of frames
assessed can be given via command line (e.g. -a=100 to assess first 100
frames).
2014-08-18 23:49:38 +03:00
Alex Leontiev
e67b9e9eec Remove dependence on optim module
With all functionality preserved. Pure renaming.
2014-08-18 22:38:22 +03: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
Alexander Shishkov
b2901d273d Update ximgproc.rst 2014-08-18 18:52:37 +04:00
Vadim Pisarevsky
b1ff876973 fixed documentation titles 2014-08-18 15:20:38 +04:00
Daniel Angelov
5bb951a459 Added precomp header. 2014-08-18 12:59:52 +03:00
Vadim Pisarevsky
e6d0b281da Merge pull request #64 from Bellaktris/gsoc
Additions to ximgproc and xphoto modules
2014-08-18 13:00:38 +04:00
Alexander Shishkov
cc2353f3e6 updated docs, fixed few bugs 2014-08-18 11:30:34 +04:00
Alexander Shishkov
bbda6c6322 added internal namespace for photo module 2014-08-18 10:22:26 +04:00
Alexander Shishkov
8923915a67 updated tests and test data for photo 2014-08-18 09:58:20 +04:00
Alexander Shishkov
8eb40877df updated tests and test data 2014-08-18 09:34:27 +04:00
Daniel Angelov
e6f8c43995 Added Custom Calibration Pattern Module. 2014-08-18 02:21:56 +03:00
Vadim Pisarevsky
286d6ffe77 Merge pull request #49 from Bellaktris/gsoc
Structured edge detection & State-of-the-art image inpainting
2014-08-17 22:02:10 +04:00
biagio montesano
927619973b Added perf and accuracy tests 2014-08-17 18:06:23 +02:00