Vadim Pisarevsky
|
e4b58ebff5
|
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
|
2012-06-28 16:24:48 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Andrey Kamaev
|
80f1b1478d
|
Fixed parameter name and copy condition
|
2012-05-18 13:29:49 +00:00 |
|
Andrey Kamaev
|
8f3273bf07
|
Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321
|
2012-05-17 10:29:53 +00:00 |
|
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
2012-05-12 13:54:26 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Ilya Lysenkov
|
258afe7cc2
|
Added OPTFLOW_LK_GET_MIN_EIGENVALS flag as alias for CV_LKFLOW_GET_MIN_EIGENVALS.
|
2012-04-11 12:36:16 +00:00 |
|
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +00:00 |
|
Marina Kolpakova
|
e50c0ed4c8
|
Fixed bug #1629
|
2012-03-19 11:29:29 +00:00 |
|
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
2012-03-15 14:36:01 +00:00 |
|
Vadim Pisarevsky
|
80f422a531
|
added copyright notice for MOG2 algorithm by Z. Zivkovic
|
2011-12-29 14:08:33 +00:00 |
|
Vadim Pisarevsky
|
eebe4860da
|
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.
|
2011-07-27 19:07:45 +00:00 |
|
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
2011-07-14 14:13:10 +00:00 |
|
Alexander Mordvintsev
|
848fa23a07
|
made boundingRects argument of segmentMotion CV_OUT
updated documentation
|
2011-07-11 07:51:15 +00:00 |
|
Andrey Kamaev
|
2edf764eee
|
Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator
|
2011-06-24 08:13:02 +00:00 |
|
Ilya Lysenkov
|
575ec4aae8
|
Added doxygen doc to getBackgroundImage
|
2011-06-09 07:36:26 +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 |
|
Andrey Kamaev
|
2609df00bd
|
Added missed method declarations. Fix for r5343
|
2011-06-03 15:09:21 +00:00 |
|
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +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
|
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 |
|
Vadim Pisarevsky
|
e26ac53589
|
some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++
|
2010-12-28 21:28:34 +00:00 |
|
Vadim Pisarevsky
|
2dd0e85264
|
fixed some build problems
|
2010-12-28 21:15:58 +00:00 |
|
Vadim Pisarevsky
|
54ef4c08c2
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
2010-11-26 17:58:20 +00:00 |
|
Vadim Pisarevsky
|
92fb499ba9
|
added type selection in the Kalman filter (thanks to Nghia Ho for the patch; see ticket #693)
|
2010-11-22 21:05:22 +00:00 |
|
Vadim Pisarevsky
|
893fb90b87
|
extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing
|
2010-10-29 13:09:49 +00:00 |
|
Vadim Pisarevsky
|
83f6085773
|
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
|
2010-10-27 18:26:39 +00:00 |
|
Vadim Pisarevsky
|
1b1eab8e67
|
added helper macros to the function declarations
|
2010-10-16 20:34:34 +00:00 |
|
Vadim Pisarevsky
|
266c4642ea
|
doxygenated opencv_video & opencv_calib3d modules (C++ part only)
|
2010-05-25 15:59:48 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|