Alexander Karsakov
|
967a88759f
|
Don't process empty src image in GFTT
|
2014-10-28 16:06:36 +03:00 |
|
Alexander Karsakov
|
3695a31606
|
Combined counter and corner buffers into one
|
2014-09-29 11:10:57 +04:00 |
|
Alexander Karsakov
|
8c08714b8c
|
Remove two "set" kernel call
|
2014-09-11 18:11:23 +04: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 |
|
Alexander Karsakov
|
2cf3a6e26c
|
Fixed error in case corners not found
|
2014-04-03 10:30:55 +04:00 |
|
Ilya Lavrenov
|
86a3ed4162
|
improved performance of GFTT
|
2014-03-06 09:19:40 +04:00 |
|
Alexander Alekhin
|
ce992c8269
|
ocl: update gftt
|
2014-02-07 14:51:59 +04:00 |
|
Ilya Lavrenov
|
9a1e461450
|
fix for PR 2166
|
2014-02-03 14:47:32 +04:00 |
|
Ilya Lavrenov
|
78c2b3ca2a
|
refactored imgproc
|
2014-01-27 18:47:16 +04:00 |
|
Ilya Lavrenov
|
bfa382cf9d
|
fixed copying UMat -> std::vector
|
2014-01-21 14:37:22 +04:00 |
|
Ilya Lavrenov
|
5abfd40989
|
added perf test for cv::goodFeaturesToTrack
|
2014-01-20 13:57:53 +04:00 |
|
Ilya Lavrenov
|
52ed6d0d27
|
ported cv::goodFeaturesToTrack to T-API
|
2014-01-20 13:57:53 +04:00 |
|
Andrey Kamaev
|
cc6bdfb045
|
Remove inline sorting algorithms from core headers
|
2013-03-28 17:22:50 +04:00 |
|
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.
|
2013-02-25 15:04:17 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04: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
|
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
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
2010-11-20 12:05:28 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|