Vadim Pisarevsky
|
21409de176
|
optimized sparse LK optical flow (tickets #1062 and #1210)
|
14 years ago |
Andrey Kamaev
|
dfe7708f17
|
Improved javadoc comments generation scripts; fixed some typos in documentation
|
14 years ago |
Vadim Pisarevsky
|
0940573e8b
|
fixed a few more typos in the docs.
|
14 years ago |
Vadim Pisarevsky
|
5649f35757
|
some more bugfixed in 2.3 propagated to trunk
|
14 years ago |
Andrey Kamaev
|
741a689f65
|
Improved RST parser; fixed small typos found by new parser
|
14 years ago |
Vadim Pisarevsky
|
b33224f0b6
|
merged the latest fixes in 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
a5d53e3e2f
|
some more corrections from Gabor
|
14 years ago |
Vadim Pisarevsky
|
6c8a2b8888
|
propagated fixes in docs and cap_dshow to trunk
|
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 |
Vadim Pisarevsky
|
dacd265424
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
b1bf1deed0
|
fixed 2 bugs in reference manuals
|
14 years ago |
Vadim Pisarevsky
|
2e54482de9
|
fixed formula in cvIntegral/integral description
|
14 years ago |
Vadim Pisarevsky
|
c37e063914
|
removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++.
|
14 years ago |
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)
|
14 years ago |
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
14 years ago |
Kirill Kornyakov
|
b138dbde3f
|
bugfix in warpAffine, correct buffer size should be used
|
14 years ago |
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
14 years ago |
Vadim Pisarevsky
|
79f3260b8e
|
fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel()
|
14 years ago |
Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Ilya Lysenkov
|
839c1bea4b
|
Fixed matchTemplate doc (ticket #1045)
|
14 years ago |
Ilya Lysenkov
|
35e25b760e
|
Added the EMD function description (ticket #696)
|
14 years ago |
Ilya Lysenkov
|
1e945dc984
|
Added documenation of the Earth Mover Distance (C++ interface, ticket #696)
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Ilya Lysenkov
|
07e2deccb9
|
Fixed the RGB2HSV formula (ticket #868)
|
14 years ago |
Ilya Lysenkov
|
bd33e0a3da
|
Minor change to contourArea example
|
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 |
Vadim Pisarevsky
|
922fc58201
|
added CV_64F support to cv::remap (ticket #650)
|
14 years ago |
Vadim Pisarevsky
|
2c1e913b2d
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
|
14 years ago |
Vadim Pisarevsky
|
262fc33024
|
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686)
|
14 years ago |
Vadim Pisarevsky
|
6be2a79fb9
|
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013)
|
14 years ago |
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)
|
14 years ago |
Vadim Pisarevsky
|
1a0b1d2aea
|
improved CV_RGBHSV_FULL accuracy (ticket #938)
|
14 years ago |
Vadim Pisarevsky
|
8191b5564f
|
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811)
|
14 years ago |
Vadim Pisarevsky
|
d5af311a77
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
14 years ago |
Ilya Lysenkov
|
dfdbf0abd0
|
Added support of the 1 width element in morphology (ticket #1099).
|
14 years ago |
Andrey Kamaev
|
dce5bf4921
|
Tegra optimization of cv::threshold
|
14 years ago |
Vadim Pisarevsky
|
7659c77619
|
fixed formatting a bit
|
14 years ago |
Vadim Pisarevsky
|
c639b2a85e
|
avoid crash in the case of multiple pyramid levels
|
14 years ago |
Alexey Spizhevoy
|
f44632ee6f
|
switched float with short in blending step (opencv_stitching)
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Vadim Pisarevsky
|
d40320090b
|
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058)
|
14 years ago |
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
14 years ago |