Vadim Pisarevsky
52e9974431
Merge pull request #961 from PeterMinin:detected_objects_weight
12 years ago
Roman Donchenko
1b689a7431
Merge pull request #971 from SpecLad:matchers-ctor
12 years ago
Roman Donchenko
55e83b8d18
Merge pull request #970 from asmorkalov:dshow_valid_check_fix
12 years ago
Alexander Smorkalov
956d8027ef
Bug #3044 cap_dshow.cpp forgotten validity check fixed.
12 years ago
Roman Donchenko
3016986833
Merge pull request #965 from apavlenko:fix_java_empty_mats
12 years ago
Roman Donchenko
41482fe56c
Erase MatchPairsBody's copy constructor.
...
It's the same as the implicitly defined one, and it causes a -Wextra warning
(not initializing the base class in a copy constructor).
12 years ago
Andrey Pavlenko
264d26e671
fixing empty Mat case
12 years ago
Vadim Pisarevsky
4cf7a963a0
Merge pull request #946 from bitwangyaoyao:2.4_samples2
12 years ago
Vadim Pisarevsky
51f81eec36
Merge pull request #957 from pengx17:2.4_fix_corner_detector
12 years ago
Roman Donchenko
68e4256fd2
Merge pull request #960 from SpecLad:extra-modules
12 years ago
Roman Donchenko
9b46c6fb8a
Merge pull request #959 from SpecLad:qt4-build
12 years ago
Peter Minin
ab6be9b7b7
Add a variant of detectMultiScale with an argument 'weights' that
...
receives the number of neighbors joined into each detected object
12 years ago
Roman Donchenko
e53b7d040c
Merge pull request #955 from SpecLad:symlink
12 years ago
Roman Donchenko
8714cbac91
Fix a missing header path when building with Qt 4.
...
Also, removing explicit include path configuration,
since QT_USE_FILE takes care of that.
12 years ago
peng xiao
429f84e59e
Fix a bug of cornerHarris and cornerMinEigenVal.
...
The bug is a buffer overrun when border type is reflect101.
It is found that gfft crashed with input of size 100x100 on Intel CPU.
12 years ago
Roman Donchenko
a954d3630f
Add support for adding custom OpenCV modules.
12 years ago
Roman Donchenko
7f9675bcc0
Merge pull request #953 from jet47:fix-bug-3069
12 years ago
Roman Donchenko
7a80b9adaf
Merge pull request #952 from SpecLad:jepg
12 years ago
Roman Donchenko
985bfea556
Don't resolve symlinks when looking for modules.
...
We don't really need it, it makes the code longer, and it can lead to
inconsistent paths when OpenCV is itself inside a symlink.
12 years ago
Roman Donchenko
087db2949a
Merge pull request #948 from jet47:cuda-5.5-support
12 years ago
Roman Donchenko
127a152f76
Merge pull request #890 from caorong:patch-1
12 years ago
caorong
a2adafd508
fix a bug(DetectorType never change)
...
changed line281 -> line220
Presentation:
because line 220 give the globle var mDetectorType,and in line 230 it will be compared with mDeteorType !!! it will never be unequal ~
fix:
change mDetectorType(previous globle var) to a new local val tmpDetectorType
12 years ago
Vladislav Vinogradov
31a5f7ef3c
fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale)
12 years ago
Roman Donchenko
93a44d4236
Fix typo in .gitattributes.
12 years ago
Roman Donchenko
27bff3c175
Merge pull request #947 from jet47:fix-gpu-arm-build
12 years ago
Roman Donchenko
99340b5613
Merge pull request #941 from apavlenko:signed_char
12 years ago
Roman Donchenko
5b5815d8cf
Merge pull request #893 from jet47:gpu-arm-fixes
12 years ago
Roman Donchenko
f527b6a93f
Merge pull request #940 from SpecLad:autolock
12 years ago
Vladislav Vinogradov
89f3c40d79
fixed BroxOpticalFlow sanity test (increase epsilon value)
...
+ interpolateFrames and createOpticalFlowNeedleMap
12 years ago
Vladislav Vinogradov
4a770535c4
fixed BoxFilter sanity test (different rounding results)
12 years ago
Vladislav Vinogradov
516e5b2563
fixed BroxOpticalFlow regression test
...
the output of BroxOpticalFlow differs a bit in CUDA 5.5
12 years ago
Vladislav Vinogradov
918381875a
rewrite gpu/device/vec_math.hpp file
...
old version isn't compiled with CUDA 5.5
new version doesn't depend on functional.hpp
12 years ago
Vadim Pisarevsky
119b7a298d
Merge pull request #933 from pengx17:2.4_macfix_cont
12 years ago
Vadim Pisarevsky
2d88f20c1e
Merge pull request #935 from pengx17:2.4_filter2d_fix
12 years ago
Vadim Pisarevsky
0cb1644825
Merge pull request #936 from bitwangyaoyao:2.4_perf
12 years ago
Vadim Pisarevsky
e0c2daadbf
Merge pull request #937 from bitwangyaoyao:2.4_fixPyrLK
12 years ago
Vadim Pisarevsky
267eb99a7d
Merge pull request #938 from pengx17:2.4_surf_sample
12 years ago
Vadim Pisarevsky
37953b7cf0
Merge pull request #939 from pengx17:2.4_getDevice
12 years ago
Vladislav Vinogradov
3aea7e8f8d
fixed gpu module build on arm platform
...
links with CUDA driver library only if we use video encoding/decoding
12 years ago
yao
f049aa7674
use GoodFeaturesToTrackDetector_OCL
12 years ago
peng xiao
a7a94de74a
Fix a bug of gfft.
...
When user provided corners buffer is big enough to be copied to from
tmpCorners_, we allow the buffer to be reused other than allocate a new
cl_mem object.
12 years ago
yao
dc937c10f9
change a test image of pyrlk
12 years ago
Roman Donchenko
75cf5cc4ee
Merge pull request #943 from jet47:cuda-5.5-support
12 years ago
Roman Donchenko
5237647f75
Merge pull request #944 from jet47:cmake-2.8.11-cuda-fix
12 years ago
Vladislav Vinogradov
bcf8bdb401
fixed constructors for functional objects (added __host__ modifier)
12 years ago
Vladislav Vinogradov
ff28bf831f
disabled samples with driver api
12 years ago
Vladislav Vinogradov
58e472754a
fixed norm diff function (it uses pre-allocated buffer now)
12 years ago
Vladislav Vinogradov
0521e8908c
fixed NPP error constants usage
12 years ago
Vladislav Vinogradov
09a7e86a39
fixed NPP library search (it was splitted)
12 years ago
Vladislav Vinogradov
013581f371
fixed GPU module compialtion with CMake 2.8.11
...
CMake 2.8.11 removed linkage with CUDA driver library,
but it's used by gpu video encoding/decoding
12 years ago