Vadim Pisarevsky
|
12e1e11d69
|
Merge pull request #68 from tpietruszka/deepflow
Deepflow implementation (and optical flow testing again)
|
11 years ago |
tpietruszka
|
d07bf35b9b
|
Fixed type conversions (warnings in MSVC)
|
11 years ago |
Vadim Pisarevsky
|
0f9cb5f864
|
Merge pull request #65 from vpisarev/minor_doc_fixes
fixed documentation titles
|
11 years ago |
tpietruszka
|
4ea0ce0999
|
Added Deepflow docs
|
11 years ago |
tpietruszka
|
4ec320efe1
|
Added Deepflow to the testing app
|
11 years ago |
tpietruszka
|
e349d6d0b6
|
Deepflow - unfolded loops; faster, terrible code
|
11 years ago |
tpietruszka
|
9181b2bd3d
|
Moved deepflow to contrib, minor improvements
|
11 years ago |
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
|
11 years ago |
Vadim Pisarevsky
|
b1ff876973
|
fixed documentation titles
|
11 years ago |
Vadim Pisarevsky
|
e6d0b281da
|
Merge pull request #64 from Bellaktris/gsoc
Additions to ximgproc and xphoto modules
|
11 years ago |
Alexander Shishkov
|
cc2353f3e6
|
updated docs, fixed few bugs
|
11 years ago |
Alexander Shishkov
|
bbda6c6322
|
added internal namespace for photo module
|
11 years ago |
Alexander Shishkov
|
8923915a67
|
updated tests and test data for photo
|
11 years ago |
Alexander Shishkov
|
8eb40877df
|
updated tests and test data
|
11 years ago |
Vadim Pisarevsky
|
286d6ffe77
|
Merge pull request #49 from Bellaktris/gsoc
Structured edge detection & State-of-the-art image inpainting
|
11 years ago |
Bellaktris
|
63e1c0449d
|
warning fix
|
11 years ago |
Bellaktris
|
a5212f7c84
|
Merge branch 'gsoc' of https://github.com/Bellaktris/opencv_contrib into gsoc
|
11 years ago |
Bellaktris
|
d6ebab2b73
|
small changes
|
11 years ago |
Alexander Shishkov
|
e06ef978f2
|
added namespace ximgproc
|
11 years ago |
Vadim Pisarevsky
|
468d3ecc49
|
Merge pull request #61 from lluisgomez/master
adds class OCRHMMDecoder API interface and implementation and updates webcam_demo sample to use it
|
11 years ago |
Alexander Shishkov
|
6ebd07b299
|
mistypes in folders name
|
11 years ago |
Alexander Shishkov
|
c1780f67b8
|
renamed internal folders
|
11 years ago |
lluis
|
0898fb9d86
|
fix MSVC warnings
|
11 years ago |
Alexander Shishkov
|
66b6cefd45
|
Merge branch 'master' of https://github.com/itseez/opencv_contrib into gsoc
Conflicts:
modules/ximgproc/CMakeLists.txt
modules/ximgproc/test/test_main.cpp
modules/ximgproc/test/test_precomp.hpp
|
11 years ago |
Alexander Shishkov
|
385638ae0d
|
rename module name
|
11 years ago |
Alexander Shishkov
|
9fbdde4a97
|
Update denoising.rst
|
11 years ago |
lluis
|
43a19a029d
|
fix warnings in docs build
|
11 years ago |
lluis
|
0c1229c59a
|
adds documentation for OCRHMMDecoder class and related methods
|
11 years ago |
lluis
|
83fe716c2e
|
updates webcam_demo sample to use OCRHMMDecoder class
|
11 years ago |
lluis
|
67da3f0691
|
adds class OCRHMMDecoder API interface and implementation
|
11 years ago |
Vadim Pisarevsky
|
37af04328a
|
Merge pull request #60 from lluisgomez/master
refactors OCRTesseract interface
|
11 years ago |
lluis
|
36a3116191
|
update OCRTesseract documentation
|
11 years ago |
lluis
|
493785a785
|
moves implementation to cpp file and removes using directive from header file
|
11 years ago |
Bellaktris
|
fbb27ed0b4
|
bug fix
|
11 years ago |
lluis
|
3ab6308272
|
rename ocr.cpp to ocr_tesseract.cpp
|
11 years ago |
lluis
|
5073d5bc91
|
refactors OCRTesseract interface
|
11 years ago |
Bellaktris
|
e92394d0aa
|
fixed bugs in WH transform, some code compression
|
11 years ago |
Vadim Pisarevsky
|
47f61f1c51
|
Merge pull request #40 from shahurik/adas
ADAS: multiple fixes, fcw_train and fcw_detect applications
|
11 years ago |
Vadim Pisarevsky
|
ffcda05cde
|
Merge pull request #59 from lluisgomez/master
update to new OpenCV 3.0 ml API and adds parallell_for_ OCR
|
11 years ago |
Vadim Pisarevsky
|
62eda6712d
|
Merge pull request #58 from ludv1x/edgefilter
ximgproc license
|
11 years ago |
lluis
|
820f2e089d
|
Merged master fixed conflict.
|
11 years ago |
lluis
|
f58d402722
|
update to new OpenCV 3.0 ml API
|
11 years ago |
Vlad Shakhuro
|
93610f14e3
|
Fix mac build error
|
11 years ago |
Vlad Shakhuro
|
4834c0c87f
|
Fix win build errors
|
11 years ago |
Vadim Pisarevsky
|
32c574eb61
|
Merge pull request #57 from vpisarev/fix_ximgproc_arm_build
fixed ximgproc build on ARM
|
11 years ago |
vludv
|
eafeea95c6
|
joint bilateral filter fix
|
11 years ago |
Vadim Pisarevsky
|
f43fd52f36
|
fixed ximgproc build on ARM
|
11 years ago |
vludv
|
d08c398c52
|
Added license
|
11 years ago |
Vadim Pisarevsky
|
878ea2788e
|
Merge pull request #56 from vpisarev/added_xfeatures2d
added xfeatures2d (made of opencv/nonfree and a part of opencv/features2d)
|
11 years ago |
Vadim Pisarevsky
|
e5743dec3d
|
fixed warning from the doc builder
|
11 years ago |