Ilya Lavrenov
|
405f12fe80
|
optimized cv::flip (CV_8UC1)
|
11 years ago |
Ilya Lavrenov
|
ab428c9dbd
|
optimized cv::copyMakeBorder
|
11 years ago |
Ilya Lavrenov
|
c83455d8a4
|
optimized cv::repeat
|
11 years ago |
Elena Gvozdeva
|
c7dc884855
|
T-API: optimized ocl_flip
|
11 years ago |
Ilya Lavrenov
|
d16e0b377f
|
disabled IPP functions that slower than OpenCV
|
11 years ago |
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
11 years ago |
Ilya Lavrenov
|
46e8d9d02d
|
cv::copyMakeBorder
|
11 years ago |
Ilya Lavrenov
|
51e2a8ec96
|
fixes
|
11 years ago |
Ilya Lavrenov
|
fe644ede19
|
cv::multiply
|
11 years ago |
Ilya Lavrenov
|
8603c58f37
|
Mat::setTo(with mask)
|
11 years ago |
Ilya Lavrenov
|
0b678c2451
|
Mat::setTo(Scalar::all(0))
|
11 years ago |
Ilya Lavrenov
|
3bd8211a72
|
Mat::copyTo
|
11 years ago |
Ilya Lavrenov
|
f7ec4a5c47
|
Mat::copyTo with mask
|
11 years ago |
Ilya Lavrenov
|
8d24a83c9c
|
cv::flip inplace
|
11 years ago |
Ilya Lavrenov
|
2cd7a913ed
|
verbose errors
|
11 years ago |
Ilya Lavrenov
|
f3c56f8310
|
first attemp
|
11 years ago |
Alexander Alekhin
|
ab691a4a24
|
ipp: some functions are not available in the ICV package #2
|
11 years ago |
Ilya Lavrenov
|
77723db034
|
cv::flip
|
11 years ago |
Ilya Lavrenov
|
8d97d0d631
|
added 3-channels support to cv::flip
|
11 years ago |
Alexander Alekhin
|
e4608229f0
|
ocl: copyMakeBorder 3-channel
|
11 years ago |
Ilya Lavrenov
|
050cca0422
|
improved performance of cv::flip (flip cols)
|
11 years ago |
Ilya Lavrenov
|
ce0557ebb8
|
fixed defects from Xcode
|
11 years ago |
Ilya Lavrenov
|
7f785e0a11
|
refactored core using new macro
|
11 years ago |
Roman Donchenko
|
4e4a7d0353
|
Removed an unnecessary workaround for matrix-to-vector copyTo.
|
11 years ago |
Roman Donchenko
|
ee97a5e757
|
Re-fix bug #3319 with less side effects.
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
12 years ago |
Ilya Lavrenov
|
b3af0e3154
|
added cv::repeat to T-API
|
12 years ago |
Elena Gvozdeva
|
b930028727
|
Added cv::flip using Transparent API
|
12 years ago |
Ilya Lavrenov
|
474fc887a6
|
added cv::copyMakeBorder to T-API
|
12 years ago |
Vadim Pisarevsky
|
d914f20a4c
|
updated patch to bring in the first functions with "transparent API"
|
12 years ago |
Ilya Lavrenov
|
2df53d97c5
|
added ocl::repeat
|
12 years ago |
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
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 |
Vadim Pisarevsky
|
df8364ce63
|
Fixed "arr = NaN" case (bug #2056)
|
13 years ago |
Vadim Pisarevsky
|
a74a2302aa
|
fixed bug #2331
|
13 years ago |
Maria Dimashova
|
6b7470f683
|
fixed gcc compilation
|
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 |
Victoria Zhislina
|
fbdb93ec79
|
CV_ENABLE_UNROLLED
|
13 years ago |
Vadim Pisarevsky
|
d8417af086
|
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
15 years ago |
Vadim Pisarevsky
|
be016a75df
|
some fixes due to the changed policy in DataType & DataDepth handling
|
15 years ago |
Vadim Pisarevsky
|
f7bebe8270
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
15 years ago |