Alexey Spizhevoy
c9f9f38777
added gpu::sqrSum function
2010-12-13 14:34:02 +00:00
Vladislav Vinogradov
b18a3a5f83
fixed errors in StereoBeliefPropogation under linux
2010-12-13 13:52:40 +00:00
Anatoly Baksheev
070d87fb7f
fixed bug with prefilter_xsobel preset.
2010-12-13 13:42:35 +00:00
Alexey Spizhevoy
3997514b7c
added tests for gpu::sum, it supports all data types, but single channel images only
2010-12-13 12:00:58 +00:00
Vladislav Vinogradov
49ec8ba742
fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast.
...
changed buffer type in linear filters to float.
added support of 1 channel image to linear filters.
added support of BORDER_REFLECT101, BORDER_REPLICATE and BORDER_CONSTANT border type to gpu linear filters.
minor fix in tests.
update comments in gpu.hpp.
2010-12-13 08:43:04 +00:00
Vadim Pisarevsky
fcdce4edcb
fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency
2010-12-11 10:43:32 +00:00
Alexander Shishkov
e834a46ccf
moved failed tests to blacklists
...
"em", //ticket 754
2010-12-10 16:57:38 +00:00
Alexey Spizhevoy
d557c800a7
refactored gpu module
2010-12-10 10:23:32 +00:00
Alexey Spizhevoy
97484089c5
added support of CV_8U & CV_TM_CCORR into gpu::matchTemplate
2010-12-10 08:06:54 +00:00
Vadim Pisarevsky
0cc559b33c
added missing #include <iterator>
2010-12-09 12:24:12 +00:00
Vadim Pisarevsky
1dfcb6fb22
make the floodfill test parameters more discrete, to avoid weird rounding errors
2010-12-08 20:15:54 +00:00
Alexey Spizhevoy
9801d07a46
added test for gpu:columnSum
2010-12-08 16:51:12 +00:00
Alexey Spizhevoy
fa322bf46f
added gpu::columnSum, fixed compile error (if there is no cuda), refactored
2010-12-08 15:06:10 +00:00
Alexey Spizhevoy
b1c5b9293e
added support of CV_32F & CV_TM_SQDIFF into gpu::matchTemplate
2010-12-08 13:12:12 +00:00
Alexey Spizhevoy
40304721a7
added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks)
2010-12-08 13:03:53 +00:00
Vladislav Vinogradov
905e5f1739
added support of 4-channels images to StereoConstantSpaceBP.
...
refactored transpose_gpu, made it non template function.
2010-12-08 07:23:59 +00:00
Vladislav Vinogradov
c18aa438ec
added support of 4 channels images to StereoBeliefPropagation, minor code refactoring.
2010-12-07 10:20:03 +00:00
Maria Dimashova
5e401f2998
removed test from black list ( #737 )
2010-12-07 09:56:12 +00:00
Maria Dimashova
c9662c2e38
updated test threshold
2010-12-07 09:13:45 +00:00
Alexander Shishkov
066590dcd4
moved failed tests to blacklists
...
"descriptor-opponent-sift", //ticket 737
"_3d-rodrigues", //ticket 435
2010-12-07 07:31:07 +00:00
Alexey Spizhevoy
19b434be50
minor refactoring of gpu module
2010-12-07 06:45:54 +00:00
Vadim Pisarevsky
ed934ed6fc
fixed GBTrees build on NetBSD & Android; fixed GPU brute force matcher test build on MacOSX
2010-12-06 19:42:16 +00:00
Vladislav Vinogradov
fadd19b976
added assertion on Compute Capability >= 1.1 to BruteForceMatcher_GPU_base::radiusMatch
2010-12-06 14:51:47 +00:00
Alexey Spizhevoy
50167f6c26
added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method
2010-12-06 14:19:41 +00:00
Vladislav Vinogradov
8891acb67a
added BruteForceMatcher_GPU
2010-12-06 12:06:51 +00:00
Vladislav Vinogradov
17d9014373
added per-element min/max to gpu module.
...
fixed compile error in transform.
2010-12-06 08:10:11 +00:00
Alexey Spizhevoy
6ef4d9b1dd
added sipport of BORDER_REPLICATE mode into gpu::corner* functions
2010-12-06 07:47:26 +00:00
Vadim Pisarevsky
0de9c9fd3c
opencv_zlib renamed back to zlib; make static libs work on Windows
2010-12-05 01:19:36 +00:00
Vadim Pisarevsky
f8632f6da7
fixed crash in gbtrees test on Windows
2010-12-03 18:11:16 +00:00
Alexey Spizhevoy
85dd3fbe30
fixed meanShiftSegmentation test in gpu module
2010-12-03 12:31:20 +00:00
Alexey Spizhevoy
2f4aeeaced
fixed meanShift test in gpu module
2010-12-03 12:13:19 +00:00
Alexey Spizhevoy
cc675c7bb7
added data for CC2.0 in gpu meanShiftProc test
2010-12-03 12:03:53 +00:00
Alexey Spizhevoy
df48ad76b0
added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests
2010-12-03 11:11:44 +00:00
Alexey Spizhevoy
e73245ef9f
updated test for gpu::HOGDescriptor
2010-12-03 10:18:33 +00:00
Alexey Spizhevoy
ab04a03621
added support of BORDER_REFLECT into gpu::cornerHarris and etc, added support of border extr. int linear filters
2010-12-02 09:07:13 +00:00
Alexey Spizhevoy
cc537741bc
fixed some gpu tests
2010-12-01 11:00:33 +00:00
Alexey Spizhevoy
d9489bbe0c
fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal
2010-12-01 10:00:47 +00:00
Maria Dimashova
db5cce885d
updated tests thresholds
2010-12-01 09:28:16 +00:00
Vladislav Vinogradov
57f7678db1
added gpu transpose for CV_8UC4, CV_8SC4, CV_16SC2, CV_16UC2, CV_32SC1 and CV_32FC1 types
2010-12-01 07:00:50 +00:00
Maria Dimashova
b55777eb03
updated test threshold
2010-11-30 15:42:04 +00:00
Alexey Spizhevoy
d0dfae5143
fixed bug in ms segmentation
2010-11-30 13:02:24 +00:00
Vadim Pisarevsky
8754cafffb
extended cv.KMeans2 API in Python (ticket #414 ; thanks to hogelog). fixed failures in the opencv python tests.
2010-11-30 10:11:38 +00:00
Alexey Spizhevoy
493d7a6e45
added min eigen val based corner detector into gpu module
2010-11-30 08:44:04 +00:00
Alexey Spizhevoy
9adfc2cadc
added Harris corner detector into gpu module
2010-11-30 08:04:37 +00:00
Vadim Pisarevsky
aef71a146e
put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers
2010-11-29 21:38:32 +00:00
Vadim Pisarevsky
a937d9d43c
unified the coordinate interpretation in RotatedRect (ticket #425 )
2010-11-29 18:14:08 +00:00
Maria Dimashova
cfeca1411e
forgot commit this file
2010-11-29 15:23:56 +00:00
Maria Dimashova
78ccde56b2
limited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope this make them more stable.
2010-11-29 15:22:15 +00:00
Alexey Spizhevoy
56745b5400
refactored gpu tests a little
2010-11-29 14:23:30 +00:00
Alexey Spizhevoy
b260382840
added masks support into gpu::minMaxLoc
2010-11-29 13:56:43 +00:00