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 |
|
Ilya Lysenkov
|
dfdbf0abd0
|
Added support of the 1 width element in morphology (ticket #1099).
|
2011-05-31 14:50:25 +00:00 |
|
Andrey Kamaev
|
dce5bf4921
|
Tegra optimization of cv::threshold
|
2011-05-30 13:12:01 +00:00 |
|
Vadim Pisarevsky
|
7659c77619
|
fixed formatting a bit
|
2011-05-24 13:38:55 +00:00 |
|
Vadim Pisarevsky
|
c639b2a85e
|
avoid crash in the case of multiple pyramid levels
|
2011-05-23 13:50:17 +00:00 |
|
Alexey Spizhevoy
|
f44632ee6f
|
switched float with short in blending step (opencv_stitching)
|
2011-05-23 13:08:31 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Vadim Pisarevsky
|
d40320090b
|
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058)
|
2011-05-19 12:19:48 +00:00 |
|
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
|
Vadim Pisarevsky
|
98f090e390
|
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066)
|
2011-05-18 13:05:46 +00:00 |
|
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
2011-05-17 15:44:01 +00:00 |
|
Andrey Kamaev
|
058b761a46
|
cv:threshold optimization for Tegra
|
2011-05-12 15:22:55 +00:00 |
|
Vadim Pisarevsky
|
facff37e82
|
reviewed ? marks in features2d
|
2011-05-11 23:31:50 +00:00 |
|
Vladislav Vinogradov
|
79b500eb0d
|
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
|
2011-05-10 06:28:48 +00:00 |
|
Vladislav Vinogradov
|
bf29b16d1d
|
fixed bug in cv::Sobel (ddepth < 0)
|
2011-05-10 06:24:44 +00:00 |
|
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
2011-05-06 21:45:48 +00:00 |
|
Maria Dimashova
|
94a5bf88d0
|
fixed #1048
|
2011-05-06 12:15:14 +00:00 |
|
Vadim Pisarevsky
|
ae8f2eeac2
|
restored img_proc_test main() call; removed windows.h from ml.hpp
|
2011-05-06 11:51:39 +00:00 |
|
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
2011-05-05 13:31:54 +00:00 |
|
Maria Dimashova
|
95f7e5ca2f
|
fixed #1046
|
2011-05-05 11:44:11 +00:00 |
|
Vadim Pisarevsky
|
573c637ea5
|
fixed artifacts in warpPerspective (ticket #1024)
|
2011-05-03 17:28:17 +00:00 |
|
Vadim Pisarevsky
|
ce2edd137d
|
fixed typo in fitellipse err message (ticket #365)
|
2011-05-02 22:37:21 +00:00 |
|
Elena Fedotova
|
b561cecbab
|
Purpose: completed the imgproc chapter
|
2011-04-30 14:04:51 +00:00 |
|
Elena Fedotova
|
2eecdcd50c
|
Purpose: completed the imgproc chapter
|
2011-04-30 13:53:21 +00:00 |
|
Elena Fedotova
|
25f289eae9
|
Purpose: completed the imgproc chapter
|
2011-04-30 13:53:08 +00:00 |
|
Elena Fedotova
|
150d7aab90
|
Purpose: completed the imgproc chapter
|
2011-04-30 13:52:54 +00:00 |
|
Elena Fedotova
|
753b689d85
|
Purpose: completed the imgproc chapter
|
2011-04-30 13:52:40 +00:00 |
|
Elena Fedotova
|
046c9ac033
|
Purpose: completed the imgproc chapter
|
2011-04-30 13:52:25 +00:00 |
|