Vadim Pisarevsky
|
d2b9dc5530
|
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
|
2014-10-18 20:44:26 +04:00 |
|
Vadim Pisarevsky
|
01d3848f17
|
all the tests now pass except for MSER
|
2014-10-17 14:56:58 +04:00 |
|
Vadim Pisarevsky
|
09df1a286b
|
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
|
2014-10-17 14:56:58 +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 |
|
Vadim Pisarevsky
|
27d2d3cbac
|
fixed doc builder complains and the test failures
|
2014-08-12 00:03:40 +04:00 |
|
f-morozov
|
7f82960897
|
AKAZE fixes, tests and tutorial
|
2014-07-30 18:02:08 +04:00 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|
Ilya Lavrenov
|
35d9ce0c0c
|
fixed warnings
|
2013-10-08 12:46:43 +04:00 |
|
Roman Donchenko
|
1eacb485c5
|
Boring changes - features2d.
|
2013-09-05 18:26:44 +04:00 |
|
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Vincent Rabaud
|
13ded36ecb
|
initial addition of BRISK with some tests
|
2012-08-30 16:28:39 +04:00 |
|
Maria Dimashova
|
507f546158
|
split file of features2d tests
|
2012-07-12 13:57:17 +00:00 |
|