Ilya Lavrenov
e1773749ae
cvtColor RGB 2 gray 16s
10 years ago
Ilya Lavrenov
1c9e886a6a
cvtColor YCrCb 2 RGB 32f
10 years ago
Ilya Lavrenov
97fad1cb53
cvtColor RGB 2 YCrCb 32f
10 years ago
Ilya Lavrenov
b99396ab12
cvtColor RGB 2 YCrCb
10 years ago
Ilya Lavrenov
940f1e7914
interliving / deinterliving
10 years ago
Ilya Lavrenov
fe371bf624
cvtColor Gray 2 BGR5x5
10 years ago
Ilya Lavrenov
9cacd3261d
cvtColor BGR5x5 2 Gray
10 years ago
Ilya Lavrenov
edee922b59
cvtColor YCrCb 2 RGB
10 years ago
Ilya Lavrenov
5f2135695e
cvtColor rgb 2 YCrCb
10 years ago
Ilya Lavrenov
bfb45b27e6
column sum 32s
10 years ago
Ilya Lavrenov
1ca35b7424
resize are fast
10 years ago
Ilya Lavrenov
56f3c92737
pyrUp and pyrDown
10 years ago
Ilya Lavrenov
63fc6ef316
convertTo from 64f
10 years ago
Ilya Lavrenov
8870ef4159
convertTo from 16u, 16s, 32s, 32f
10 years ago
Ilya Lavrenov
116fb275a8
convertTo from 8s
10 years ago
Ilya Lavrenov
19e77e4787
convertTo from 8u
10 years ago
Ilya Lavrenov
b758dbd384
convertTo AVX2
10 years ago
Ilya Lavrenov
3a78a22733
convertScaleAbs for s8, f64
10 years ago
Ilya Lavrenov
5578088983
countNonZero
10 years ago
Ilya Lavrenov
972ff1d0c4
polarToCart
10 years ago
Ilya Lavrenov
0a5c9cf145
magnitude 64f
10 years ago
Ilya Lavrenov
6ab928fb39
phase 64f
10 years ago
Ilya Lavrenov
a2a8ba17fc
compare
10 years ago
Ilya Lavrenov
8d48632ebe
avx2
10 years ago
Joe Howse
379de5708f
Fix shadowed variable warning
10 years ago
vbystricky
083d8645a5
Fix error of compilation of cap_intelperc.cpp
10 years ago
Ilya Lavrenov
02b2fdeda9
SSE resize Lanczos
10 years ago
Ilya Lavrenov
042895977e
SSE2 conversio in remap
10 years ago
Ilya Lavrenov
f57136fd79
SSE2 cv::Mat::dot
10 years ago
Rok Mandeljc
e3b32cce80
modules/core: removed extra semi-colon from mat.inl.hpp and utility.hpp
...
This silences the pedantic warning messages from gcc 4.8.3
10 years ago
Ilya Lavrenov
9436103ed6
SSE2 optimization of cv::integral
10 years ago
Ilya Lavrenov
1af7d397d4
optimization of UMat::setTo
10 years ago
Julien Nabet
2d5e3b57ea
Fix cppcheck reports warnings:
...
(performance) Possible inefficient checking for 'lmap' emptiness
(warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
(style) Array index '<xxx>' is used before limits check
10 years ago
Joe Howse
2d16026df6
more const correctness in OpenNI2 getProperty
10 years ago
Joe Howse
b7a3204c57
const correctness in OpenNI and OpenNI2 getProperty
10 years ago
Maksim Shabunin
11591b3e9d
Added Qt help generation support
10 years ago
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
10 years ago
Maksim Shabunin
bebf6c47c6
Removed Sphinx generation commands from cmake scripts
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Vladislav Vinogradov
fe3f236aa5
disable GeneralizedHoughGuil performance test
10 years ago
Vladislav Vinogradov
f36546dbd2
improve error reporting in _InputArray methods
10 years ago
Vladislav Vinogradov
7c901e39e1
disable sanity test for GeneralizedHoughGuil
...
the algorithm is not stable yet
10 years ago
Vladislav Vinogradov
18d1be4530
fix tests for match template
10 years ago
Vladislav Vinogradov
26afa49d71
fix cuda match template:
...
use correct types for integral/sum outputs
10 years ago
Vladislav Vinogradov
9b8c3fd675
rewrite cuda::cvtColor with new device layer and fix test failures
10 years ago
Maksim Shabunin
128e509527
Added enviroment search paths for OpenNI2 for linux and fixed specific warning
10 years ago
Vladislav Vinogradov
e7e0da0153
fix GpuMat::swap method:
...
add swap instruction for allocator field
11 years ago
Vladislav Vinogradov
b33f3bb2cc
refactor CV_CUDA_TEST_MAIN, use CV_TEST_MAIN for it
...
use CV_CUDA_TEST_MAIN for opencv_test_core to initialize CUDA
device information
11 years ago
Vladislav Vinogradov
8237418be6
add Allocator parameter to cudev::GpuMat_ contructors
11 years ago
Vladislav Vinogradov
f054d6316a
add cuda::HostMem::getAllocator method
...
it allows to use cudaHostAlloc methods for cv::Mat objects
11 years ago