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 |
Vadim Pisarevsky
|
70d2c57e35
|
moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705)
|
14 years ago |
Vadim Pisarevsky
|
a937d9d43c
|
unified the coordinate interpretation in RotatedRect (ticket #425)
|
14 years ago |
Vadim Pisarevsky
|
cbe132cabe
|
several small fixes; added overloaded variant of cv::drawChessboardCorners
|
14 years ago |
Vadim Pisarevsky
|
54ef4c08c2
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
Vadim Pisarevsky
|
59e2afe4d2
|
fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406)
|
14 years ago |
Vadim Pisarevsky
|
1286c1db45
|
fixed multiple warnings from VS2010.
|
14 years ago |
Vadim Pisarevsky
|
d366c0b2fa
|
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
|
14 years ago |
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
14 years ago |
Ethan Rublee
|
89c4bc54d9
|
fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list
|
14 years ago |
Vadim Pisarevsky
|
cf0d9da643
|
added 64f support in cv::resize
|
14 years ago |
Vadim Pisarevsky
|
e18427b139
|
another fix on the ticket #518 - ignore all the circles with radius outside of the specified range
|
14 years ago |
Vadim Pisarevsky
|
ce41f74ab4
|
decreased the lower canny threshold in HoughCircles, helps to detect some circles in low-contrast images (ticket #518)
|
14 years ago |
Vadim Pisarevsky
|
9785cc1427
|
removed memset in cv::pyrMeanShiftFiltering (ticket #664)
|
14 years ago |
Vadim Pisarevsky
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
14 years ago |
Vadim Pisarevsky
|
96ad3b57b8
|
LANCZOS4 interpolation constant added to C interface
|
14 years ago |
Vadim Pisarevsky
|
6cd01dc6ca
|
mapstep type was also changed to ptrdiff_t (ticket #157)
|
14 years ago |
Vadim Pisarevsky
|
1fce36a164
|
try to make a more elegant workaround for the incorrectly generated code in Canny (ticket #157)
|
14 years ago |
Vadim Pisarevsky
|
5791e89e4d
|
fixed buffer allocation for constant-value borders in the filter engine (ticket #524)
|
14 years ago |
Vadim Pisarevsky
|
bffb5f8b58
|
fixed initialization of the border interpolation table in the filter engine (ticket #161)
|
14 years ago |
Vadim Pisarevsky
|
957cff2493
|
rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557)
|
14 years ago |
Vadim Pisarevsky
|
9e7b8d5f67
|
rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557)
|
14 years ago |
Vadim Pisarevsky
|
8217b34f60
|
fixed transparent border handling one more time (tickets #572 & #575)
|
14 years ago |
Maria Dimashova
|
762cf182ef
|
modified grabCut: noise is added only if covariance determinant = 0
|
14 years ago |
Vadim Pisarevsky
|
79ca6d8995
|
fixed sparse histogram update (ticket #526)
|
14 years ago |