yao
|
35c6860f06
|
further simplify the logics in filter tests
|
2013-05-08 16:08:33 +08:00 |
|
yao
|
1a53e2cfb2
|
remove interpolation.hpp
|
2013-05-08 15:27:35 +08:00 |
|
yao
|
3928c1ee26
|
add copyrights
|
2013-05-08 15:21:53 +08:00 |
|
yao
|
e4d3378230
|
simplify logics in filter tests, remove redundant code in arithm tests
|
2013-05-08 15:12:12 +08:00 |
|
yao
|
52dbbae82c
|
some cleanup, remove some commented codes
|
2013-05-07 16:14:50 +08:00 |
|
Andrey Kamaev
|
abe2ea59ed
|
Merge pull request #802 from SpecLad:shebang
|
2013-04-12 15:00:28 +04:00 |
|
Andrey Kamaev
|
36028bd8ad
|
Merge pull request #808 from bitwangyaoyao:2.4_mac
|
2013-04-12 14:59:45 +04:00 |
|
Andrey Kamaev
|
d2de68c14c
|
Merge pull request #804 from gpsinghsandhu:staticCast
|
2013-04-12 14:59:26 +04:00 |
|
Andrey Kamaev
|
b696d49d5a
|
Merge pull request #801 from kirill-kornyakov:lkdemo-fix
|
2013-04-12 14:59:11 +04:00 |
|
Vadim Pisarevsky
|
03e2a52e2c
|
Merge pull request #807 from pengx17:2.4_ocl_bfm_opt
|
2013-04-12 13:46:55 +04:00 |
|
Vadim Pisarevsky
|
3d39087a67
|
Merge pull request #806 from bitwangyaoyao:2.4_fix
|
2013-04-12 13:46:33 +04:00 |
|
Vadim Pisarevsky
|
a770d04e78
|
Merge pull request #781 from bitwangyaoyao:2.4_fixerr
|
2013-04-12 13:44:59 +04:00 |
|
yao
|
719e8674ad
|
fix the compile errors on Mac
|
2013-04-12 17:38:59 +08:00 |
|
peng xiao
|
2338a895f5
|
Capitalize macro namings.
|
2013-04-12 16:56:49 +08:00 |
|
peng xiao
|
1bea9ee26c
|
Rename test case category and code clean up.
|
2013-04-12 16:54:06 +08:00 |
|
peng xiao
|
c9d8eb7a84
|
Fix build error on linux.
|
2013-04-12 16:52:21 +08:00 |
|
peng xiao
|
6eefd276cf
|
Further optimize bfmatcher by passing macros.
|
2013-04-12 16:51:36 +08:00 |
|
peng xiao
|
113b7584e0
|
Optimize bfmatcher by passing macros.
|
2013-04-12 16:50:30 +08:00 |
|
peng xiao
|
1e49c00f4b
|
Replace create with ensureSizeIsEnough thus buffer objects can be reused.
|
2013-04-12 16:47:44 +08:00 |
|
yao
|
61e041673e
|
remove the OpenCL Dir finding in CMake
|
2013-04-12 14:44:55 +08:00 |
|
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
|
2013-04-11 22:32:50 +05:30 |
|
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.
|
2013-04-11 18:37:23 +04:00 |
|
Kirill Kornyakov
|
53a06913cb
|
Minor code cleanings in lkdemo.cpp
|
2013-04-11 17:57:33 +04:00 |
|
Kirill Kornyakov
|
e351538697
|
#2813 bugfix
|
2013-04-11 17:50:10 +04:00 |
|
Andrey Kamaev
|
ca56e99a62
|
Merge pull request #796 from SpecLad:more-backports
|
2013-04-11 15:48:17 +04:00 |
|
Andrey Kamaev
|
a1fa63ffc9
|
Merge pull request #799 from SpecLad:boost-initial-weights
|
2013-04-11 15:47:57 +04:00 |
|
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.
|
2013-04-11 13:50:10 +04:00 |
|
Andrey Kamaev
|
62b593ca8b
|
Merge pull request #793 from SpecLad:auto-cuda
|
2013-04-11 12:24:04 +04:00 |
|
Andrey Kamaev
|
7711fe2f43
|
Merge pull request #794 from asmorkalov:android_no_layout
|
2013-04-11 11:34:42 +04:00 |
|
Andrey Kamaev
|
18d4f14892
|
Merge pull request #792 from asmorkalov:manager_incompat_wh
|
2013-04-11 11:34:21 +04:00 |
|
Andrey Kamaev
|
9ba25e9d09
|
Merge pull request #742 from bitwangyaoyao:2.4_fix
|
2013-04-11 11:33:45 +04:00 |
|
Andrey Kamaev
|
0c64fc61dc
|
Merge pull request #740 from evil0sheep:2.4
|
2013-04-11 11:33:31 +04:00 |
|
Roman Donchenko
|
484607fb6f
|
Backported RNG_MT19937 from master.
|
2013-04-10 19:39:38 +04:00 |
|
Roman Donchenko
|
f64d512774
|
Backported globbing from master.
|
2013-04-10 19:36:39 +04:00 |
|
Alexander Smorkalov
|
82c61eba49
|
Feature #2893 Create Java sample without layout.xml implemented.
|
2013-04-10 13:38:59 +04:00 |
|
Roman Donchenko
|
e8721f1f6f
|
Automatically add CUDA support to a module if it has CUDA sources.
Backport from master.
|
2013-04-10 12:20:54 +04:00 |
|
Alexander Smorkalov
|
ec6f0e1baf
|
Incompatible hardware detetction added to OpenCV Manager(Feature #2941)
|
2013-04-10 12:10:13 +04:00 |
|
Andrey Kamaev
|
71896544ca
|
Merge pull request #789 from asmorkalov:android_na_mk_fix
|
2013-04-09 13:14:22 +04:00 |
|
Alexander Smorkalov
|
7bd169caa9
|
Native activity build with Android.mk fixed.
|
2013-04-09 10:17:22 +04:00 |
|
Andrey Kamaev
|
aef8e6ba59
|
Merge pull request #782 from taka-no-me:bitness_detection
|
2013-04-09 08:52:32 +04:00 |
|
Andrey Kamaev
|
6d7313cd3d
|
Merge pull request #776 from virtuald:2.4
|
2013-04-09 08:51:09 +04:00 |
|
Andrey Kamaev
|
d3083ecf6d
|
Fix bitness detection for target platform
|
2013-04-08 11:25:36 +04:00 |
|
Andrey Kamaev
|
5cfb6a848e
|
Merge pull request #780 from sivapvarma:2.4
|
2013-04-08 10:11:16 +04:00 |
|
yao
|
7726e273a9
|
merge add and sub into one set of kernels
|
2013-04-06 13:37:36 +08:00 |
|
Siva Prasad Varma
|
e2df8c7e62
|
Fix bug #2590
replaced wrong check to correct check
|
2013-04-05 19:09:09 +05:30 |
|
yao
|
bee970ab94
|
remove the C3 kernels in arithm, as the oclMat will never store 3 channels data
|
2013-04-05 21:29:29 +08:00 |
|
Andrey Kamaev
|
74e5ff2ec7
|
Merge pull request #778 from asmorkalov:android_wanr_fix
|
2013-04-05 13:00:20 +04:00 |
|
Andrey Kamaev
|
72e49dc790
|
Merge pull request #777 from taka-no-me:ocl_win_hang
|
2013-04-05 13:00:03 +04:00 |
|
Andrey Kamaev
|
a2d27429e4
|
Merge pull request #775 from bitwangyaoyao:2.4_fixerr
|
2013-04-05 12:59:45 +04:00 |
|
Andrey Kamaev
|
977562b614
|
Merge pull request #771 from gpsinghsandhu:surfFeatureFinder
|
2013-04-05 12:59:22 +04:00 |
|