Vadim Pisarevsky
|
d8417af086
|
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
|
2011-07-24 10:34:14 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Kirill Kornyakov
|
e715894ffb
|
fix by Vadim in calcBackProject: additional case is considered
|
2011-07-19 11:17:03 +00:00 |
|
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
|
Vadim Pisarevsky
|
16ba62dcd5
|
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
|
2011-07-18 13:05:34 +00:00 |
|
Andrey Kamaev
|
be2c4ddbdd
|
Android:
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
|
2011-07-16 22:31:47 +00:00 |
|
Vadim Pisarevsky
|
f2e1a64c1b
|
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
|
2011-07-16 09:35:56 +00:00 |
|
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
2011-07-14 14:13:10 +00:00 |
|
Vadim Pisarevsky
|
21409de176
|
optimized sparse LK optical flow (tickets #1062 and #1210)
|
2011-07-11 23:03:05 +00:00 |
|
Andrey Kamaev
|
dfe7708f17
|
Improved javadoc comments generation scripts; fixed some typos in documentation
|
2011-07-11 13:33:05 +00:00 |
|
Vadim Pisarevsky
|
0940573e8b
|
fixed a few more typos in the docs.
|
2011-07-07 16:59:09 +00:00 |
|
Vadim Pisarevsky
|
5649f35757
|
some more bugfixed in 2.3 propagated to trunk
|
2011-07-07 11:43:21 +00:00 |
|
Andrey Kamaev
|
741a689f65
|
Improved RST parser; fixed small typos found by new parser
|
2011-07-07 11:23:51 +00:00 |
|
Vadim Pisarevsky
|
b33224f0b6
|
merged the latest fixes in 2.3 to trunk
|
2011-07-04 16:18:12 +00:00 |
|
Vadim Pisarevsky
|
a5d53e3e2f
|
some more corrections from Gabor
|
2011-07-01 12:09:39 +00:00 |
|
Vadim Pisarevsky
|
6c8a2b8888
|
propagated fixes in docs and cap_dshow to trunk
|
2011-07-01 09:39:22 +00:00 |
|
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-30 12:06:26 +00:00 |
|
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.
|
2011-06-30 00:41:41 +00:00 |
|
Vadim Pisarevsky
|
b204e73d9a
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-29 22:06:42 +00:00 |
|
Vadim Pisarevsky
|
dacd265424
|
propagated some more fixes from 2.3 branch to the trunk
|
2011-06-29 22:04:43 +00:00 |
|
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
2011-06-23 12:00:09 +00:00 |
|
Vadim Pisarevsky
|
b1bf1deed0
|
fixed 2 bugs in reference manuals
|
2011-06-23 11:46:14 +00:00 |
|
Vadim Pisarevsky
|
2e54482de9
|
fixed formula in cvIntegral/integral description
|
2011-06-19 23:24:01 +00:00 |
|
Vadim Pisarevsky
|
c37e063914
|
removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++.
|
2011-06-18 10:03:01 +00:00 |
|
Vladimir Dudnik
|
6e38b6aaed
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
2011-06-17 06:31:54 +00:00 |
|
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
2011-06-16 12:48:23 +00:00 |
|
Kirill Kornyakov
|
b138dbde3f
|
bugfix in warpAffine, correct buffer size should be used
|
2011-06-16 06:08:27 +00:00 |
|
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
2011-06-14 12:03:34 +00:00 |
|
Vadim Pisarevsky
|
79f3260b8e
|
fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel()
|
2011-06-14 10:26:24 +00:00 |
|
Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
2011-06-13 20:56:27 +00:00 |
|
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
2011-06-11 17:24:09 +00:00 |
|
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
2011-06-09 01:16:45 +00:00 |
|
Ilya Lysenkov
|
839c1bea4b
|
Fixed matchTemplate doc (ticket #1045)
|
2011-06-08 15:37:49 +00:00 |
|
Ilya Lysenkov
|
35e25b760e
|
Added the EMD function description (ticket #696)
|
2011-06-08 10:16:16 +00:00 |
|
Ilya Lysenkov
|
1e945dc984
|
Added documenation of the Earth Mover Distance (C++ interface, ticket #696)
|
2011-06-08 10:08:24 +00:00 |
|
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
2011-06-08 06:55:04 +00:00 |
|
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
2011-06-07 22:51:31 +00:00 |
|
Ilya Lysenkov
|
07e2deccb9
|
Fixed the RGB2HSV formula (ticket #868)
|
2011-06-07 12:22:07 +00:00 |
|
Ilya Lysenkov
|
bd33e0a3da
|
Minor change to contourArea example
|
2011-06-07 09:30:49 +00:00 |
|
Vadim Pisarevsky
|
fcd2a0c3d3
|
fixed VS2010 compile warnings and errors
|
2011-06-06 15:15:30 +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
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
2011-06-04 18:15:52 +00:00 |
|
Vadim Pisarevsky
|
922fc58201
|
added CV_64F support to cv::remap (ticket #650)
|
2011-06-03 17:06:08 +00:00 |
|
Vadim Pisarevsky
|
2c1e913b2d
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
2011-06-03 15:45:50 +00:00 |
|
Vadim Pisarevsky
|
262fc33024
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
|
2011-06-03 14:26:30 +00:00 |
|
Vadim Pisarevsky
|
6be2a79fb9
|
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
|
2011-06-03 13:25:44 +00:00 |
|
Alexey Spizhevoy
|
4401f33e10
|
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
|
2011-06-02 12:13:06 +00:00 |
|
Vadim Pisarevsky
|
1a0b1d2aea
|
improved CV_RGBHSV_FULL accuracy (ticket #938)
|
2011-06-02 12:10:18 +00:00 |
|
Vadim Pisarevsky
|
8191b5564f
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
2011-06-01 13:45:08 +00:00 |
|
Vadim Pisarevsky
|
d5af311a77
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
2011-06-01 13:15:43 +00:00 |
|