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 |
Vadim Pisarevsky
|
98f090e390
|
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066)
|
14 years ago |
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
14 years ago |
Andrey Kamaev
|
058b761a46
|
cv:threshold optimization for Tegra
|
14 years ago |
Vadim Pisarevsky
|
facff37e82
|
reviewed ? marks in features2d
|
14 years ago |
Vladislav Vinogradov
|
79b500eb0d
|
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
|
14 years ago |
Vladislav Vinogradov
|
bf29b16d1d
|
fixed bug in cv::Sobel (ddepth < 0)
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Maria Dimashova
|
94a5bf88d0
|
fixed #1048
|
14 years ago |
Vadim Pisarevsky
|
ae8f2eeac2
|
restored img_proc_test main() call; removed windows.h from ml.hpp
|
14 years ago |
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
14 years ago |
Maria Dimashova
|
95f7e5ca2f
|
fixed #1046
|
14 years ago |
Vadim Pisarevsky
|
573c637ea5
|
fixed artifacts in warpPerspective (ticket #1024)
|
14 years ago |
Vadim Pisarevsky
|
ce2edd137d
|
fixed typo in fitellipse err message (ticket #365)
|
14 years ago |
Elena Fedotova
|
b561cecbab
|
Purpose: completed the imgproc chapter
|
14 years ago |
Elena Fedotova
|
2eecdcd50c
|
Purpose: completed the imgproc chapter
|
14 years ago |
Elena Fedotova
|
25f289eae9
|
Purpose: completed the imgproc chapter
|
14 years ago |
Elena Fedotova
|
150d7aab90
|
Purpose: completed the imgproc chapter
|
14 years ago |
Elena Fedotova
|
753b689d85
|
Purpose: completed the imgproc chapter
|
14 years ago |
Elena Fedotova
|
046c9ac033
|
Purpose: completed the imgproc chapter
|
14 years ago |
Elena Fedotova
|
738c5bb495
|
Purpose: completed the imgproc chapter
|
14 years ago |
Vadim Pisarevsky
|
9ca45daba3
|
fixed couple of integral-related bugs
|
14 years ago |
Vadim Pisarevsky
|
0a8c7d274b
|
fixed typo in cv::erode description
|
14 years ago |
Vadim Pisarevsky
|
0556c5ede2
|
make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch)
|
14 years ago |
Elena Fedotova
|
e2caf4a3ed
|
Purpose: updated the imgproc chapter
|
14 years ago |
Vadim Pisarevsky
|
e9a5bbc003
|
fixed ?? marks; fixed missing highlighting in some of the sections
|
14 years ago |
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
14 years ago |
Andrey Kamaev
|
7e2f771940
|
Android compatibility fix for r4885: __kernel replaced with filter_kernel
|
14 years ago |
Elena Fedotova
|
1965b297d0
|
Purpose: updated the imgproc chapter
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
2388fa223e
|
patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren)
|
14 years ago |
Vladislav Vinogradov
|
d888b81052
|
fixed gpu docs (broken links, missing description, etc)
|
14 years ago |