sergei
0d72420480
HAVE_TEGRA_OPTIMIZATION was fixed
10 years ago
Ilya Lavrenov
e9a6c5db21
sqsum
10 years ago
karelknoest
b5bd2fd880
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
10 years ago
karelknoest
1ded2de2dd
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
10 years ago
Yan Wang
46ed461e22
Add template match with mask.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Ilya Lavrenov
81f786393a
NEON detection in runtime
10 years ago
Alexander Smorkalov
1fa37fe733
OpenCV for Tegra compilation fix for
...
- Gaussian blur;
- CascadeClassifier;
- Blenders in stitching module;
- Laplacial pyromids in stitching module.
10 years ago
Ilya Lavrenov
33176db5dc
compareHist
10 years ago
Ilya Lavrenov
6bce6ee34a
checks
10 years ago
Ilya Lavrenov
3b23e57925
convertMaps
10 years ago
Ilya Lavrenov
0fd8f50522
warpAffine INTER_NEAREST
10 years ago
Ilya Lavrenov
d92f67ee2c
warpPerspective
10 years ago
Ilya Lavrenov
7b060d9122
cvtColor 4 cn
10 years ago
Ilya Lavrenov
f2cd65cf1e
fixes
10 years ago
Ilya Lavrenov
25e99c453f
avx2 in arithm
10 years ago
Ilya Lavrenov
612b8ce2cb
fixed compilation issues
10 years ago
Ilya Lavrenov
b2f851af06
cornerMinEigenVal
10 years ago
Ilya Lavrenov
d87457a025
split/merge
10 years ago
Ilya Lavrenov
fc0869735d
used popcnt
10 years ago
Ilya Lavrenov
31827d8dfe
fixed typo
10 years ago
Ilya Lavrenov
3a426660ea
sse_utils.hpp
10 years ago
Ilya Lavrenov
a340ea872e
cvtColor Luv 2 RGB u8
10 years ago
Ilya Lavrenov
e20613a776
cvtColor RGB 2 Luv u8
10 years ago
Ilya Lavrenov
584eed633e
cvtColor Lab 2 RGB u8
10 years ago
Ilya Lavrenov
05e21015e9
cvtColor HLS 2 RGB u8
10 years ago
Ilya Lavrenov
51684c109e
cvtColor RGB 2 HLS u8
10 years ago
Ilya Lavrenov
51e7fb76b6
cvtColor HSV 2 RGB u8
10 years ago
Ilya Lavrenov
c4c86a8990
cvtColor XYZ 2 RGB f32
10 years ago
Ilya Lavrenov
93f8800844
cvtColor RGB 2 XYZ f32
10 years ago
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
Timur Sattarov
4762728fd5
More sensible error messages
10 years ago
Ilya Lavrenov
02b2fdeda9
SSE resize Lanczos
10 years ago
Ilya Lavrenov
042895977e
SSE2 conversio in remap
10 years ago
Ilya Lavrenov
9436103ed6
SSE2 optimization of cv::integral
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
Maksim Shabunin
11591b3e9d
Added Qt help generation support
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
orestis
9811a739b0
Change gaussianBlur5x5 perf test epsilon
...
Set it 1 instead of 0.001, as is already done in gaussianBlur3x3. That
will allow integer destination matrices that are not exactly the same,
but very close to the expected result, to pass the test.
10 years ago
orestis
9c6da03504
SymmRowSmallVec_32f 1x5 asymm
...
NEON speedup: 2.31x
Auto-vect speedup: 2.26x
Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
10 years ago