Ilya Lavrenov
|
12001a42f9
|
corners
|
2014-09-26 09:41:45 +00:00 |
|
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
2014-08-13 15:21:35 +04:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Ilya Lavrenov
|
654bdde8ed
|
SSE2 optimization of cv::preCornerDetect
|
2014-06-30 01:51:53 +04:00 |
|
Alexander Alekhin
|
ab2749d648
|
Merge pull request #2709 from alalek:icv_update_binary_pack
|
2014-05-23 15:09:43 +04:00 |
|
Alexander Alekhin
|
c43e32854a
|
Merge pull request #2713 from alalek:icv_enable_fns
|
2014-05-23 13:35:45 +04:00 |
|
Ilya Lavrenov
|
d16e0b377f
|
disabled IPP functions that slower than OpenCV
|
2014-05-13 15:06:38 +04:00 |
|
Alexander Alekhin
|
1f638a3e5b
|
icv: enable functions
|
2014-05-12 15:38:38 +04:00 |
|
Alexander Karsakov
|
4e7f62fd24
|
Fixed ipp check for cornerMinEigenVal
|
2014-05-08 17:32:21 +04:00 |
|
Alexander Alekhin
|
35eb972e9a
|
fix compilation on MSVS 2010
|
2014-05-07 15:20:29 +00:00 |
|
Alexander Alekhin
|
07d5f56707
|
Merge pull request #2679 from alalek:ippicv_update
|
2014-05-07 18:24:41 +04:00 |
|
Alexander Alekhin
|
9c780260c2
|
Merge pull request #2605 from akarsakov:ipp_min_eigen_val
|
2014-05-07 18:01:44 +04:00 |
|
Alexander Karsakov
|
eda084e123
|
Used AutoBuffer instead ippsMalloc
|
2014-05-05 14:40:59 +04:00 |
|
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
2014-04-29 15:36:43 +04:00 |
|
Alexander Karsakov
|
5580d08c6e
|
Added setIppErrorStatus()
|
2014-04-24 16:48:46 +04:00 |
|
Ilya Lavrenov
|
51e2a8ec96
|
fixes
|
2014-04-22 14:51:39 +04:00 |
|
Ilya Lavrenov
|
fe644ede19
|
cv::multiply
|
2014-04-21 13:14:55 +04:00 |
|
Ilya Lavrenov
|
9cc80a68db
|
fixed warnings
|
2014-04-21 13:14:55 +04:00 |
|
Ilya Lavrenov
|
04abffeb16
|
cv::cornerHarris
|
2014-04-21 13:14:55 +04:00 |
|
Alexander Karsakov
|
10cb660240
|
Fixed condition
|
2014-04-16 10:28:24 +04:00 |
|
Alexander Karsakov
|
53bc93730c
|
Added suppressing deprecation for ippiMulC_32f_C1IR
|
2014-04-14 16:38:59 +04:00 |
|
Alexander Karsakov
|
7369cfd9ec
|
Added perf test for cornerMinEigenVal
|
2014-04-10 16:09:48 +04:00 |
|
Alexander Karsakov
|
d9556a998f
|
Added ippiMinEigenVal_ to cv::cornerMinEigenVal
|
2014-04-10 11:00:08 +04:00 |
|
Ilya Lavrenov
|
4a7289b22f
|
improved cv::preCornerDetect
|
2014-03-06 17:40:02 +04:00 |
|
Ilya Lavrenov
|
1291bd1c4a
|
ported fast calculation of covar data
|
2014-03-06 15:40:27 +04:00 |
|
Ilya Lavrenov
|
78c2b3ca2a
|
refactored imgproc
|
2014-01-27 18:47:16 +04:00 |
|
Ilya Lavrenov
|
d2ffd8ed21
|
implemented OpenCL version of cv::preCornerDetect
|
2014-01-22 13:46:26 +04:00 |
|
Ilya Lavrenov
|
3177a683e9
|
ported corners to T-API
|
2014-01-21 20:13:55 +04:00 |
|
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
2013-04-08 15:47:28 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Andrey Kamaev
|
ab6f0c4e0b
|
Added tegra stub for cornerEigenValsVecs
|
2012-05-25 08:20:13 +00:00 |
|
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
2011-11-08 12:01:49 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
8191b5564f
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
2011-06-01 13:45:08 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|