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
grundman
2f0a598ac8
Update imgwarp.cpp
...
github editor does not show white space and inserts one for you ... great combination
9 years ago
Elad Joseph
eaa573f56a
fixed whitespace
9 years ago
grundman
5772cb52e3
Update imgwarp.cpp
...
Check for identity resize => use copy instead (1.37 ms -> 0.07 ms on 720p)
9 years ago
Elad Joseph
421c922539
Add HDR tutorial to the python tutorials
...
Add py_hdr tutorial under py_tutorials\py_photo.
This tutorial is similar to the one which is given at the C++ tutorials.
9 years ago
ausentso
9abdf39c90
added test for goodFeaturesToTrack;
9 years ago
Teng Cao
efacf7b6de
Update haarfeatures.cpp
9 years ago
Teng Cao
8a36402ec0
Update haarfeatures.cpp
9 years ago
Teng Cao
d68c392b42
calculate innTilted only for Haar::ALL mode
...
major time consuming part for training app is in function fillPassedSamples for negatives,
this change make SetImage quicker, in a test of my own data, the total time for SetImage decrease from 9177666 to 5839263,
only help for Haar feature and non Haar::ALL mode which is the most commonly case
9 years ago
Vadim Pisarevsky
7172c16435
Merge pull request #5717 from jet47:cuda-maxwell-fixes
9 years ago
Vadim Pisarevsky
d19897b734
Merge pull request #5651 from hoangviet1985:fix_solvePoly_3.0.0
9 years ago
Vadim Pisarevsky
d4245aa45c
Merge pull request #5704 from sturkmen72:patch-3
9 years ago
Vadim Pisarevsky
6423b366eb
Merge pull request #5731 from teng88:patch-1
9 years ago
Vadim Pisarevsky
54c1637ba1
Merge pull request #5743 from mshabunin:hal_extend
9 years ago