Vadim Pisarevsky
d2e169929c
Merge pull request #5767 from dtmoodie:cpu_mat_memory_allocator
9 years ago
Vadim Pisarevsky
bb4b4acce5
Merge pull request #5776 from alalek:checkRange_fixes
9 years ago
Vadim Pisarevsky
bfe5ed23cd
Merge pull request #5657 from tianzhi0549:fixed-the-type-inconsistent-with-document
9 years ago
Vadim Pisarevsky
a0f6cd8df5
Merge pull request #5362 from Dikay900:cascade_reject_stage
9 years ago
Vadim Pisarevsky
6ead99985f
Merge pull request #4086 from IgnasD:cameraMat_five-point
9 years ago
Alexander Alekhin
5aa4b74115
Merge pull request #5723 from dtmoodie:win_gst
9 years ago
Vadim Pisarevsky
3c8bd19e56
Merge pull request #5309 from paroj:sampsonDist
9 years ago
Vadim Pisarevsky
5d6292fc97
Merge pull request #5675 from paroj:fisheyecalib
9 years ago
Alexander Alekhin
b26580cc7b
checkRange fixes
...
1) fix multichannel support
2) remove useless bad_value, read value from original Mat directly
3) add more tests
4) fix docs for cvCeil and checkRange
9 years ago
Dan
46ec9c386b
Gstreamer 1.0 on windows.
9 years ago
Vadim Pisarevsky
8e67f0ba84
Merge pull request #5774 from mshabunin:coverity_fixes
9 years ago
Vadim Pisarevsky
05531cd7c4
Merge pull request #5768 from cbalint13:kaze_akaze
9 years ago
Vadim Pisarevsky
919fc443fb
Merge pull request #5770 from emiswelt:master
9 years ago
Vadim Pisarevsky
35d4f998fd
Merge pull request #5748 from songyuncen:fix#5745
9 years ago
Maksim Shabunin
2cda78ffac
Valgrind: fixed uninitialized image usage in descriptors regression tests
9 years ago
Maksim Shabunin
832a03821d
Valgrind: do not use uninitialized data in optflow
9 years ago
Maksim Shabunin
4a294775da
Coverity: fixed uninitialized field in ExifReader
9 years ago
Maksim Shabunin
a9607c8531
Coverity: fixed uninitialized fields in test_goodfeaturetotrack
9 years ago
Maksim Shabunin
a921761d18
Coverity: memory leak in OpenEXR reader
9 years ago
Maksim Shabunin
f814218640
Coverity: uninitialized fields in Stitcher
9 years ago
Maksim Shabunin
715887fcd5
Coverity: fixed some negative argument issues
9 years ago
Maksim Shabunin
fc641e2bde
Coverity: uninitialized values in ExifEntry_t structure
9 years ago
Vadim Pisarevsky
6dd5e7749b
Merge pull request #5773 from GregoryMorse:master
9 years ago
Gregory Morse
bcf78daed2
Update CMakeLists.txt
...
WinRT parallels library is causing conflicts in VC++ due to inconsistent usage with C++/CX which is now present in parallels.cpp. This support should be included in all projects with WinRT specific code except if doing special native C++ tasks.
9 years ago
Gregory Morse
1ab7acf015
Update CMakeLists.txt
...
Fix C++/CX support for all WINRT and bring back native-mode only support which was removed
9 years ago
songyuncen
02bb287802
Merge remote-tracking branch 'origin/fix#5745' into fix#5745
9 years ago
songyuncen
9d8118dee5
build failed, trailing whitespace.
9 years ago
emiswelt
2e9ef3f9e3
Changed parameter order of cv::stereoRectify in documentation,
...
so it matches the code.
9 years ago
Balint Cristian
0087c57e0d
Fix KAZE/AKAZE descriptors to use angle instead radians.
9 years ago
Vadim Pisarevsky
d6f8a75e91
Merge pull request #5230 from PhilLab:patch-4
9 years ago
Dan
237f33d4f0
nullptr -> NULL
9 years ago
Vadim Pisarevsky
a15707bc57
Merge pull request #5765 from alalek:pthread_mutex_init
9 years ago
Vadim Pisarevsky
9d624f82c0
Merge pull request #5670 from askourik:opencv_agast_tree
9 years ago
songyuncen
893fa4cf84
build failed, trailing whitespace.
9 years ago
Dan
76760470f3
Cherry pick failed to grab interface changes.
9 years ago
Dan Moodie
4f373a4284
Clarified default allocator interface.
...
Conflicts:
modules/core/src/matrix.cpp
9 years ago
songyuncen
e0b7389dc3
remove compile warnings in shapedescr.cpp
9 years ago
songyuncen
a69eeb6b1f
change the algorithm of minimum enclosing circle with EMO Welzl's method
9 years ago
Vadim Pisarevsky
5d5cf32e22
Merge pull request #5758 from eladj:py_tutorial_hdr
9 years ago
Vadim Pisarevsky
0de6165863
Merge pull request #5660 from jet47:cuda-wrap-stream-3.0
9 years ago
Vadim Pisarevsky
9c0a5523e4
Merge pull request #5757 from alalek:merge-2.4
9 years ago
Vadim Pisarevsky
6c4232dcf3
Merge pull request #5755 from teng88:patch-4
9 years ago
Alexander Alekhin
78376c0f63
pthreads: remove usage of non-POSIX PTHREAD_RECURSIVE_MUTEX_INITIALIZER* defines
...
related issues: #5423 #5476
9 years ago
Vadim Pisarevsky
ffe0631518
Merge pull request #5735 from Astero92:angle_unit
9 years ago
Vadim Pisarevsky
f95203e93f
Merge pull request #5759 from grundman:patch-1
9 years ago
Maksim Shabunin
387935e94c
Merge pull request #5756 from mshabunin:smooth_neon_fix
9 years ago
Maksim Shabunin
878ec080c7
Merge pull request #3540 from AlexanderUsentsov:good_feature
9 years ago
Alexander Alekhin
d86d8ed909
Merge 2.4 into master
...
PR #2968 : cce2d99
8578f9c
Fixed bug which caused crash of GPU version of feature matcher in stitcher
The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.
PR #3236 : 5947519
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.
PR #3190
fix blobdetector
PR #3562 (part): 82bd82e
TBB updated to 4.3u2. Fix for aarch64 support.
PR #3604 (part): 091c7a3
OpenGL interop sample reworked not ot use cvconfig.h
PR #3792 : afdf319
Add -L for CUDA libs path to pkg-config
Add all dirs from CUDA_LIBS_PATH as -L linker options to
OPENCV_LINKER_LIBS. These will end up in opencv.pc.
PR #3893 : 122b9f8
Turn ocv_convert_to_lib_name into a function
PR #5490 : ec5244a
fixed memory leak in findHomography tests
PR #5491 : 0d5b739
delete video readers
PR #5574
PR #5202
9 years ago
Florent
056a111788
Fixed histogram substraction bug with NEON instructions (arguments in wrong order).
9 years ago
Elad Joseph
a87ae5910f
fixed whitespace
9 years ago