Alexander Mordvintsev
|
848fa23a07
|
made boundingRects argument of segmentMotion CV_OUT
updated documentation
|
14 years ago |
Andrey Kamaev
|
741a689f65
|
Improved RST parser; fixed small typos found by new parser
|
14 years ago |
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Bernat Gabor
|
762bc0f8af
|
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
|
14 years ago |
Vadim Pisarevsky
|
b204e73d9a
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Andrey Kamaev
|
2edf764eee
|
Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator
|
14 years ago |
Vadim Pisarevsky
|
d5ba7c3826
|
fixed crashes in camshiftdemo (ticket #875)
|
14 years ago |
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Ilya Lysenkov
|
c69180396e
|
Minor doc fix
|
14 years ago |
Ilya Lysenkov
|
4ad02804e1
|
Added documentation of segmentMotion from cvSegmentMotion doc
|
14 years ago |
Ilya Lysenkov
|
1ebdfa4992
|
Copied docs of Kalman Filter from source code to documentation
|
14 years ago |
Ilya Lysenkov
|
289a827aed
|
Minor doc fix
|
14 years ago |
Ilya Lysenkov
|
0c10ed8faf
|
Minor doc fix
|
14 years ago |
Ilya Lysenkov
|
883b87c04f
|
Minor.
|
14 years ago |
Ilya Lysenkov
|
d551024fc7
|
Copied docs of background/foreground segmentation from source code to documentation
|
14 years ago |
Ilya Lysenkov
|
575ec4aae8
|
Added doxygen doc to getBackgroundImage
|
14 years ago |
Vadim Pisarevsky
|
3531521f10
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Vadim Pisarevsky
|
fcd2a0c3d3
|
fixed VS2010 compile warnings and errors
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Andrey Kamaev
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
14 years ago |
Andrey Kamaev
|
2609df00bd
|
Added missed method declarations. Fix for r5343
|
14 years ago |
Ilya Lysenkov
|
04ebfc0a02
|
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
|
14 years ago |
Alexander Shishkov
|
c5fa70143d
|
added check input data
|
14 years ago |
Vadim Pisarevsky
|
47443d9826
|
fixed 2 bugs reported by exvan (ticket #799)
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Andrey Kamaev
|
1388826c41
|
Tegra optimization for calcOpticalFlowPyrLK
|
14 years ago |
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
14 years ago |
Elena Fedotova
|
b435ff0bb7
|
Purpose: updated the video chapter
|
14 years ago |
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
60633fddd0
|
fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo)
|
14 years ago |
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 |