grundman
5772cb52e3
Update imgwarp.cpp
...
Check for identity resize => use copy instead (1.37 ms -> 0.07 ms on 720p)
10 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.
10 years ago
ausentso
9abdf39c90
added test for goodFeaturesToTrack;
10 years ago
Teng Cao
efacf7b6de
Update haarfeatures.cpp
10 years ago
Teng Cao
8a36402ec0
Update haarfeatures.cpp
10 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
10 years ago
Vadim Pisarevsky
7172c16435
Merge pull request #5717 from jet47:cuda-maxwell-fixes
10 years ago
Vadim Pisarevsky
d19897b734
Merge pull request #5651 from hoangviet1985:fix_solvePoly_3.0.0
10 years ago
Vadim Pisarevsky
d4245aa45c
Merge pull request #5704 from sturkmen72:patch-3
10 years ago
Vadim Pisarevsky
0886f6fe62
Merge pull request #5733 from teng88:patch-3
10 years ago
Vadim Pisarevsky
6423b366eb
Merge pull request #5731 from teng88:patch-1
10 years ago
Vadim Pisarevsky
54c1637ba1
Merge pull request #5743 from mshabunin:hal_extend
10 years ago
Alexander Alekhin
4448cbffd2
Merge pull request #5747 from Sethur:patch-1
10 years ago
Vadim Pisarevsky
be8ca7ad81
Merge pull request #5751 from mikanbako:fix-document
10 years ago
Keita Kita
1621043bd2
Add documentation about detail of image type
...
connectedComponents and connectedComponentsWithStats in
imgproc accept 8-bit single channel image only for input.
10 years ago
songyuncen
b81598bc03
try to fix : enclosing circle always larger than 1.0
...
issue #5745
10 years ago
Sethur
c68d15bebe
Fixed duplicate PATH in TBB_DEFAULT_INCLUDE_DIRS
10 years ago
Suleyman TURKMEN
8418d564a8
Documentation patch for cv::mixChannels
10 years ago
Maksim Shabunin
0e5c710757
Fix documentation warning
10 years ago
Maksim Shabunin
5c5d0e6743
Fixed NEON compilation issue
10 years ago
Maksim Shabunin
5473dbebed
Fixed some build issues
10 years ago
Maksim Shabunin
b5d6d7016c
Merge pull request #5741 from PolarNick239:master
10 years ago
Maksim Shabunin
98f5fcd86e
HAL: fixed header path
10 years ago
Maksim Shabunin
b4bcdd10a1
HAL: improvements
...
- added new functions from core module: split, merge, add, sub, mul, div, ...
- added function replacement mechanism
- added example of HAL replacement library
10 years ago
Alexander Alekhin
e8742be30b
Merge pull request #5742 from GabrieleDalmazzone:GabrieleDalmazzone-patch-1
10 years ago
Maksim Shabunin
681df84036
Merge pull request #5720 from asmorkalov:as/cuda_qnx
10 years ago
Nikolay Polyarniy
8026824563
ts module: includes moved out from cvtest namespace
10 years ago
Dominik Kleiser
0ba66aa5b9
Merge remote-tracking branch 'origin/master' into angle_unit
10 years ago
Alexander Alekhin
d5894ef2a8
Merge pull request #5572 from paroj:nov4l1
10 years ago
Dominik Kleiser
0c471515fd
use float for CV_PI
10 years ago
Dominik Kleiser
c7cb028035
use floats for the calculation
10 years ago
Alexander Alekhin
8d921129a7
Merge pull request #5725 from alalek:ippicv_update_20151201
10 years ago
Dominik Kleiser
767bae44ae
Fix the unit of angle for AKaze/Kaze KeyPoints
...
Convert the return value of getAngle from radian to degrees.
10 years ago
Teng Cao
07a58c47cb
Update cascadeclassifier.cpp
...
minor fix since predict() returun int
10 years ago
Alexander Alekhin
84f9578fbb
ippicv: update 20151201 (9.0.1)
10 years ago
teng88
8562bb7092
Update cascadeclassifier.cpp
...
minor fix since predict() returun int
10 years ago
Alexander Alekhin
38bbfe0bb8
Merge pull request #5727 from lupustr3:pvlasov/ipp_warnings_fix
10 years ago
Pavel Vlasov
2b27f7dbb3
Fixed warnings for IPP9+ build;
10 years ago
GabrieleDalmazzone
5a72be08fd
Race condition bug-fix in hog.cu
...
See https://github.com/Itseez/opencv/issues/5721
COMMENTS:
* The second __syncthreads() is necessary, I am sure of that.
* The code works without the first __syncthreads() too, but I have however added it for symmetry. Anyway it doesn't affect time performances, I have checked it with some profiling with nvvp
10 years ago
Alexander Alekhin
a0f8645541
Merge pull request #5708 from comdiv:#5707
10 years ago
Alexander Alekhin
8524d46fee
Merge pull request #5633 from mshabunin:doc-mser
10 years ago
Alexander Alekhin
e860ed7689
Merge pull request #5714 from ajbernal:OCL_HOG_Fix
10 years ago
Alexander Smorkalov
53ed1a8c03
Build fix for QNX 6.6 neitrino.
10 years ago
Vladislav Vinogradov
1bef1b8d16
disable sanity tests for AlphaComp and PyrLKOpticalFlowDense
10 years ago
Vladislav Vinogradov
2b26094cf5
increase epsilons in some tests:
...
* MulSpectrums
* StereoConstantSpaceBP
* BruteForceNonLocalMeans
10 years ago
Vladislav Vinogradov
2afb02fcb4
fix BORDER_WRAP processing on Maxwell generation
10 years ago
Alexander Smorkalov
4d598719da
Merge pull request #5713 from ilya-lavrenov:lintian
10 years ago
Ariel Bernal
5c8683139f
Fix for #5710 . OpenCL HOG Object detect assigns the wrong SIMD size.
...
In oder to guarantee SIMDness between the two compilation steps we choose the
highest SIMD size that is optimized in the kernel for the first step.
10 years ago
Ilya Lavrenov
130d4b1bdf
added suppression for python-script-but-no-python-dep
10 years ago
Pavel Rojtberg
16fcd78f03
add sampson distance error measure
...
the first order approximation of the geometric error
10 years ago