Andrey Kamaev
|
bf551df4cf
|
Merge pull request #825 from pengx17:2.4_query_cpu_wavesize
|
12 years ago |
Andrey Kamaev
|
5eff4f8340
|
Merge pull request #822 from taka-no-me:better_cv_enum
|
12 years ago |
Andrey Pavlenko
|
8c40f0ccf2
|
fixing build and lint warnings
|
12 years ago |
peng xiao
|
0f7d7100e5
|
Add clamping for y dimension.
|
12 years ago |
peng xiao
|
6f63a5d8d5
|
Let wave_size=1 on CPU.
|
12 years ago |
Andrey Kamaev
|
c02095ae1c
|
Merge pull request #821 from taka-no-me:contributing
|
12 years ago |
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
12 years ago |
Andrey Kamaev
|
ecf28cc21e
|
Add contributing page for Github
|
12 years ago |
yao
|
69a0b5dde5
|
Add OclCascadeClassifierBuf interface
|
12 years ago |
yao
|
dec6a3b080
|
make boxfilter kernel compile on Mac GPU OCL
|
12 years ago |
Andrey Kamaev
|
2ae3ab11e3
|
Merge pull request #814 from taka-no-me:gtest_r652
|
12 years ago |
Andrey Kamaev
|
0df6dc16a5
|
Merge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype
|
12 years ago |
peng xiao
|
06a4bad809
|
Merge ocl and/or/xor operators into one kernel each.
|
12 years ago |
Andrey Kamaev
|
802d004bbb
|
Fix build issues
|
12 years ago |
Andrey Kamaev
|
9deea80b83
|
Update gtest to upstream r652
It is already marked as a gtest 1.7.0
|
12 years ago |
Peng Xiao
|
6dd6013546
|
Use a faster way to count 1's (used by Hamming)
|
12 years ago |
Peng Xiao
|
f2dc445412
|
Merge branch '2.4_ocl_bfmatcher_newtype' of https://github.com/pengx17/opencv into 2.4_ocl_bfmatcher_newtype
|
12 years ago |
Peng Xiao
|
6b6b1c9cbf
|
Allow more query/train types for ocl::bfmatcher
|
12 years ago |
Peng Xiao
|
d9de84091c
|
Allow more input query/train types for ocl::bfmatcher
RadiusMatch for HammingDist cannot pass yet.
|
12 years ago |
Peng Xiao
|
1db20099a9
|
Enable runtime type definition in kernels
|
12 years ago |
Peng Xiao
|
fd1528795e
|
Pass query type T into kernel
|
12 years ago |
Peng Xiao
|
63813e83ae
|
Untabify
|
12 years ago |
Peng Xiao
|
6a40383aee
|
Add HammingDist test case
|
12 years ago |
Andrey Kamaev
|
abe2ea59ed
|
Merge pull request #802 from SpecLad:shebang
|
12 years ago |
Andrey Kamaev
|
36028bd8ad
|
Merge pull request #808 from bitwangyaoyao:2.4_mac
|
12 years ago |
Andrey Kamaev
|
d2de68c14c
|
Merge pull request #804 from gpsinghsandhu:staticCast
|
12 years ago |
Andrey Kamaev
|
b696d49d5a
|
Merge pull request #801 from kirill-kornyakov:lkdemo-fix
|
12 years ago |
Vadim Pisarevsky
|
03e2a52e2c
|
Merge pull request #807 from pengx17:2.4_ocl_bfm_opt
|
12 years ago |
Vadim Pisarevsky
|
3d39087a67
|
Merge pull request #806 from bitwangyaoyao:2.4_fix
|
12 years ago |
Vadim Pisarevsky
|
a770d04e78
|
Merge pull request #781 from bitwangyaoyao:2.4_fixerr
|
12 years ago |
yao
|
719e8674ad
|
fix the compile errors on Mac
|
12 years ago |
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 |
yao
|
61e041673e
|
remove the OpenCL Dir finding in CMake
|
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 |
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
|
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 |
Andrey Kamaev
|
62b593ca8b
|
Merge pull request #793 from SpecLad:auto-cuda
|
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
|
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 |