1618 Commits

Author SHA1 Message Date
Vadim Pisarevsky
391603e2e8 fix cap_ffmpeg.cpp build when no ffmpeg is found 2011-07-03 23:45:35 +00:00
Vadim Pisarevsky
a31ad531f0 fix build on Linux/Mac 2011-07-03 23:42:33 +00:00
Vadim Pisarevsky
4bc4cdb919 added BUILD_WITH_DEBUG_INFO option, which (when is turned off) lets user to get more compact binaries, especially in debug mode. reworked opencv_ffmpeg module. Now we have opencv_ffmpeg.dll and opencv_ffmpeg_64.dll, which have very few dependencies and can be used by any further OpenCV version. 2011-07-03 23:02:53 +00:00
Vadim Pisarevsky
cd24a3ec45 exclude ffmpeg from static crt builds; correct TBB lib path on x64 2011-07-02 22:43:35 +00:00
Vadim Pisarevsky
53f67de6a1 fix displaying backprojectpatch picture, parameter description in planar subdivs; one more fix from Gabor 2011-07-01 21:33:41 +00:00
Elena Fedotova
14e70599f2 Purpose: 2nd review cycle - final 2011-07-01 21:25:19 +00:00
Elena Fedotova
7cc52490ec Purpose: 2nd review cycle - final 2011-07-01 21:09:31 +00:00
Elena Fedotova
11a03c89a4 Purpose: 2nd review cycle - final 2011-07-01 21:00:37 +00:00
Elena Fedotova
b487ba4d63 Purpose: 2nd review cycle - final 2011-07-01 20:44:51 +00:00
Vadim Pisarevsky
4adcfc6215 we do not need strmiids.lib anymore 2011-07-01 13:42:18 +00:00
Vadim Pisarevsky
69f55e9a99 some more corrections from Gabor 2011-07-01 12:05:48 +00:00
Vadim Pisarevsky
48a4493dfa a few corrections from Gabor 2011-07-01 09:31:16 +00:00
Vincent Rabaud
785e77086f - make sure we don't crash for an empty image 2011-07-01 01:26:00 +00:00
Vadim Pisarevsky
403b9b36a4 added missing break in setProperty() method (ticket #1183) 2011-06-30 20:50:05 +00:00
Elena Fedotova
9d2d0404e5 Purpose: 2nd review cycle. 2011-06-30 20:15:42 +00:00
Andrey Morozov
341f9f9272 fixed compile error on VS2010 2011-06-30 12:21:39 +00:00
Vadim Pisarevsky
6a964b81d4 added some pics, used by python tests, to samples/cpp. fixed python tests. fixed overflow on Core_Mul test 2011-06-30 11:46:29 +00:00
Vadim Pisarevsky
00ca5812d5 fixed many Sphinx warnings 2011-06-30 11:02:21 +00:00
Vadim Pisarevsky
9a2e0b81e9 fixed generation of opencv_ffmpeg in the case of static libs 2011-06-29 23:44:26 +00:00
Vadim Pisarevsky
05c98f568f corrected a few bugs in refman 2011-06-29 19:14:55 +00:00
Vadim Pisarevsky
36af349ab4 corrected a few bugs in refman 2011-06-29 19:13:19 +00:00
Vadim Pisarevsky
9638448c81 reference manuals merge is complete! 2011-06-29 17:21:43 +00:00
Vincent Rabaud
7f38aa60a2 fix #1169 2011-06-29 17:02:12 +00:00
Vadim Pisarevsky
04cbb956bf fixed problem with copying huge matrices (and probably other operations on huge matrices) (#1176) 2011-06-29 15:21:49 +00:00
Vadim Pisarevsky
37d76471ac added check for multi-channel matrices in cv::compare (ticket #1175) 2011-06-29 13:05:25 +00:00
Ilya Lysenkov
9074e79f7d ML doc fixes 2011-06-29 08:16:16 +00:00
James Bowman
183be05274 Merge trunk bugfix r5723 2011-06-29 00:49:31 +00:00
Ilya Lysenkov
284a9b083e Merged ml docs with 1.1 docs 2011-06-28 15:18:54 +00:00
Ilya Lysenkov
f8597ceb8b Improved docs of Neural Networks 2011-06-28 12:14:26 +00:00
Andrey Morozov
57344608ea revert changes 2011-06-28 09:24:26 +00:00
Ilya Lysenkov
0aaea76621 Improved docs of SVM 2011-06-28 08:11:25 +00:00
Vadim Pisarevsky
c6b7cfc13c continued merging of C, Python and C++ reference manuals 2011-06-27 22:42:45 +00:00
Vadim Pisarevsky
a2880a547a fixed Matx<m, n>::diag(const Matx<m, n>::diag_type& d) constructor. 2011-06-27 19:50:54 +00:00
Ilya Lysenkov
fea2b6e5dd Documented CvSVMParams 2011-06-27 14:45:36 +00:00
Vadim Pisarevsky
c21cf06c5f integrated most of the new Python stuff into the reference manual 2011-06-27 13:33:19 +00:00
Ilya Lysenkov
831857994c Updated Normal Bayes Classifier docs 2011-06-27 10:02:04 +00:00
Ilya Lysenkov
f7495e5845 Updated GBT docs 2011-06-27 09:42:18 +00:00
Ilya Lysenkov
0f0573e722 Minor improvements of boosting docs 2011-06-27 09:10:14 +00:00
Vadim Pisarevsky
f9782b3a06 merged the latest changes (grammar & style fix) and pre-latest changes (C & old Python interface and relocated short descriptions). Also, made some additional corrections 2011-06-27 08:13:00 +00:00
Ilya Lysenkov
ef392b0553 Minor doc fix 2011-06-27 08:12:50 +00:00
Ilya Lysenkov
86ab189b01 Improved docs of K-Nearest Neighbors 2011-06-27 08:10:04 +00:00
Vadim Pisarevsky
83f25a345d merged the latest changes (grammar & style fix) and pre-latest changes (C & old Python interface and relocated short descriptions). Also, made some additional corrections 2011-06-27 08:03:42 +00:00
Elena Fedotova
ea520d1307 Purpose: 2nd review cycle. 2011-06-27 05:04:15 +00:00
Elena Fedotova
1c41a747f7 Purpose: 2nd review cycle. 2011-06-27 04:53:01 +00:00
Elena Fedotova
eb0714da28 Purpose: 2nd review cycle. 2011-06-27 04:47:57 +00:00
Vadim Pisarevsky
8003831f93 inserted some C & old Python declarations into the reference manual 2011-06-26 21:37:16 +00:00
Vadim Pisarevsky
cf7f189fb2 added type check to calcOpticalFlowPyrLK; added data type specifications in this function description. 2011-06-25 09:04:10 +00:00
Vadim Pisarevsky
07b07481ec improved look of the generated PDF and html docs; started merging reference manuals 2011-06-24 23:55:51 +00:00
Vincent Rabaud
e2219b724e - fix a bug if the descriptor is used for images of different size 2011-06-24 23:21:24 +00:00
Vadim Pisarevsky
0e3af357d3 put short descriptions right after the titles 2011-06-24 16:27:57 +00:00