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
2012-10-11 16:22:47 +08:00
Vadim Pisarevsky
37ad10bf0d
fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223 )
2012-10-11 00:53:43 +04:00
Vadim Pisarevsky
63c9412922
enable huge value range in highgui sliders on Windows (patch #941 )
2012-10-10 23:05:15 +04:00
Andrey Kamaev
354b77e2e1
Applied fix from bug #2324 : ocv_list_unique makes for incorrect linking
2012-10-10 19:40:55 +04:00
Andrey Kamaev
d6a8753124
Remove second argument from VideoCapture_Reading perf test
2012-10-10 19:40:19 +04:00
Andrey Kamaev
d40083a926
Add concurrency test for solvePnPRansac
2012-10-10 18:23:11 +04:00
Andrey Kamaev
423837ddae
Restore theRNG seed reset on test SetUp as it is still needed
2012-10-10 18:07:03 +04:00
Vadim Pisarevsky
0e314163e5
fixed INT64_C & UINT64_C definitions (patch #2033 )
2012-10-10 17:27:32 +04:00
Oleg Sklyarov
2f4e8ee73e
Merge branch 'master' of git://code.opencv.org/opencv
2012-10-10 17:05:29 +04:00
Oleg Sklyarov
3f61b9792b
fixed bug #2407 : run.py now understands android device names with spaces
2012-10-10 16:59:00 +04:00
Vladislav Vinogradov
a008d6fc17
fixed bug #2425 : Concurrent convolutions with streams
2012-10-10 16:55:16 +04:00
marina.kolpakova
b28acfc12e
add GPU module specific command line arguments
2012-10-10 16:13:25 +04:00
marina.kolpakova
f88be98ec4
print information message about target device for GPU module tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
715a0032e0
add sanity checks into the denoising gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
45190aea47
add sanity checks into the features2d gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
2243645d36
add sanity checks into the objdetect gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
3de2023c61
add sanity checks into the calib3d gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
dce323a67b
add sanity checks into the video gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
d7ef6f078f
temporarily disable HoughLines test
2012-10-10 16:13:25 +04:00
marina.kolpakova
3dbfde421c
add sanity checks into the matop gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
2a277fb777
add sanity checks into the filters gpu performance tests
2012-10-10 16:13:25 +04:00
marina.kolpakova
1e344d7eba
add sanity checks into the imgproc gpu performance tests
2012-10-10 16:13:24 +04:00
marina.kolpakova
e46e928429
add sanity checks in core gpu pefrormance tests
2012-10-10 16:13:24 +04:00
marina.kolpakova
f5d6367ea1
GPU module performance tests are aligned with other OpenCV pefrofmance tests
2012-10-10 16:13:24 +04:00
marina.kolpakova
10f1004465
move GPU utiluty functions in utility.cpp
2012-10-10 16:13:24 +04:00
marina.kolpakova
a9ab26f799
main.cpp moved to perf_main.cpp
2012-10-10 16:13:24 +04:00
Vladislav Vinogradov
ece77e3930
fixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate
2012-10-10 16:07:07 +04:00
Vadim Pisarevsky
e625d86485
added C= support; modified threading logic in threshold
2012-10-10 15:36:32 +04:00
Daniil Osokin
1516a6169a
fixed one more msvc warning in tbb kmeans
2012-10-10 14:53:29 +04:00
Daniil Osokin
cc2d12b3e6
fixed msvc warning in tbb kmeans
2012-10-10 14:35:28 +04:00
Alexander Smorkalov
9ad5fd709b
Fixed Javadoc problems with ">" and "<" symbols.
2012-10-10 13:31:03 +04:00
Andrey Kamaev
006a4ba529
Fix gcc build error introduced in a9f36df
2012-10-10 13:24:49 +04:00
Andrey Kamaev
cabddaeb4f
Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."
...
This reverts commit 36135fc59d
.
2012-10-10 13:24:49 +04:00
daniil.osokin
e83ff354bd
added TBB for kmeans (patch #1261 : thanks to Boris Mansencal)
2012-10-10 12:51:12 +04:00
daniil.osokin
a245161de6
added perf test for kmeans
2012-10-10 12:51:11 +04:00
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.
2012-10-10 12:40:36 +04:00
Alexander Smorkalov
306ed9801a
Issue #2284 BaseLoaderCallback requires use of Activity fixed.
2012-10-10 11:44:01 +04:00
Andrey Kamaev
a9f36dfcfe
Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore
2012-10-10 02:32:47 +04:00
Andrey Kamaev
56b27bcc7e
Fix inconsistent argument type in HammingLUT distance (flann)
...
this fixes 64-bit MSVC warning
2012-10-10 00:31:22 +04:00
Vadim Pisarevsky
044d38a051
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
2012-10-09 22:38:04 +04:00
Vadim Pisarevsky
e365726c4a
fixed example of iteration through a SparseMat (bug #2310 )
2012-10-09 22:16:57 +04:00
Vadim Pisarevsky
a09c88ab16
added Asus Xtion QVGA modes to the OpenNI backend (patch #1753 )
2012-10-09 22:01:43 +04:00
Vadim Pisarevsky
89de0bebd8
Merge remote-tracking branch 'origin/master'
2012-10-09 21:52:56 +04:00
Vadim Pisarevsky
3243ad3483
applied patch #1473 (timestamp retrieval in OpenNI)
2012-10-09 21:52:41 +04:00
Andrey Kamaev
0afd51253d
Add else branch to previous fix
2012-10-09 20:34:10 +04:00
Andrey Kamaev
34bfda10ca
Fix regression in core arithmetic
2012-10-09 20:25:36 +04:00
Andrey Kamaev
8ebd04cbf9
Fix sanity checks in highgui module
2012-10-09 19:39:03 +04:00
Andrey Kamaev
4a53199e7a
Quiet logs in stitching module
2012-10-09 19:28:15 +04:00
Andrey Kamaev
7cc67701a6
Add sanity checks to stitching perf tests
2012-10-09 19:17:58 +04:00
Andrey Kamaev
39d6eb7312
Add sanity check support for vector<DMatch>
2012-10-09 19:17:58 +04:00