Ilya Lavrenov
c2f2e33a5e
removed debug messages
13 years ago
Ilya Lavrenov
743dce6a4b
Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2
13 years ago
Ilya Lavrenov
aa0dafcc1f
replaced _mm_packs_epi32 to _mm_packus_epi32
13 years ago
Anatoly Baksheev
680eeecc3b
fixed samples compilation
13 years ago
Daniil-Osokin
cd501d947c
perf tests for calcHist 2-3D case
13 years ago
Vladislav Vinogradov
1a1f454241
updated gpu houghlines sample
13 years ago
Daniil-Osokin
7d94236c14
TBB version of calcHist
13 years ago
Vladislav Vinogradov
da017fbeb9
fast optical flow bm implementation
13 years ago
Vadim Pisarevsky
09be997ed8
Merge pull request #225 from pieleric:2.4
13 years ago
Vadim Pisarevsky
5c88577138
Merge pull request #227 from taka-no-me:sanity_MatND
13 years ago
Vadim Pisarevsky
2508d8e2b4
Merge pull request #218 from taka-no-me:drop_utf16
13 years ago
Vadim Pisarevsky
d6add763c7
Merge pull request #228 from Nerei:master
13 years ago
Anatoly Baksheev
94c310fc14
added Ptr::operator==
13 years ago
Andrey Kamaev
80a1d569ca
Add support for multidimentional matrices into the sanity checks
13 years ago
Andrey Kamaev
3de6846d12
Merge pull request #224 from wswld:2.4
13 years ago
Andrey Kamaev
0bbba847a4
Fix equalization formula in equalizeHist function & rewrite in C++
...
Old implementation did
lut[i] = 255 * (count(Y <= i)) / (width * height)
which actually shifts uniform histograms.
From now histogram is equalized as
C = count(Y == min(Y))
lut[i] = 255 * (count(Y <= i) - C) / (width * height - C)
13 years ago
Éric Piel
7701fa7a63
highgui: fix segfault on CvCapture_GStreamer::open
...
when compiled with GStreamer, open (of a file) segfaults.
Fix was suggested by Bostjan Vesnicer.
13 years ago
cuda-geek
aabb40e34d
Merge pull request #217 from jet47:fix-tvl1-test
13 years ago
Andrey Kamaev
fe0b88d291
Set sanity threshold for TVL1 optical flow to 0.5
13 years ago
Ilya Lavrenov
6059a6875a
fixed bug with s1 calculating
13 years ago
Ilya Lavrenov
4ccb5a30d9
fixed bug with s1 calculating
13 years ago
Andrey Kamaev
1284121d89
Set sanity threshold for TVL1 optical flow to 0.02
13 years ago
Andrey Kamaev
f5cd20d80b
Merge branch 2.4
13 years ago
Ilya Lavrenov
16f9b6f5e4
reproducing C++ version of resize area fast
13 years ago
Vadim Pisarevsky
9b09f09b9a
Merge pull request #222 from taka-no-me:perf_verify_sanity
13 years ago
Vsevolod Glumov
3f417f1ec3
Fixes for issues #2570 , #2492 , #2559 , #2489 , #2592 .
13 years ago
Vladislav Vinogradov
caf91ac159
new gpu::HoughLinesP implementation
13 years ago
Vladislav Vinogradov
8c057af862
fixed windows build
13 years ago
Vladislav Vinogradov
da93a1dab9
fixed build for CARMA platform
13 years ago
Vladislav Vinogradov
889674ef43
disabled video decoding under linux
13 years ago
Andrey Kamaev
5a407153bd
Fix sanity checks in stitching test
13 years ago
Andrey Kamaev
817a4c0c30
Merge branch 2.4 into perf_verify_sanity
13 years ago
Andrey Kamaev
932204d197
Added thresholds to some sanity checks
13 years ago
Andrey Kamaev
e1afb1409f
Add --perf_verify_sanity option to performance tests
...
This option provides an easy way to identify tests having no regression data
for sanity checks
13 years ago
Andrey Kamaev
64cf113d23
Merge pull request #215 from asmorkalov:manager_depricated_packages
13 years ago
Andrey Kamaev
770a466dd2
Merge pull request #223 from taka-no-me:perf_tests
13 years ago
Andrey Kamaev
b876308d77
Merge pull request #200 from asmorkalov:t5_fix
13 years ago
cuda-geek
464826c232
Merge pull request #181 from cuda-geek:nms
13 years ago
Vadim Pisarevsky
eaeae4a1ba
Merge pull request #184 from ilya-lavrenov:Demosaicing
13 years ago
Vadim Pisarevsky
5cc0abffa5
Merge pull request #221 from asmorkalov:doc_install_fix
13 years ago
marina.kolpakova
5ddf4e4ed7
change expected values for soft cascade test according to changes in implementation
13 years ago
marina.kolpakova
2d45af790e
fix according to pull requests comments
13 years ago
marina.kolpakova
88c71d1b7d
add NMS according to Dollar's paper.
13 years ago
marina.kolpakova
9785a8ae34
fix docs for SCascade
13 years ago
marina.kolpakova
c470e15d45
integrate speprocessing strategy
13 years ago
Andrey Kamaev
6e244c83cd
Corrected sanity checks in several perf tests
...
Also fixed a typo in performance testing framework and removed hardcoded
temporary file name from highgui perf test
13 years ago
marina.kolpakova
d23a4f50bd
add resize
13 years ago
marina.kolpakova
8ef19e7664
hack luv
13 years ago
marina.kolpakova
0e1005ca92
optimize hog bin computing
13 years ago
marina.kolpakova
ee291a15da
add preprocessing only function
13 years ago