Ilya Lavrenov
|
2755ae5df9
|
experiments
|
11 years ago |
Ilya Lavrenov
|
fe38aab84a
|
core tapi optimization
|
11 years ago |
Ilya Lavrenov
|
da5b316b4e
|
minor ocl.cpp refactoring
fix for cv::LUT and cv::transpose
|
11 years ago |
Ilya Lavrenov
|
2dd294cc84
|
fixed cv::split; enabled test
|
11 years ago |
Ilya Lavrenov
|
7f785e0a11
|
refactored core using new macro
|
11 years ago |
Ilya Lavrenov
|
5d18cf9989
|
added cv::[extract|insert]Channel to T-API
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
Ilya Lavrenov
|
a2e683d133
|
fixed umat access
|
11 years ago |
Ilya Lavrenov
|
abcf8d9e61
|
implemented OpenCL version of cv::convertScaleAbs
|
11 years ago |
Ilya Lavrenov
|
31e6251793
|
added new perf tests to core
|
11 years ago |
Ilya Lavrenov
|
73c96cbd50
|
some fixes of cv::mixChannels
|
11 years ago |
Ilya Lavrenov
|
a7d2830d3f
|
added cv::mixChannels to T-API
|
11 years ago |
Ilya Lavrenov
|
e3d23918fa
|
added cv::normalize to T-API; implemented missed UMat::copyTo with mask
|
11 years ago |
Ilya Lavrenov
|
5566d31468
|
more strict checks outside ROI
|
12 years ago |
Ilya Lavrenov
|
c16c9a2e8e
|
added cv::split to T-API
|
12 years ago |
Ilya Lavrenov
|
cd3f7fbf05
|
added cv::merge to T-API
|
12 years ago |
Ilya Lavrenov
|
4eba74ee19
|
added cv::LUT to T-API
|
12 years ago |
Vadim Pisarevsky
|
a9065b7d0c
|
trying to fix failures in tests
|
12 years ago |
Vadim Pisarevsky
|
d8c8339bec
|
the first draft of transparent API and new UMat class. more files
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Alexander Smorkalov
|
a3dd13450c
|
All optimized function tables wrapped to getters to change its
initialization time.
|
12 years ago |
Andrey Kamaev
|
b0e6606b98
|
Cleanup core module API
* Drop some low level API
* Remove outdated overloads
* Utilize Input/OutputArray
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Vadim Pisarevsky
|
c197a46e7e
|
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
0442bca235
|
Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63 .
|
13 years ago |
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
13 years ago |
Vadim Pisarevsky
|
b782d8bb53
|
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
aebed446b1
|
Partly merged the trunk r8322
|
13 years ago |
Andrey Kamaev
|
50ad690993
|
Merged the trunk till r8291
|
13 years ago |
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
13 years ago |
Andrey Kamaev
|
c4af85043a
|
merged few missed changes from 2.4 to trunk
|
13 years ago |
Alexander Kapustin
|
42e0214de5
|
36 functions of cvtScaleTIPES_func were Neon Optimized
|
13 years ago |
Vadim Pisarevsky
|
0186bd8099
|
split big assertion in cv::split by parts; patch #829 by Shlomi Fish
|
13 years ago |
Andrey Kamaev
|
c6e9e9418a
|
More Tegra versions of convertTo
|
13 years ago |
Andrey Kamaev
|
41158ab553
|
Fixed perf test for convertTo
|
13 years ago |
Alexander Kapustin
|
c5cc79d4d5
|
Tegra optimized functions cvt32finttype were temporary deleted due correctness bug
|
13 years ago |
Alexander Kapustin
|
46248851bf
|
30 functions of cvtTIPES_func were Neon Optimized
|
13 years ago |
Alexander Kapustin
|
6652b4ce85
|
Functions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func were Neon Optimized
|
13 years ago |
Victoria Zhislina
|
3e94f77215
|
|
13 years ago |
Andrey Morozov
|
ef8c263500
|
fixed compile under linux
|
13 years ago |
Victoria Zhislina
|
fbdb93ec79
|
CV_ENABLE_UNROLLED
|
13 years ago |
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
13 years ago |
Vadim Pisarevsky
|
dec0af8d79
|
implemented invert(A, B, DECOMP_EIG)
|
14 years ago |
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
14 years ago |
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
14 years ago |
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
14 years ago |