peng xiao
2338a895f5
Capitalize macro namings.
12 years ago
peng xiao
1bea9ee26c
Rename test case category and code clean up.
12 years ago
peng xiao
c9d8eb7a84
Fix build error on linux.
12 years ago
peng xiao
6eefd276cf
Further optimize bfmatcher by passing macros.
12 years ago
peng xiao
113b7584e0
Optimize bfmatcher by passing macros.
12 years ago
peng xiao
1e49c00f4b
Replace create with ensureSizeIsEnough thus buffer objects can be reused.
12 years ago
peng xiao
5eb551b340
Remove my test codes.
12 years ago
peng xiao
4f328d8388
Fix a potential bug of ocl::CannyBuf.
...
The program would crash if release is called twice.
12 years ago
yao
61e041673e
remove the OpenCL Dir finding in CMake
12 years ago
peng xiao
7586145235
Remove unused kernels.
12 years ago
peng xiao
33361929fe
Fix a compilation error when HAVE_CLAMDFFT is on.
12 years ago
peng xiao
aec7a67d0f
Fix a bug of ocl::Canny when src/dst using the same buffer.
12 years ago
peng xiao
242955ce22
Format ocl::Canny header
12 years ago
peng xiao
6c2079b778
Test code clean up.
12 years ago
peng xiao
22ca7e44d6
Change ocl::Canny test case category
12 years ago
Gurpinder Singh Sandhu
36aad46fe1
changed reinterpret_cast to static_cast
...
This issue seem to be lingering around for quite some time
https://github.com/Itseez/opencv/pull/639
http://code.opencv.org/issues/2819
12 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Roman Donchenko
57d4c86b2b
Fixed the shebang lines on the Python scripts.
...
Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
12 years ago
Kirill Kornyakov
53a06913cb
Minor code cleanings in lkdemo.cpp
12 years ago
Kirill Kornyakov
e351538697
#2813 bugfix
12 years ago
Andrey Kamaev
199a35a105
Move C API of opencv_video to separate file
12 years ago
Andrey Kamaev
ca56e99a62
Merge pull request #796 from SpecLad:more-backports
12 years ago
Andrey Kamaev
a1fa63ffc9
Merge pull request #799 from SpecLad:boost-initial-weights
12 years ago
Roman Donchenko
4143071e22
In CvBoost, delegated update_weights's implementation to a helper method.
...
This allows subclasses of CvBoost to override initial weights that
update_weights uses without duplicating its entire implementation.
12 years ago
peng xiao
a2f4b301f3
Fix an incorrect type cast.
12 years ago
Andrey Kamaev
62b593ca8b
Merge pull request #793 from SpecLad:auto-cuda
12 years ago
Andrey Kamaev
e27f4da9c6
Merge pull request #795 from taka-no-me:move_imgproc_utils_to_core
12 years ago
Andrey Kamaev
7711fe2f43
Merge pull request #794 from asmorkalov:android_no_layout
12 years ago
Andrey Kamaev
18d4f14892
Merge pull request #792 from asmorkalov:manager_incompat_wh
12 years ago
Andrey Kamaev
ebb1f12aa7
Merge pull request #791 from taka-no-me:cleanup_core_api
12 years ago
Andrey Kamaev
9ba25e9d09
Merge pull request #742 from bitwangyaoyao:2.4_fix
12 years ago
Andrey Kamaev
0c64fc61dc
Merge pull request #740 from evil0sheep:2.4
12 years ago
Dirk Van Haerenborgh
caa9ac4ed9
fix installation of main module headers
...
see: http://code.opencv.org/issues/2897
The order of the 2 conditions is really important, as every MATCHES
operator sets ${CMAKE_MATCH_1}, which is needed inside the condition
block. Ideally, this should be done using a single regex with a
negative forward lookahead, but CMake doesn't seem to support this
12 years ago
Roman Donchenko
484607fb6f
Backported RNG_MT19937 from master.
12 years ago
Roman Donchenko
f64d512774
Backported globbing from master.
12 years ago
Andrey Kamaev
4846dcdfeb
Move borderInterpolate and copyMakeBorder documentation
12 years ago
Andrey Kamaev
c98c246fc2
Move border type constants and Moments class to core module
12 years ago
Alexander Smorkalov
6e8f5ae574
Front/back camera constants semantic for Android fixed (Bug #2839 ).
...
Front/Back camera constants' values changed;
Additional camera facing check added for JavaCameraView.
12 years ago
Alexander Smorkalov
82c61eba49
Feature #2893 Create Java sample without layout.xml implemented.
12 years ago
Roman Donchenko
e8721f1f6f
Automatically add CUDA support to a module if it has CUDA sources.
...
Backport from master.
12 years ago
Alexander Smorkalov
ec6f0e1baf
Incompatible hardware detetction added to OpenCV Manager(Feature #2941 )
12 years ago
Andrey Kamaev
ad793ee3f4
Update documentation
12 years ago
Andrey Kamaev
b0e6606b98
Cleanup core module API
...
* Drop some low level API
* Remove outdated overloads
* Utilize Input/OutputArray
12 years ago
Andrey Kamaev
f4ae0cf19c
Merge pull request #790 from jet47:fix-gpu-build
12 years ago
Andrey Kamaev
71896544ca
Merge pull request #789 from asmorkalov:android_na_mk_fix
12 years ago
Andrey Kamaev
36bf8af820
Merge pull request #788 from jet47:fix-2938
12 years ago
Vladislav Vinogradov
ba1a1aecaa
fixed gpu module compilation
12 years ago
Alexander Smorkalov
7bd169caa9
Native activity build with Android.mk fixed.
12 years ago
Vladislav Vinogradov
f50aabf012
fixed bug #2938
12 years ago
Andrey Kamaev
913e6833d5
Merge pull request #785 from taka-no-me:split_c_cpp2
12 years ago