Alexander Smorkalov
eb189713ae
Issue #2431 OpenCV Manager UI crashes at start fixed.
...
Data rase in OpenCV Manager connection fixed.
13 years ago
Evgeny Talanin
bd4620f04e
#2408 patch apply (see pull request at https://github.com/Itseez/opencv/pull/33 )
13 years ago
Vadim Pisarevsky
43e3b83832
fixed potential memory buffer corruption in StereoSGBM (patch #2203 )
13 years ago
Evgeny Talanin
8528b0abcd
#1941 fix
13 years ago
Vadim Pisarevsky
56d3cad326
enabled odd size in DFT_COMPLEX_OUTPUT test
13 years ago
niko
97156897b2
format files to ANSI C style with coolformat
...
change the download channels to oclchannles()
fix bugs of arithm functions
perf fix of bilateral
bug fix of split test case
add build_warps functions
13 years ago
Vsevolod Glumov
69fbc6102c
Fixed an issue with 'how_to_scan_images.cpp' tutorial code. Issue #2259
13 years ago
Vsevolod Glumov
1f21b96b9d
Fixed the formulas, based on issue #2145
13 years ago
Vadim Pisarevsky
37ad10bf0d
fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223 )
13 years ago
Vadim Pisarevsky
63c9412922
enable huge value range in highgui sliders on Windows (patch #941 )
13 years ago
Anatoly Baksheev
1d68850cb2
Added CUDA fast math flag
13 years ago
Andrey Kamaev
354b77e2e1
Applied fix from bug #2324 : ocv_list_unique makes for incorrect linking
13 years ago
Andrey Kamaev
d6a8753124
Remove second argument from VideoCapture_Reading perf test
13 years ago
Andrey Kamaev
d40083a926
Add concurrency test for solvePnPRansac
13 years ago
Andrey Kamaev
423837ddae
Restore theRNG seed reset on test SetUp as it is still needed
13 years ago
Vadim Pisarevsky
0e314163e5
fixed INT64_C & UINT64_C definitions (patch #2033 )
13 years ago
Oleg Sklyarov
2f4e8ee73e
Merge branch 'master' of git://code.opencv.org/opencv
13 years ago
Oleg Sklyarov
3f61b9792b
fixed bug #2407 : run.py now understands android device names with spaces
13 years ago
Vladislav Vinogradov
a008d6fc17
fixed bug #2425 : Concurrent convolutions with streams
13 years ago
Vadim Pisarevsky
9368aa9f7b
Merge remote-tracking branch 'origin/master'
13 years ago
Vadim Pisarevsky
e80cbbb101
fixed C= detection script
13 years ago
marina.kolpakova
b28acfc12e
add GPU module specific command line arguments
13 years ago
marina.kolpakova
f88be98ec4
print information message about target device for GPU module tests
13 years ago
marina.kolpakova
715a0032e0
add sanity checks into the denoising gpu performance tests
13 years ago
marina.kolpakova
45190aea47
add sanity checks into the features2d gpu performance tests
13 years ago
marina.kolpakova
2243645d36
add sanity checks into the objdetect gpu performance tests
13 years ago
marina.kolpakova
3de2023c61
add sanity checks into the calib3d gpu performance tests
13 years ago
marina.kolpakova
dce323a67b
add sanity checks into the video gpu performance tests
13 years ago
marina.kolpakova
d7ef6f078f
temporarily disable HoughLines test
13 years ago
marina.kolpakova
3dbfde421c
add sanity checks into the matop gpu performance tests
13 years ago
marina.kolpakova
2a277fb777
add sanity checks into the filters gpu performance tests
13 years ago
marina.kolpakova
1e344d7eba
add sanity checks into the imgproc gpu performance tests
13 years ago
marina.kolpakova
e46e928429
add sanity checks in core gpu pefrormance tests
13 years ago
marina.kolpakova
f5d6367ea1
GPU module performance tests are aligned with other OpenCV pefrofmance tests
13 years ago
marina.kolpakova
10f1004465
move GPU utiluty functions in utility.cpp
13 years ago
marina.kolpakova
a9ab26f799
main.cpp moved to perf_main.cpp
13 years ago
Vladislav Vinogradov
ece77e3930
fixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate
13 years ago
Vadim Pisarevsky
e625d86485
added C= support; modified threading logic in threshold
13 years ago
Daniil Osokin
1516a6169a
fixed one more msvc warning in tbb kmeans
13 years ago
Daniil Osokin
cc2d12b3e6
fixed msvc warning in tbb kmeans
13 years ago
Alexander Smorkalov
a91de25f10
Build fix after issue #2284 fix.
13 years ago
Alexander Smorkalov
9ad5fd709b
Fixed Javadoc problems with ">" and "<" symbols.
13 years ago
Andrey Kamaev
006a4ba529
Fix gcc build error introduced in a9f36df
13 years ago
Andrey Kamaev
cabddaeb4f
Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."
...
This reverts commit 36135fc59d
.
13 years ago
daniil.osokin
e83ff354bd
added TBB for kmeans (patch #1261 : thanks to Boris Mansencal)
13 years ago
daniil.osokin
a245161de6
added perf test for kmeans
13 years ago
Alexander Smorkalov
36135fc59d
Issue #2035 Calling cv::namedWindow crashes on Android fixed.
...
Window-related functions is guarded from calls from application code.
Old implementations with "no-gui" exception are stell compiled and linked to OpenCV library for binary compatibility.
13 years ago
Alexander Smorkalov
306ed9801a
Issue #2284 BaseLoaderCallback requires use of Activity fixed.
13 years ago
Andrey Kamaev
a9f36dfcfe
Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore
13 years ago
Andrey Kamaev
56b27bcc7e
Fix inconsistent argument type in HammingLUT distance (flann)
...
this fixes 64-bit MSVC warning
13 years ago