Roman Donchenko
aea96e98bb
Merge pull request #1001 from ivan-korolev:fix_stitching_bug_2405
12 years ago
Ivan Korolev
58fa401b4d
Fixed a bug #2405
12 years ago
Andrey Pavlenko
b84296c02e
Merge pull request #998 from asmorkalov:android_cmake_mips_fix
12 years ago
Roman Donchenko
8fa1e756e2
Merge pull request #993 from ivan-korolev:fix_videostab_bug_3023
12 years ago
Roman Donchenko
533d4fe051
Merge pull request #988 from snosov1:3071-fix
12 years ago
Roman Donchenko
b725cbf73f
Merge pull request #986 from pengx17:2.4_initiated_context
12 years ago
Roman Donchenko
5bb6d36684
Merge pull request #982 from pengx17:2.4_fix_two_bugs
12 years ago
Roman Donchenko
462047d1e4
Merge pull request #981 from SeninAndrew:ximea_camera_support_fix
12 years ago
Alexander Smorkalov
80f6ede233
Fix build problems on MIPS and Linaro NDK.
...
Merged android.toolchain.cmake from project
https://github.com/taka-no-me/android-cmake
commit: fd1f7055f8b7338644d58d9a2015a784dfa3a5ca
12 years ago
Roman Donchenko
7aac543570
Merge pull request #991 from asmorkalov:android_javadoc_fix
12 years ago
Ivan Korolev
de4c3f0178
Fixed a bug related to video stabilization crashes with a blank video (Bug #3023 )
12 years ago
Alexander Smorkalov
83e9b0a87a
Javadoc waring fix.
12 years ago
Sergei Nosov
982ef83f80
Fixes bug #3071 .
...
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
12 years ago
peng xiao
5fd724b54a
Add a function to query if global OpenCL context is initialized.
12 years ago
Peng Xiao
d9ab22e4ed
Fix two bugs related to opencl context.
...
1. As getDevice will implicitly call setDevice, in getContext we should not need to call it again.
2. Fix an incorrect type casting.
12 years ago
Andrew Senin
8eb6decb25
Fixed Ximea cameras support
12 years ago
Roman Donchenko
98f6a4a615
Merge pull request #972 from jet47:mog2-params-bug-2168
12 years ago
Roman Donchenko
a4ecd32176
Merge pull request #980 from SpecLad:include-config
12 years ago
Roman Donchenko
572cfc99a8
Merge pull request #973 from pengx17:2.4_oclclahe
12 years ago
Roman Donchenko
3af21cad4c
Merge pull request #903 from aks2:2.4
12 years ago
Roman Donchenko
a75fbb0031
Merge pull request #968 from asmorkalov:android_na_cproj_fix
12 years ago
Roman Donchenko
d583a79869
Revert "Add a variant of detectMultiScale with an argument 'weights'"
...
It was merged by mistake.
This reverts commit ab6be9b7b7
.
12 years ago
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
Peng Xiao
1d8cd3a717
Add ocl CLACH implementation.
...
Test cases (accuracy and performance) are provided.
12 years ago
Vladislav Vinogradov
99a5b3417a
added missing BackgroundSubtractorMOG2 parameters
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
Alexander Smorkalov
a39a9f677f
NativeActivity sample build with Eclipse CDT fixed.
12 years ago
Andrey Pavlenko
264d26e671
fixing empty Mat case
12 years ago
Roman Donchenko
33d1f67501
Include the OpenCV config headers into every module.
...
This has no bearing on compilation, but it makes them show up in IDEs.
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