nmoutinho
|
fcbe7a98f0
|
Removed 'namespace' for cv and plot.
|
10 years ago |
nmoutinho
|
c613254bc0
|
Changes to module docs.
|
10 years ago |
nmoutinho
|
a0495bcb39
|
Removed protected method from public interface.
|
10 years ago |
nmoutinho
|
e4e1a07d9a
|
Changed class structure to OpenCV structure, using an 'abstract interface - hidden implementation concept'.
|
10 years ago |
nmoutinho
|
9569970aca
|
Corrected error for undefined Mat.
|
10 years ago |
nmoutinho
|
19a31ecaf1
|
Corrected error for undefined Mat.
|
10 years ago |
nmoutinho
|
cad6cbcde2
|
Created nested namespace 'plot' inside namespace 'cv'. Removed methods 'show' and 'save'. Removed highgui dependency.
|
10 years ago |
nunombmoutinho@gmail.com
|
827fc10cc0
|
Added doxygen ref to avoid warning.
|
10 years ago |
nunombmoutinho@gmail.com
|
fcb6eadbcb
|
Added doxygen ref to avoid warning.
|
10 years ago |
nunombmoutinho@gmail.com
|
a2aa07a50f
|
Removed doxygen comments.
|
10 years ago |
nunombmoutinho@gmail.com
|
fffb83bea8
|
Removing warnings.
|
10 years ago |
nunombmoutinho@gmail.com
|
54f35f93e7
|
Deleted doc folder.
|
10 years ago |
nunombmoutinho@gmail.com
|
d20780bd99
|
Added .bib file to docs.
|
10 years ago |
nunombmoutinho@gmail.com
|
c052265886
|
Changed some docs. Removed warnings.
|
10 years ago |
nunombmoutinho@gmail.com
|
0e1775d6c5
|
Changed doc file.
|
10 years ago |
nunombmoutinho@gmail.com
|
a50aff1619
|
Added example images to the doc.
|
10 years ago |
nunombmoutinho@gmail.com
|
e710bdfbea
|
Created a Plot module that allows you to easily plot data from a Mat.
|
10 years ago |
Vadim Pisarevsky
|
f861dc9efc
|
Merge pull request #182 from berak/fix_mnist
fix missing delete[] calls in or_mnist.cpp
|
10 years ago |
berak
|
b07c6d71a4
|
fix missing delete[] calls in or_mnist.cpp
|
10 years ago |
Vadim Pisarevsky
|
5ec52d4726
|
Merge pull request #178 from mshabunin/wrap-all
Java and python wrappers for contrib modules
|
10 years ago |
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
|
11 years ago |
Jay Bosamiya
|
58f2dc3b4c
|
Fix typo
|
11 years ago |
Nisarg Thakkar
|
c21fd589db
|
Fix for Bug 4074. Both conditions of if are same
|
11 years ago |
StevenPuttemans
|
b5b7a7a700
|
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
|
11 years ago |
Rok Mandeljc
|
63008ba79d
|
matlab/bridge.hpp: added missing definitions for Ptr_Stitcher
|
11 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.
|
11 years ago |
Beat Küng
|
3957fd7d6f
|
surface matching: fix memory leak
|
11 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
|
11 years ago |
StevenPuttemans
|
3e5d3f7baf
|
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
|
11 years ago |
Maksim Shabunin
|
f52ba671dc
|
Disable some modules for iOS framework world build
|
11 years ago |
Alexander Alekhin
|
d0c3a2ee03
|
Merge pull request #135 from mshabunin/doxygen-others
|
11 years ago |
Maksim Shabunin
|
a20c5c8dd9
|
Doxygen documentation for all modules
|
11 years ago |
StevenPuttemans
|
0d88f483e0
|
updating github documentation structure
|
11 years ago |