Alexander Smorkalov
c0d76ef984
driver_api_stereo_multi sample reworked to use parallel_for_ instead of parallel_do
10 years ago
Alexander Smorkalov
72063bf136
parallel_do replaced with parallel_for_ in driver_gpu_multi sample.
10 years ago
Alexander Smorkalov
091c7a3821
OpenGL interop sample reworked not ot use cvconfig.h
10 years ago
Alexander Smorkalov
e02418e904
parallel_do replaced by parallel_for_ in gpu/multi.cpp sample to get rid of cvconfig.h
10 years ago
Alexander Smorkalov
840088e021
Get rid of cvconfig.h in Latent SVM samples. Use common OpenCV parallel framework instead of direct TBB calls.
10 years ago
Vadim Pisarevsky
a5969aec96
Merge pull request #3534 from taka-no-me:build_fixes
10 years ago
Vadim Pisarevsky
b01cdf28ca
Merge pull request #3543 from MatMoore:2.4
10 years ago
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
Andrey Kamaev
7ec6d8a336
Fix Android build with the most resent android.toolchain.cmake
10 years ago
Andrey Kamaev
c105b72945
Assorted fixes:
...
* cmake CMP0054 and CMP0045
* aarch64 build
* portable code options in PCH cmake
* some of gcc 4.9 warnings
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
Mat Moore
1386489f41
Minor grammar improvements to documentation
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