Vadim Pisarevsky
ba84eb58f2
Merge pull request #3545 from jet47:gpu-match-template-tests
10 years ago
Vladislav Vinogradov
d00f36ec75
fix tests for gpu::matchTemplate:
...
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
10 years ago
Roman Donchenko
1ed22204c8
Merge pull request #3506 from doltac:typofix
10 years ago
Roman Donchenko
034ff3ce13
Merge pull request #3497 from SpecLad:fs-open-fail-leak
10 years ago
Roman Donchenko
08da247a87
cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed...
...
... before any exceptions occur.
10 years ago
Vadim Pisarevsky
63bc4d4b7f
Merge pull request #3471 from HelenWong:FixBug3714
10 years ago
Vadim Pisarevsky
cc024d3ef2
Merge pull request #3484 from euphrat:gmg_update_fix
10 years ago
Vadim Pisarevsky
20d957d212
Merge pull request #3511 from mattip:2.4
10 years ago
Vadim Pisarevsky
03df7831ab
Merge pull request #3514 from mshabunin:compat-24
10 years ago
Vadim Pisarevsky
2425dac9a1
Merge pull request #3500 from StevenPuttemans:fix_2432_2.4
10 years ago
Vadim Pisarevsky
9071598a65
Merge pull request #3515 from StevenPuttemans:fix_FeatureDetector_docs
10 years ago
Roman Donchenko
16ce114e0c
Fix memory leaks appearing when cvOpenFileStorage throws
10 years ago
Vadim Pisarevsky
183454a723
Merge pull request #3522 from ilya-lavrenov:update_android_toolchain_cmake
10 years ago
Ilya Lavrenov
ba612fc9bd
update android.toolchain.cmake
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago
Vadim Pisarevsky
241991c677
Merge pull request #3498 from ilya-lavrenov:omp
10 years ago
Vadim Pisarevsky
4ef03ccbe1
Merge pull request #3449 from Ashod:2.4_highgui_trackbar_improvements
10 years ago
StevenPuttemans
73d1ea9a52
fix bug 2432 for 2.4 branch
10 years ago
StevenPuttemans
db9a0cfbc0
add extra to FeatureDetector docs
10 years ago
mattip
ff7ea605ef
export thread control to generated wrappers
10 years ago
doltac
6cc5959356
Fixed typos in latentSVM detector demo.
10 years ago
Ilya Lavrenov
ce81433aff
ability to enable OpenMP simultaneously with other parallel framework
10 years ago
Ashod Nakashian
63c49be487
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
10 years ago
Vadim Pisarevsky
4f82b3588a
Merge pull request #3480 from mshabunin:python-test-24
10 years ago
Vadim Pisarevsky
3481c1caec
Merge pull request #3488 from jeremyhu:PR-4048
10 years ago
Jeremy Huddleston Sequoia
35f96d6da7
Fix tautologies in calibfilter.cpp which cause a build failure when using -Werror=address with clang-3.5
...
http://code.opencv.org/issues/4048
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
10 years ago
Firat Kalaycilar
2bda7aaf61
minor fix to make "updateBackgroundModel=false" option meaningful.
10 years ago
Maksim Shabunin
3212dd5465
Python test: new options provide local test data paths
10 years ago
HelenWong
ec57a938c0
Fix#3714:Improve Display Image Tutorial
...
For Bug #3714 , user use the imshow() function without calling
namedWindow() properly, because user did not know the implicit rule for
imshow(). (i.e. without calling namedWindow implied calling namedWindow(
,CV__WINDOW_AUTOSIZE).
Improve the Display Image Tutorial to educate the user for such implied
rule.
Put a note on documentation for Bug#3714
Revise the documentation regarding to imshow() function to better
educate the user the implicit rule. (i.e. without creating the window
before the imshow() function is the same as creating AUTOSIZE window)
10 years ago
Vadim Pisarevsky
c5b6c0456d
Merge pull request #3445 from jet47:get-rid-of-cuda-h
10 years ago
Vadim Pisarevsky
1b73530b75
Merge pull request #3447 from a-wi:Fill_ellipse_arc
10 years ago
Artur Wieczorek
7512b5fdde
Fix determining bounding box of the edge collection in FillEdgeCollection().
...
There is necessary to account also x-ccordinate of the end of the edge when determining bounding box of the edge collection.
10 years ago
Vladislav Vinogradov
eeb997261d
get rid of cuda.h usage
10 years ago
Vadim Pisarevsky
3dd1afe4ec
Merge pull request #3433 from StevenPuttemans:fix_whitebalance_naming
10 years ago
StevenPuttemans
f151b1d277
fix wrong property name and corresponding documentation
10 years ago
Vadim Pisarevsky
047b1ca457
Merge pull request #3419 from samyak-268:2.4
10 years ago
Vadim Pisarevsky
8ebd474c0e
Merge pull request #3425 from StevenPuttemans:fix_firewire_buffersize
10 years ago
Vadim Pisarevsky
9086d6a230
Merge pull request #3427 from tstellarAMD:2.4-farneback-crash-fix
10 years ago
StevenPuttemans
d9164bdd4c
added extra BUFFERSIZE doc and getter
10 years ago
Tom Stellard
42b1bd56cc
ocl: Move static oclMat variables into FarnebackOpticalFlow class
...
Move some static functions into the FarnebackOpticalFlow class as well,
so they can access these new class variables.
oclMat objects cannot be declared statically, because their destructor
depends on the statically defined __module variable from cl_context.cpp.
Since statically defined variables in separate compilation units have
an undefined destruction order there is always the possibility the
__module will be destructed before an oclMat object, which results
in a segfault.
10 years ago
Vadim Pisarevsky
eedde323ce
Merge pull request #3421 from SpecLad:ncv-algorithm
10 years ago
Roman Donchenko
da6a38f9f6
NCV.cu: include <algorithm>
...
It's needed for std::max.
10 years ago
Vadim Pisarevsky
92e08c9863
Merge pull request #3412 from StevenPuttemans:ieee1934_camera_set_params
10 years ago
Vadim Pisarevsky
773e621190
Merge pull request #3414 from SpecLad:vg-stereogc
10 years ago
Alexander Alekhin
d2f19a3a0d
Merge pull request #3418 from tstellarAMD:2.4-hog-crash-fix
10 years ago
Samyak Datta
a3f05474c9
C++ sample code to detect facial features
10 years ago
Maksim Shabunin
2d8673197c
Merge pull request #3417 from ilya-lavrenov:dox_warn
10 years ago
Ilya Lavrenov
d8ca61b01b
attemp to fix dox warning
10 years ago
Tom Stellard
ec335b7398
ocl: Fix crash during destruction of gauss_w_lut object in hog.cpp
...
gauss_w_lut is a statically defined variable of type oclMat. The oclMat
destructor calls openCLFree() which via getInitializationMutex() accesses
the __module variable which has been statically defined in cl_context.cpp
Since the destruction order of statically defined variables in different
compilation units is undefined, it is possible that __module will
be destructed before gauss_w_lut, which would result in a segfault when
getInitializationMutex() is called while destructing gauss_w_lut.
In order to avoid this issue, we need to make gauss_w_lut a private
member of the HOGDescriptors class so we know it will be destroyed
before __module.
10 years ago
Roman Donchenko
7d8e5f623a
Fix uninitialized memory reads and memory leaks in StereoGC
10 years ago