Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Vadim Pisarevsky
8d8fd17cf6
Merge pull request #172 from sh0/master
...
Function cuda::integral() does not require an extra buffer any more.
10 years ago
Vadim Pisarevsky
23314751aa
Merge pull request #169 from mshabunin/remove-algorithm-factory
...
Remove algorithm factory
10 years ago
Vadim Pisarevsky
1f661bfd50
Merge pull request #168 from mshabunin/meta-module
...
contrib_world module
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Sh0
c4bec8a5c5
Function cuda::integral() does not require an extra buffer any more.
10 years ago
Maksim Shabunin
2b74ca6f12
Added opencv_contrib_world module and fixed some compilation warnings on iOS
10 years ago
Vadim Pisarevsky
312c8fa7e1
Merge pull request #133 from StevenPuttemans/master
...
updating github documentation structure
10 years ago
Vadim Pisarevsky
47d7ad2e90
Merge pull request #163 from mshabunin/fix-cvv-build-only
...
Fixed cvv module build
10 years ago
Maksim Shabunin
63a8a60bdb
Fixed cvv module build
...
- updated header inclusions
- added export instruction to public methods
- fixed some small problems
10 years ago
Vadim Pisarevsky
219fbc0003
Merge pull request #161 from vpisarev/surface_matching_credits
...
added information about the patents related to the surface matching algorithm
10 years ago
Vadim Pisarevsky
5e427d223f
Merge pull request #147 from mshabunin/ios-extra-world
...
Disable some modules for iOS framework world build
10 years ago
Vadim Pisarevsky
c13ee0370c
Merge pull request #150 from bkueng/fix_memory_leak
...
fix memory leak in surface matching module
10 years ago
Vadim Pisarevsky
b67896df4f
Merge pull request #151 from rokm/matlab-fix
...
Fixes required to compile MATLAB bindings
10 years ago
Vadim Pisarevsky
499c943601
added information about the patents related to the surface matching algorithm
10 years ago
Vadim Pisarevsky
c6ea683b86
Merge pull request #155 from nisargthakkar/Bug4074
...
Fix for Bug 4074. Both conditions of if are same
10 years ago
Vadim Pisarevsky
0d39db6855
Merge pull request #156 from jaybosamiya/master
...
Fix typo in ERFilter
10 years ago
Jay Bosamiya
e2253ea471
Fix typo
10 years ago
Jay Bosamiya
58f2dc3b4c
Fix typo
10 years ago
Nisarg Thakkar
c21fd589db
Fix for Bug 4074. Both conditions of if are same
10 years ago
StevenPuttemans
b5b7a7a700
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Rok Mandeljc
63008ba79d
matlab/bridge.hpp: added missing definitions for Ptr_Stitcher
10 years ago
Rok Mandeljc
6ca0aa4784
matlab/CMakeLists.txt: add CMAKE_BINARY_DIR to MEX_INCLUDE_DIRS
...
Otherwise we cannot find opencv2/opencv_modules.hpp, which is
located directly inside the CMAKE_BINARY_DIR.
10 years ago
Beat Küng
3957fd7d6f
surface matching: fix memory leak
10 years ago
Kirill Kornyakov
ac5ffe3128
Merge pull request #109 from lenlen/tld_test_and_doc_update
...
Tracking API doc update and test-perftest TLD tracker
10 years ago
StevenPuttemans
3e5d3f7baf
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
10 years ago
Maksim Shabunin
f52ba671dc
Disable some modules for iOS framework world build
10 years ago
Alexander Alekhin
d0c3a2ee03
Merge pull request #135 from mshabunin/doxygen-others
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
StevenPuttemans
0d88f483e0
updating github documentation structure
10 years ago
Vadim Pisarevsky
525c4d5ecd
Merge pull request #130 from wangyan42164/debug_build_fix
...
Fix debug build broken issue.
10 years ago
Yan Wang
e38d6c2014
Fix debug build broken issue.
...
Fix the following error:
/usr/bin/ld: ../../lib/libopencv_ts.a(ts_gtest.cpp.o): relocation
R_X86_64_32 against `.rodata' can not be used when making a shared object;
recompile with -fPIC
../../lib/libopencv_ts.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lib/cv2.so] Error 1
make[1]: *** [modules/python2/CMakeFiles/opencv_python2.dir/all] Error 2
make: *** [all] Error 2
10 years ago
Vadim Pisarevsky
7249ab0a72
Merge pull request #129 from avdmitry/datasets_enh_adience
...
datasets module: enhancements
10 years ago
Dmitriy Anisimov
f04f191111
minor update of ar_hmdb code
10 years ago
Dmitriy Anisimov
3929e23878
updated adience loader
10 years ago
Vadim Pisarevsky
9a0cc98078
Merge pull request #127 from BKNio/lsvm_develop
...
latentsvm caskade
10 years ago
Dinar Ahmatnurov
df2f650bba
latentsvm caskade
...
reworked PR 3
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
renaming + docs;
10 years ago
Vadim Pisarevsky
cb3eebcb0f
Merge pull request #126 from Mavericklsd/bugfix_line_descriptor1
...
comment off #include "opencv2/core/private.hpp".
10 years ago
Shuda Li
2eddf48dd2
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
10 years ago
Vadim Pisarevsky
08699f115e
Merge pull request #106 from mtamburrano/adas_fix
...
adas fix
10 years ago
Vadim Pisarevsky
2ce3606e28
Merge pull request #108 from ludv1x/master
...
Adaptive manifold filter improvements
10 years ago
Vadim Pisarevsky
38bdd6f3f4
Merge pull request #110 from StevenPuttemans/fix_contrib_README
...
adding more clear documentation
10 years ago
Vadim Pisarevsky
3536a590d9
Merge pull request #123 from blackibiza84/master
...
Adjusted test cases for SURF_CUDA, using new APIs
10 years ago
Michele Adduci
e29cfabdb3
Adjusted test cases for SURF_CUDA, using new APIs
10 years ago
Vadim Pisarevsky
a9f4e2f46a
Merge pull request #117 from avdmitry/datasets_enh
...
datasets module: enhancements
10 years ago
Dmitriy Anisimov
b9daaf1426
minor changes
10 years ago
Vadim Pisarevsky
f8d7711ef5
Merge pull request #114 from mshabunin/doxygen-docs
...
Fixed some existing doxygen warnings
10 years ago
Dmitriy Anisimov
7af368f7bd
updated documentation
10 years ago
Dmitriy Anisimov
38168334f6
added first version of hpe_humaneva dataset loader
10 years ago
Dmitriy Anisimov
44f47427df
updated or_imagenet dataset loader
10 years ago