530 Commits (e3577c2f586aaa83c858139d67c1317259416454)

Author SHA1 Message Date
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
Alexey Kazakov d002c137ea Modified integral calculation function, know it can build float integral by float source matrix 14 years ago
Vadim Pisarevsky 73f589e8a5 further docs cleanup 14 years ago
Vadim Pisarevsky 5c3447c125 added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 14 years ago
Vadim Pisarevsky f025e4739a some more doc cleanup 14 years ago
Vadim Pisarevsky 4bb893aa9f the first round of cleaning up the RST docs 14 years ago
Vadim Pisarevsky 3dc7a67f59 fixed the fast branch of INTER_AREA resize (ticket #921) 14 years ago
Vadim Pisarevsky 17dc1e1340 added 16u support in calcHist & calcBackProject; added image type checks (ticket #856) 14 years ago
Vadim Pisarevsky 24ccbccf63 cleaned RST formatting a bit 14 years ago
Vadim Pisarevsky 371aa08006 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
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) 14 years ago
Marius Muja 7d42dbdd71 Removing 'using namespace std' from header files, closes bugs #730 and #846 14 years ago
Vadim Pisarevsky e06557c4a1 temporarily disabled PyramidUp test (it crashes) 14 years ago
Vadim Pisarevsky d9ab1d2b92 fixed build on Windows with MSVC2010 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
Vladimir Dudnik c987b9f180 added IPP Sobel and Sharr filters. Also some minor changes. 14 years ago
Vadim Pisarevsky 90e191211e increased "inf" constant in the true distance transform algorithm to handle high-resolution images 14 years ago
Vadim Pisarevsky 4ad938afcc fixed incorrect sign of the result of the convolution with normalized asymmetric kernels (ticket #779) 14 years ago
Vadim Pisarevsky e90f197beb merged fix for x64 MSVC compile errors in highgui into trunk 14 years ago
Vladimir Dudnik b6f53fc465 cosmetic changes, removed trailing spaces 14 years ago
Vadim Pisarevsky 5633cf0379 one more fix in the recently rewritten copyMakeBorder 14 years ago
Vadim Pisarevsky 51d039945a fixed cv::CHAIN_APPROX_* definitions (ticket #755) 14 years ago
Vadim Pisarevsky 76c8a7d96b rewrote copyMakeBorder (to support other border types and fix some bugs) 14 years ago
Vadim Pisarevsky fcdce4edcb fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency 14 years ago
Vadim Pisarevsky da293ee3d9 SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum 14 years ago
Vadim Pisarevsky 6a15ff8d13 added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h 14 years ago
Vadim Pisarevsky 8af2d0acb4 fixed recent failures in shape-convhull & shape-minarearect 14 years ago