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 |
|
Vadim Pisarevsky
|
e97dd57dc7
|
hopefully fixed test failures and complains from the doc builder
|
2013-12-26 22:00:29 +04:00 |
|
Vadim Pisarevsky
|
a760c454dd
|
tuned the speed for OpenCL-based moments (still slower than the single-thread SSE2 CPU code :( )
|
2013-12-26 13:25:00 +04:00 |
|
Vadim Pisarevsky
|
83f749afd2
|
moments work now and work more or less fast
|
2013-12-26 02:57:08 +04:00 |
|
Vadim Pisarevsky
|
6035925f41
|
experimental moments implementation (does not work yet)
|
2013-12-25 21:09:23 +04:00 |
|
Vadim Pisarevsky
|
9124a76ae7
|
converted moments function to C++
|
2013-02-12 18:07:22 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|