Vadim Pisarevsky
|
f025e4739a
|
some more doc cleanup
|
14 years ago |
Vadim Pisarevsky
|
4bb893aa9f
|
the first round of cleaning up the RST docs
|
14 years ago |
Vadim Pisarevsky
|
24ccbccf63
|
cleaned RST formatting a bit
|
14 years ago |
Vadim Pisarevsky
|
371aa08006
|
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |
Vadim Pisarevsky
|
e26ac53589
|
some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++
|
14 years ago |
Vadim Pisarevsky
|
2dd0e85264
|
fixed some build problems
|
14 years ago |
Vadim Pisarevsky
|
0468bdeadd
|
added background/foreground segmentation algorithm with shadow detection (by Zoran Zivkovic)
|
14 years ago |
Vadim Pisarevsky
|
a937d9d43c
|
unified the coordinate interpretation in RotatedRect (ticket #425)
|
14 years ago |
Vadim Pisarevsky
|
a3dfba36a1
|
fixed crashes in camshiftdemo sample
|
14 years ago |
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
|
14 years ago |
Vadim Pisarevsky
|
1286c1db45
|
fixed multiple warnings from VS2010.
|
14 years ago |
Vadim Pisarevsky
|
d366c0b2fa
|
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
|
14 years ago |
Vadim Pisarevsky
|
92fb499ba9
|
added type selection in the Kalman filter (thanks to Nghia Ho for the patch; see ticket #693)
|
14 years ago |
Vadim Pisarevsky
|
e954577304
|
fixed duplicated external symbols in the static version of OpenCV
|
14 years ago |
Vadim Pisarevsky
|
5a53d82e30
|
fixed most of the failures in opencv_test
|
14 years ago |
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
|
14 years ago |
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.)
|
14 years ago |
Vadim Pisarevsky
|
1b1eab8e67
|
added helper macros to the function declarations
|
14 years ago |
Vadim Pisarevsky
|
7ec4b59fac
|
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
|
15 years ago |
Vadim Pisarevsky
|
266c4642ea
|
doxygenated opencv_video & opencv_calib3d modules (C++ part only)
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |