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 |
|
Elena Fedotova
|
738c5bb495
|
Purpose: completed the imgproc chapter
|
2011-04-30 13:52:10 +00:00 |
|
Vadim Pisarevsky
|
9ca45daba3
|
fixed couple of integral-related bugs
|
2011-04-29 11:55:33 +00:00 |
|
Vadim Pisarevsky
|
0a8c7d274b
|
fixed typo in cv::erode description
|
2011-04-26 13:51:30 +00:00 |
|
Vadim Pisarevsky
|
0556c5ede2
|
make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch)
|
2011-04-26 12:33:25 +00:00 |
|
Elena Fedotova
|
e2caf4a3ed
|
Purpose: updated the imgproc chapter
|
2011-04-24 21:02:14 +00:00 |
|
Vadim Pisarevsky
|
e9a5bbc003
|
fixed ?? marks; fixed missing highlighting in some of the sections
|
2011-04-19 11:41:12 +00:00 |
|
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +00:00 |
|
Andrey Kamaev
|
7e2f771940
|
Android compatibility fix for r4885: __kernel replaced with filter_kernel
|
2011-04-18 11:15:15 +00:00 |
|
Elena Fedotova
|
1965b297d0
|
Purpose: updated the imgproc chapter
|
2011-04-17 19:46:02 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
2388fa223e
|
patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren)
|
2011-04-04 10:58:07 +00:00 |
|
Vladislav Vinogradov
|
d888b81052
|
fixed gpu docs (broken links, missing description, etc)
|
2011-03-23 10:56:20 +00:00 |
|
Alexey Kazakov
|
d002c137ea
|
Modified integral calculation function, know it can build float integral by float source matrix
|
2011-03-17 17:05:31 +00:00 |
|
Vadim Pisarevsky
|
73f589e8a5
|
further docs cleanup
|
2011-03-08 22:22:24 +00:00 |
|
Vadim Pisarevsky
|
5c3447c125
|
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
|
2011-03-05 21:26:13 +00:00 |
|
Vadim Pisarevsky
|
f025e4739a
|
some more doc cleanup
|
2011-03-03 07:29:55 +00:00 |
|
Vadim Pisarevsky
|
4bb893aa9f
|
the first round of cleaning up the RST docs
|
2011-02-28 21:26:43 +00:00 |
|
Vadim Pisarevsky
|
3dc7a67f59
|
fixed the fast branch of INTER_AREA resize (ticket #921)
|
2011-02-27 19:04:48 +00:00 |
|
Vadim Pisarevsky
|
17dc1e1340
|
added 16u support in calcHist & calcBackProject; added image type checks (ticket #856)
|
2011-02-27 16:43:36 +00:00 |
|
Vadim Pisarevsky
|
24ccbccf63
|
cleaned RST formatting a bit
|
2011-02-26 11:05:10 +00:00 |
|
Vadim Pisarevsky
|
371aa08006
|
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
|
2011-02-22 20:43:26 +00:00 |
|
Vadim Pisarevsky
|
65a7f13af3
|
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
|
2011-02-18 10:29:57 +00:00 |
|
Marius Muja
|
7d42dbdd71
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
2011-02-16 06:36:15 +00:00 |
|
Vadim Pisarevsky
|
e06557c4a1
|
temporarily disabled PyramidUp test (it crashes)
|
2011-02-09 23:20:44 +00:00 |
|
Vadim Pisarevsky
|
d9ab1d2b92
|
fixed build on Windows with MSVC2010
|
2011-02-09 22:45:45 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|