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
|
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 |
yao
|
69a0b5dde5
|
Add OclCascadeClassifierBuf interface
|
12 years ago |
yao
|
dec6a3b080
|
make boxfilter kernel compile on Mac GPU OCL
|
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
|
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 |
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 |
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 |
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 |
Roman Donchenko
|
484607fb6f
|
Backported RNG_MT19937 from master.
|
12 years ago |
Roman Donchenko
|
f64d512774
|
Backported globbing from master.
|
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 |
Roman Donchenko
|
e8721f1f6f
|
Automatically add CUDA support to a module if it has CUDA sources.
Backport from master.
|
12 years ago |
yao
|
7726e273a9
|
merge add and sub into one set of kernels
|
12 years ago |
yao
|
bee970ab94
|
remove the C3 kernels in arithm, as the oclMat will never store 3 channels data
|
12 years ago |
Andrey Kamaev
|
3400d83778
|
Workaround hanging of ocl module when ocl API in not really used
|
12 years ago |
Andrey Pavlenko
|
4c31c26acf
|
fix for #2901 (en exception was raised when getting empty MatOfDMatch)
|
12 years ago |
Andrey Pavlenko
|
09fe5cddf1
|
test for the issue #2901
|
12 years ago |
Andrey Pavlenko
|
18b2d6bdbb
|
copying '.classpath' and '.project' to build dir, useful for opening in eclipse
|
12 years ago |
Dustin Spicuzza
|
64b5784c0b
|
Catch exceptions when large allocations fail
|
12 years ago |
yao
|
8cc5b98051
|
Fix the problem of device selection on hybrid video systems.
|
12 years ago |
yao
|
5022bc8c25
|
move the "cpu device checking" from supportsFeatures() to queryDeviceInfo()
|
12 years ago |
yao
|
bcc086baa9
|
fix all redefine build errors on some Intel OCL
|
12 years ago |
Gurpinder Singh Sandhu
|
69127e4105
|
some typo
|
12 years ago |
Gurpinder Singh Sandhu
|
2b1e13f8f4
|
changed surfFeaturesFinder::find() to allow CV_8UC1 type images
http://code.opencv.org/issues/2926
|
12 years ago |
Alexander Smorkalov
|
a914088f29
|
Build warning fixes.
|
12 years ago |
Alexander Smorkalov
|
1e332d690f
|
OpenCV verison incremented
OpenCV Manager verison incremeneted;
Docs and tests updated accordingly;
COnstant for Manager initialization added.
|
12 years ago |
Vadim Pisarevsky
|
6aa4f533fa
|
attempt to fix stereobm failures on Mac and Linux
|
12 years ago |
Andrey Kamaev
|
235a678458
|
SVD: always update W vector for better algorithm convergency
|
12 years ago |
Alexander Shishkov
|
382695ba5a
|
removed links to the http://opencv.willowgarage.com/
|
12 years ago |
Alexander Smorkalov
|
36367ec027
|
Several fixes android related fixes
Native activity build warning fixed;
Logcat messages for JavaCameraView updated (Bug #2876);
Some fixes for feature #2893 done.
|
12 years ago |
Andrey Kamaev
|
eb3c9ed1ab
|
Fix ffmpeg wrapper compatibility with libavcodec > 53.25.0
Based on pull request #685
|
12 years ago |
Andrey Kamaev
|
eeaa1e8751
|
Fix link of fat java wrapper on OS X
|
12 years ago |