Vadim Pisarevsky
|
8441cf700d
|
added function cv::findNonZero (patch #2205)
|
12 years ago |
Vadim Pisarevsky
|
d72cc06b96
|
fixed possibly inccorrect interval measurements in flann's timer (bug #1165). Note: this may break binary compatibility, but since the class is not wrapped in Java and not exposed in Windows API, for example (it's considered internal-use class for flann), the effect should be minimal
|
12 years ago |
Vadim Pisarevsky
|
354a5f2686
|
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
|
12 years ago |
Andrey Kamaev
|
821de96346
|
Adjust thresholds in sanity checks for batchDistance
|
12 years ago |
Andrey Kamaev
|
b8a67dc0e3
|
Adjust thresholds in sanity checks for calcOpticalFlowPyrLK
|
12 years ago |
Alexander Smorkalov
|
5a524bdfd7
|
Issue #1861 Improve Javadoc documentation fixed. Multiline code segments added to Javadoc.
|
12 years ago |
Andrey Kamaev
|
97640847c5
|
Add methods to sort keypoints and corresponding descriptors
|
12 years ago |
Andrey Kamaev
|
18295bc778
|
Improve performance tests failures formatting
|
12 years ago |
Andrey Kamaev
|
8f44f25f47
|
Fix AndroidManifest.xml generation for OpenCV Android library project (second attempt)
|
12 years ago |
Andrey Kamaev
|
7cb525d63f
|
Fix AndroidManifest.xml generation for OpenCV Android library project
|
12 years ago |
Andrey Kamaev
|
dc4a649513
|
Fix OS X build
|
12 years ago |
Andrey Kamaev
|
be98693aaf
|
Enable parallel CvtColorLoop for all platforms
|
12 years ago |
Andrey Kamaev
|
df94591336
|
Fix instability of Luv/Lab color conversions
|
12 years ago |
Vadim Pisarevsky
|
7ee6040192
|
enable Matx as Mat elements (bug #1705).
|
12 years ago |
Daniil Osokin
|
e435674a90
|
added perf test for gabor filter
|
12 years ago |
Daniil Osokin
|
f1e025dc68
|
delete normalization in gabor kernel #1995
|
12 years ago |
Evgeny Talanin
|
bd4620f04e
|
#2408 patch apply (see pull request at https://github.com/Itseez/opencv/pull/33)
|
12 years ago |
Vadim Pisarevsky
|
43e3b83832
|
fixed potential memory buffer corruption in StereoSGBM (patch #2203)
|
12 years ago |
Evgeny Talanin
|
8528b0abcd
|
#1941 fix
|
12 years ago |
Vadim Pisarevsky
|
56d3cad326
|
enabled odd size in DFT_COMPLEX_OUTPUT test
|
12 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
|
12 years ago |
Vadim Pisarevsky
|
37ad10bf0d
|
fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223)
|
12 years ago |
Vadim Pisarevsky
|
63c9412922
|
enable huge value range in highgui sliders on Windows (patch #941)
|
12 years ago |
Andrey Kamaev
|
354b77e2e1
|
Applied fix from bug #2324: ocv_list_unique makes for incorrect linking
|
12 years ago |
Andrey Kamaev
|
d6a8753124
|
Remove second argument from VideoCapture_Reading perf test
|
12 years ago |
Andrey Kamaev
|
d40083a926
|
Add concurrency test for solvePnPRansac
|
12 years ago |
Andrey Kamaev
|
423837ddae
|
Restore theRNG seed reset on test SetUp as it is still needed
|
12 years ago |
Vadim Pisarevsky
|
0e314163e5
|
fixed INT64_C & UINT64_C definitions (patch #2033)
|
12 years ago |
Oleg Sklyarov
|
3f61b9792b
|
fixed bug #2407: run.py now understands android device names with spaces
|
12 years ago |
Vladislav Vinogradov
|
a008d6fc17
|
fixed bug #2425 : Concurrent convolutions with streams
|
12 years ago |
marina.kolpakova
|
b28acfc12e
|
add GPU module specific command line arguments
|
12 years ago |
marina.kolpakova
|
f88be98ec4
|
print information message about target device for GPU module tests
|
12 years ago |
marina.kolpakova
|
715a0032e0
|
add sanity checks into the denoising gpu performance tests
|
12 years ago |
marina.kolpakova
|
45190aea47
|
add sanity checks into the features2d gpu performance tests
|
12 years ago |
marina.kolpakova
|
2243645d36
|
add sanity checks into the objdetect gpu performance tests
|
12 years ago |
marina.kolpakova
|
3de2023c61
|
add sanity checks into the calib3d gpu performance tests
|
12 years ago |
marina.kolpakova
|
dce323a67b
|
add sanity checks into the video gpu performance tests
|
12 years ago |
marina.kolpakova
|
d7ef6f078f
|
temporarily disable HoughLines test
|
12 years ago |
marina.kolpakova
|
3dbfde421c
|
add sanity checks into the matop gpu performance tests
|
12 years ago |
marina.kolpakova
|
2a277fb777
|
add sanity checks into the filters gpu performance tests
|
12 years ago |
marina.kolpakova
|
1e344d7eba
|
add sanity checks into the imgproc gpu performance tests
|
12 years ago |
marina.kolpakova
|
e46e928429
|
add sanity checks in core gpu pefrormance tests
|
12 years ago |
marina.kolpakova
|
f5d6367ea1
|
GPU module performance tests are aligned with other OpenCV pefrofmance tests
|
12 years ago |
marina.kolpakova
|
10f1004465
|
move GPU utiluty functions in utility.cpp
|
12 years ago |
marina.kolpakova
|
a9ab26f799
|
main.cpp moved to perf_main.cpp
|
12 years ago |
Vladislav Vinogradov
|
ece77e3930
|
fixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate
|
12 years ago |
Vadim Pisarevsky
|
e625d86485
|
added C= support; modified threading logic in threshold
|
12 years ago |
Daniil Osokin
|
1516a6169a
|
fixed one more msvc warning in tbb kmeans
|
12 years ago |
Daniil Osokin
|
cc2d12b3e6
|
fixed msvc warning in tbb kmeans
|
12 years ago |
Alexander Smorkalov
|
9ad5fd709b
|
Fixed Javadoc problems with ">" and "<" symbols.
|
12 years ago |