Commit Graph

1788 Commits

Author SHA1 Message Date
Andrey Kamaev
9f29506d2c Refactored NEON optimization usage 2011-05-06 12:24:56 +00:00
Maria Dimashova
94a5bf88d0 fixed #1048 2011-05-06 12:15:14 +00:00
Vadim Pisarevsky
62b966460d do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch) 2011-05-06 12:06:20 +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
Ilya Lysenkov
dde9181117 Added a fast algorithm for the symmetric circles grid detection 2011-05-06 09:40:18 +00:00
Alexey Spizhevoy
58b7c344aa refactored opencv_stitching 2011-05-06 08:05:02 +00:00
Alexey Spizhevoy
29b917a500 now BA in opencv_stitching uses only geometrically consistent matches 2011-05-06 07:14:36 +00:00
Alexey Spizhevoy
15173fc559 added wave correct support into opencv_stitching 2011-05-06 06:20:41 +00:00
Alexey Spizhevoy
3928dd9d99 added --ba_thresh key into opencv_stitching CLI 2011-05-06 05:14:07 +00:00
Alexey Spizhevoy
e72c0ad661 fixed BA error calculation in opencv_stitching, added draft version of waveCorrect 2011-05-05 15:12:36 +00:00
Vadim Pisarevsky
f39db3f15a fixed problems indicated with ? marks 2011-05-05 13:31:54 +00:00
Alexey Spizhevoy
3467c6f732 opencv_stitching refactoring 2011-05-05 12:12:32 +00:00
Alexey Spizhevoy
f6fc807d49 fixed some tests in gpu module 2011-05-05 11:44:47 +00:00
Maria Dimashova
95f7e5ca2f fixed #1046 2011-05-05 11:44:11 +00:00
Maria Dimashova
66c116ec6a fixed #1044 2011-05-05 10:10:46 +00:00
Vadim Pisarevsky
71d14386e4 fixed generation of Python wrapper cv2. 2011-05-04 19:45:21 +00:00
Elena Fedotova
916ec81d09 Purpose: updated the feature2d chapter 2011-05-04 19:22:51 +00:00
Vadim Pisarevsky
d3a159d3cc added missing Python wrappers for OpenCV 1.x 2011-05-04 17:31:48 +00:00
Maria Dimashova
1b5f5dd371 changed GBT parameters in sample 2011-05-04 14:49:02 +00:00
Maria Dimashova
8bbbd93410 fixed #1025 2011-05-04 11:12:17 +00:00
Vladislav Vinogradov
336989f80b added image stitching module 2011-05-04 11:09:42 +00:00
Maria Dimashova
d7f04f04cc fixed #1038 2011-05-04 10:19:12 +00:00
Vladislav Vinogradov
6200f388dd fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse) 2011-05-04 08:53:43 +00:00
Elena Fedotova
af6072814c Purpose: updated the feature2d chapter 2011-05-03 20:41:11 +00:00
Vadim Pisarevsky
573c637ea5 fixed artifacts in warpPerspective (ticket #1024) 2011-05-03 17:28:17 +00:00
Vadim Pisarevsky
7f7965bc93 separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test 2011-05-03 16:00:31 +00:00
Vadim Pisarevsky
0c9e5f6c9c removed comments in Russian 2011-05-03 13:03:48 +00:00
Vadim Pisarevsky
6432267de8 corrected angular difference check in MSER test (thanks to Pieter-Jan Busschaert for the patch) 2011-05-03 12:58:58 +00:00
Stefano Fabri
dff9c0703f Fix a litte bug on matrix subtraction 2011-05-03 10:56:20 +00:00
Vladislav Vinogradov
c21a783646 added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
fixed bugs in gpu::cvtColor
2011-05-03 09:09:05 +00:00
Andrey Kamaev
727fbd5376 Android cmake toolchain file is included into OpenCV 2011-05-03 08:13:50 +00:00
Vadim Pisarevsky
ce2edd137d fixed typo in fitellipse err message (ticket #365) 2011-05-02 22:37:21 +00:00
Vadim Pisarevsky
d02a0cab48 updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952 2011-05-02 22:20:22 +00:00
Elena Fedotova
b435ff0bb7 Purpose: updated the video chapter 2011-05-02 20:21:37 +00:00
Elena Fedotova
a766f9b446 Purpose: updated the highgui chapter 2011-05-02 19:34:16 +00:00
Maria Dimashova
2f81eb22f6 fixed #887 2011-05-02 17:04:29 +00:00
Maria Dimashova
9ce792fb3a minor 2011-05-02 17:03:53 +00:00
Vadim Pisarevsky
ad84d784ee make CMAKE_INSTALL_PREFIX available on Windows as well 2011-05-02 08:13:36 +00:00
Maria Dimashova
b9662e099c added the filtering of keypoints having zero size (#877) 2011-05-01 17:38:52 +00:00
Vadim Pisarevsky
d3aa228073 fixed opencv-ffmpeg compile bug with MinGW (thanks to takacsd for the patch) 2011-05-01 17:09:40 +00:00
Maria Dimashova
098795cd16 minor changes 2011-05-01 09:01:57 +00:00
Vadim Pisarevsky
23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 2011-04-30 19:29:26 +00:00
Maria Dimashova
92852ca06e added new ML models to points_classifier sample 2011-04-30 18:04:33 +00:00
Maria Dimashova
5c9e6b7059 fixed CvGBTrees 2011-04-30 18:02:56 +00:00
Maria Dimashova
481d0b2c56 fixed CvBoost 2011-04-30 17:39:24 +00:00
Maria Dimashova
428aef522b added new sample on ML models 2011-04-30 16:44:34 +00:00
Elena Fedotova
e762f2a33c Purpose: updated the highgui chapter 2011-04-30 14:10:45 +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