Commit Graph

2251 Commits

Author SHA1 Message Date
Alexander Shishkov
c5787c5262 added missing audevcod.h 2011-06-16 14:28:29 +00:00
Vadim Pisarevsky
1987de1d77 added missing errors.h 2011-06-16 13:21:22 +00:00
Ilya Lysenkov
0565a9456d Qt: fixed using of OpenCV in another Qt app (patch #919) 2011-06-16 13:20:50 +00:00
Vadim Pisarevsky
8d8ef596c8 introduced new RST/Sphinx domain ocv. 2011-06-16 12:48:23 +00:00
Ilya Lysenkov
4f3fb040a4 Qt: fixed resizing of maximized window (patch #858). 2011-06-16 12:44:04 +00:00
Maria Dimashova
0209d72534 minor change (moved methods implementation from hpp to cpp) 2011-06-16 12:35:40 +00:00
Anatoly Baksheev
74f1162a41 tabs 2011-06-16 10:33:32 +00:00
Vadim Pisarevsky
35d5a671a2 little fix: "and" => "AND" 2011-06-16 10:20:26 +00:00
Vadim Pisarevsky
498451872b another small correction to build cap_dshow.cpp in highgui 2011-06-16 10:11:43 +00:00
Vadim Pisarevsky
17b18de531 added missing evcode.h; made videoinput optional (ticket #1142) 2011-06-16 09:51:34 +00:00
Andrey Morozov
802fcc57a2 fixed "bitrate tolerance too small for bitrate" 2011-06-16 08:31:08 +00:00
Kirill Kornyakov
b138dbde3f bugfix in warpAffine, correct buffer size should be used 2011-06-16 06:08:27 +00:00
Vadim Pisarevsky
412e7a835f videoInput is now integrated into highgui and built from sources 2011-06-15 22:59:41 +00:00
P. Druzhkov
e20d570ed1 brief gbt documentation added. some sample fixes made. code updated. 2011-06-15 21:54:25 +00:00
Elena Fedotova
9c071c6a30 Purpose: 2nd review cycle: many links in this topic are broken (don't know why). The table in the very beginning includes two functions only. what about the rest? 2011-06-15 21:28:58 +00:00
Vadim Pisarevsky
4b4e30f6c1 fixed gcc dwarf2 check 2011-06-15 17:34:43 +00:00
Alexander Shishkov
13a9129d20 turned off WITH_VIDEOINPUT for mingw with dwarf2 2011-06-15 15:59:50 +00:00
Alexander Mordvintsev
1a208fe132 use cv2 function
added color_histogram.py sample
work on VideoSynth (chessboard)
2011-06-15 13:58:40 +00:00
Maria Dimashova
35aa133d9a minor formating 2011-06-15 13:30:26 +00:00
Alexander Shishkov
db85928e7f fixed compilation error on MCVS in descriptors.cpp 2011-06-15 13:26:46 +00:00
Ilya Lysenkov
f0cc8d3085 QT: fixed exceptions (ticket #901) 2011-06-15 13:26:40 +00:00
Vadim Pisarevsky
06ac78ee23 some more corrections in the docs 2011-06-15 13:16:57 +00:00
Maria Dimashova
1932942924 fixed OpponentColorDescriptorExtractor (#1109) 2011-06-15 12:51:54 +00:00
Vadim Pisarevsky
0876f69dbf added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut) 2011-06-15 12:10:33 +00:00
Vladislav Vinogradov
0d09352fca fixed gpu::cvtColor 2011-06-15 11:57:08 +00:00
Maria Dimashova
ada3e6e624 fixed erasing class_id and response members in sift (#1130) 2011-06-15 10:15:05 +00:00
Maria Dimashova
2920796800 minor 2011-06-15 10:11:20 +00:00
Ilya Lysenkov
96503991b1 Fixed wheel zoom with QT (ticket #733) 2011-06-15 09:27:38 +00:00
Anatoly Baksheev
117ff43cc3 default cuda target flags changed
cuda support is on by default
2011-06-15 08:05:34 +00:00
Ana Huaman
523f53f277 Modified conf.py. Added extlinks for the tutorials 2011-06-14 23:25:23 +00:00
Ana Huaman
9a403277bf Added a extlinks section for external links to the OpenCV cpp reference 2011-06-14 23:23:03 +00:00
Ana Huaman
f2cd4604c5 Added two more drawing tutorials 2011-06-14 23:19:19 +00:00
Anton Obukhov
c6a7432e92 [*] Approach to the bug with integral image calculation on SM_2.0 (Fermi) 2011-06-14 17:34:00 +00:00
Ana Huaman
276a19d354 Saving the first batch of tutorials: Short installation guide and a few tutorials for beginners 2011-06-14 16:44:48 +00:00
Alexander Mordvintsev
194506397e python helper routines (common.py) added 2011-06-14 15:02:57 +00:00
Alexander Shishkov
d22b94757c fixed test_precornerdetect, test_findstereocorrespondence, test_calchist 2011-06-14 13:58:02 +00:00
Alexander Shishkov
b9f5a2f4ee fixed compilation on Mingw64 2011-06-14 13:40:08 +00:00
Maria Dimashova
1580806730 removed DOT implementation 2011-06-14 12:28:44 +00:00
Alexander Mordvintsev
6616606ea4 work on calibration sample 2011-06-14 12:14:02 +00:00
Vadim Pisarevsky
22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 2011-06-14 12:03:34 +00:00
Vladislav Vinogradov
e05c488868 minor fix 2011-06-14 11:57:26 +00:00
Vladislav Vinogradov
1c1a61dd37 added __forceinline__ to device functions
fixed BFM warning ("cannot tell what pointer points to")
2011-06-14 11:27:32 +00:00
Vadim Pisarevsky
79f3260b8e fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel() 2011-06-14 10:26:24 +00:00
Alexander Shishkov
6ecebb7f66 fixed #768 ticket
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
2011-06-14 10:19:56 +00:00
Alexander Shishkov
ca758a9dac fixed #768 ticket 2011-06-14 10:11:16 +00:00
Vadim Pisarevsky
3c8cff3d7e fixed ellipse orientation in fitellipse.py 2011-06-14 09:23:29 +00:00
Alexander Shishkov
bce15cb6dd added new version of ffmpeg binary for compilation on Mingw64/MSVC64 2011-06-14 08:06:55 +00:00
Vladislav Vinogradov
2e13a4cd52 removed MultiGpuManager from docs 2011-06-14 07:50:54 +00:00
Vladislav Vinogradov
c00a1f63a0 fixed csbp test under linux 2011-06-14 07:44:20 +00:00
Vladislav Vinogradov
d469b31aec fixed csbp test for CC 1.x 2011-06-14 07:00:00 +00:00