Elena Fedotova [Sat, 18 Jun 2011 20:37:50 +0000 (20:37 +0000)]
Purpose: 2nd review cycle - see ?? . wrong syntax format
Ana Huaman [Sat, 18 Jun 2011 20:30:31 +0000 (20:30 +0000)]
Morphology code 1 added to tutorial-code/Image_Processing
Elena Fedotova [Sat, 18 Jun 2011 20:19:03 +0000 (20:19 +0000)]
Purpose: 2nd review cycle.
Ana Huaman [Sat, 18 Jun 2011 17:46:52 +0000 (17:46 +0000)]
Fixed a small link error in documentation
Ana Huaman [Sat, 18 Jun 2011 17:27:02 +0000 (17:27 +0000)]
Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code
Vadim Pisarevsky [Sat, 18 Jun 2011 13:09:57 +0000 (13:09 +0000)]
use "-O2 -DNDEBUG" in release by default in the case of MinGW
Vadim Pisarevsky [Sat, 18 Jun 2011 10:56:49 +0000 (10:56 +0000)]
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
Vadim Pisarevsky [Sat, 18 Jun 2011 10:03:01 +0000 (10:03 +0000)]
removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++.
Elena Fedotova [Fri, 17 Jun 2011 22:23:37 +0000 (22:23 +0000)]
Purpose: 2nd review cycle.
Elena Fedotova [Fri, 17 Jun 2011 21:38:06 +0000 (21:38 +0000)]
Purpose: 2nd review cycle.
Elena Fedotova [Fri, 17 Jun 2011 21:37:42 +0000 (21:37 +0000)]
Purpose: 2nd review cycle - see ?? .
Vadim Pisarevsky [Fri, 17 Jun 2011 21:21:01 +0000 (21:21 +0000)]
fixed calibrateCamera API (ticket #1143)
Vadim Pisarevsky [Fri, 17 Jun 2011 20:34:34 +0000 (20:34 +0000)]
fixed crashes in camshiftdemo (ticket #875)
Ana Huaman [Fri, 17 Jun 2011 20:13:53 +0000 (20:13 +0000)]
New basic filter sample added
Vadim Pisarevsky [Fri, 17 Jun 2011 19:12:21 +0000 (19:12 +0000)]
corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141)
Vadim Pisarevsky [Fri, 17 Jun 2011 19:03:26 +0000 (19:03 +0000)]
added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145)
Alexander Mordvintsev [Fri, 17 Jun 2011 16:17:10 +0000 (16:17 +0000)]
work on obj_detect.py sample (in progress...)
Vadim Pisarevsky [Fri, 17 Jun 2011 16:14:47 +0000 (16:14 +0000)]
fixed potentially incorrect memory access in cv::transform
Ana Huaman [Fri, 17 Jun 2011 15:57:00 +0000 (15:57 +0000)]
Added sample code for tutorial - cpp
Alexander Shishkov [Fri, 17 Jun 2011 15:44:05 +0000 (15:44 +0000)]
set default compiler flags to "-O2" in the case of MinGW
Andrey Morozov [Fri, 17 Jun 2011 15:02:10 +0000 (15:02 +0000)]
improved build of installer package for windows
Andrey Kamaev [Fri, 17 Jun 2011 13:52:55 +0000 (13:52 +0000)]
Added cmake file to compile Android native camera wrapper if Android source tree is available
Maria Dimashova [Fri, 17 Jun 2011 13:23:28 +0000 (13:23 +0000)]
fixed #1140 and made some other updates of features2d docs
Alexey Spizhevoy [Fri, 17 Jun 2011 13:22:38 +0000 (13:22 +0000)]
fixed typo in opencv_stitching
Alexander Shishkov [Fri, 17 Jun 2011 13:12:21 +0000 (13:12 +0000)]
turned off Python support for Windows in Debug mode
Alexander Shishkov [Fri, 17 Jun 2011 12:53:57 +0000 (12:53 +0000)]
fixed compilation on Linux in static case
Alexander Shishkov [Fri, 17 Jun 2011 11:51:15 +0000 (11:51 +0000)]
modified output stream
Maria Dimashova [Fri, 17 Jun 2011 11:40:54 +0000 (11:40 +0000)]
completed doc on MLData
Maria Dimashova [Fri, 17 Jun 2011 11:33:06 +0000 (11:33 +0000)]
updated check_docs script and whitelist
Andrey Kamaev [Fri, 17 Jun 2011 11:10:35 +0000 (11:10 +0000)]
Fixed Android install target
Maria Dimashova [Fri, 17 Jun 2011 10:55:30 +0000 (10:55 +0000)]
removed old data
Maria Dimashova [Fri, 17 Jun 2011 10:47:35 +0000 (10:47 +0000)]
uncommented Opponent descriptors test, fixed descriptors mat size
Maria Dimashova [Fri, 17 Jun 2011 10:13:53 +0000 (10:13 +0000)]
Added doc on CvMLData
Maria Dimashova [Fri, 17 Jun 2011 10:11:52 +0000 (10:11 +0000)]
minor refactoring of CvMLData interface
Ilya Lysenkov [Fri, 17 Jun 2011 09:26:53 +0000 (09:26 +0000)]
Qt: fixed keyPressEvent (ticket #803)
Alexander Mordvintsev [Fri, 17 Jun 2011 07:35:39 +0000 (07:35 +0000)]
work on obj_detect sample
Vladimir Dudnik [Fri, 17 Jun 2011 06:31:54 +0000 (06:31 +0000)]
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
Andrey Kamaev [Thu, 16 Jun 2011 20:25:15 +0000 (20:25 +0000)]
Updated NDK default paths for version r5c
Andrey Kamaev [Thu, 16 Jun 2011 18:00:41 +0000 (18:00 +0000)]
Added Android native camera module
Bernat Gabor [Thu, 16 Jun 2011 17:18:50 +0000 (17:18 +0000)]
A "Hello World" like tutorial to assure that I have submit rights to the tutorial section.
Ilya Lysenkov [Thu, 16 Jun 2011 15:48:01 +0000 (15:48 +0000)]
Qt: fixed destroyAllWindow crash (patch #794)
Alexander Shishkov [Thu, 16 Jun 2011 15:02:58 +0000 (15:02 +0000)]
Fixed MacOS GPU Compilation for i386
Alexander Shishkov [Thu, 16 Jun 2011 14:28:29 +0000 (14:28 +0000)]
added missing audevcod.h
Vadim Pisarevsky [Thu, 16 Jun 2011 13:21:22 +0000 (13:21 +0000)]
added missing errors.h
Ilya Lysenkov [Thu, 16 Jun 2011 13:20:50 +0000 (13:20 +0000)]
Qt: fixed using of OpenCV in another Qt app (patch #919)
Vadim Pisarevsky [Thu, 16 Jun 2011 12:48:23 +0000 (12:48 +0000)]
introduced new RST/Sphinx domain ocv.
Ilya Lysenkov [Thu, 16 Jun 2011 12:44:04 +0000 (12:44 +0000)]
Qt: fixed resizing of maximized window (patch #858).
Maria Dimashova [Thu, 16 Jun 2011 12:35:40 +0000 (12:35 +0000)]
minor change (moved methods implementation from hpp to cpp)
Anatoly Baksheev [Thu, 16 Jun 2011 10:33:32 +0000 (10:33 +0000)]
tabs
Vadim Pisarevsky [Thu, 16 Jun 2011 10:20:26 +0000 (10:20 +0000)]
little fix: "and" => "AND"
Vadim Pisarevsky [Thu, 16 Jun 2011 10:11:43 +0000 (10:11 +0000)]
another small correction to build cap_dshow.cpp in highgui
Vadim Pisarevsky [Thu, 16 Jun 2011 09:51:34 +0000 (09:51 +0000)]
added missing evcode.h; made videoinput optional (ticket #1142)
Andrey Morozov [Thu, 16 Jun 2011 08:31:08 +0000 (08:31 +0000)]
fixed "bitrate tolerance too small for bitrate"
Kirill Kornyakov [Thu, 16 Jun 2011 06:08:27 +0000 (06:08 +0000)]
bugfix in warpAffine, correct buffer size should be used
Vadim Pisarevsky [Wed, 15 Jun 2011 22:59:41 +0000 (22:59 +0000)]
videoInput is now integrated into highgui and built from sources
P. Druzhkov [Wed, 15 Jun 2011 21:54:25 +0000 (21:54 +0000)]
brief gbt documentation added. some sample fixes made. code updated.
Elena Fedotova [Wed, 15 Jun 2011 21:28:58 +0000 (21:28 +0000)]
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?
Vadim Pisarevsky [Wed, 15 Jun 2011 17:34:43 +0000 (17:34 +0000)]
fixed gcc dwarf2 check
Alexander Shishkov [Wed, 15 Jun 2011 15:59:50 +0000 (15:59 +0000)]
turned off WITH_VIDEOINPUT for mingw with dwarf2
Alexander Mordvintsev [Wed, 15 Jun 2011 13:58:40 +0000 (13:58 +0000)]
use cv2 function
added color_histogram.py sample
work on VideoSynth (chessboard)
Maria Dimashova [Wed, 15 Jun 2011 13:30:26 +0000 (13:30 +0000)]
minor formating
Alexander Shishkov [Wed, 15 Jun 2011 13:26:46 +0000 (13:26 +0000)]
fixed compilation error on MCVS in descriptors.cpp
Ilya Lysenkov [Wed, 15 Jun 2011 13:26:40 +0000 (13:26 +0000)]
QT: fixed exceptions (ticket #901)
Vadim Pisarevsky [Wed, 15 Jun 2011 13:16:57 +0000 (13:16 +0000)]
some more corrections in the docs
Maria Dimashova [Wed, 15 Jun 2011 12:51:54 +0000 (12:51 +0000)]
fixed OpponentColorDescriptorExtractor (#1109)
Vadim Pisarevsky [Wed, 15 Jun 2011 12:10:33 +0000 (12:10 +0000)]
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
Vladislav Vinogradov [Wed, 15 Jun 2011 11:57:08 +0000 (11:57 +0000)]
fixed gpu::cvtColor
Maria Dimashova [Wed, 15 Jun 2011 10:15:05 +0000 (10:15 +0000)]
fixed erasing class_id and response members in sift (#1130)
Maria Dimashova [Wed, 15 Jun 2011 10:11:20 +0000 (10:11 +0000)]
minor
Ilya Lysenkov [Wed, 15 Jun 2011 09:27:38 +0000 (09:27 +0000)]
Fixed wheel zoom with QT (ticket #733)
Anatoly Baksheev [Wed, 15 Jun 2011 08:05:34 +0000 (08:05 +0000)]
default cuda target flags changed
cuda support is on by default
Ana Huaman [Tue, 14 Jun 2011 23:25:23 +0000 (23:25 +0000)]
Modified conf.py. Added extlinks for the tutorials
Ana Huaman [Tue, 14 Jun 2011 23:23:03 +0000 (23:23 +0000)]
Added a extlinks section for external links to the OpenCV cpp reference
Ana Huaman [Tue, 14 Jun 2011 23:19:19 +0000 (23:19 +0000)]
Added two more drawing tutorials
Anton Obukhov [Tue, 14 Jun 2011 17:34:00 +0000 (17:34 +0000)]
[*] Approach to the bug with integral image calculation on SM_2.0 (Fermi)
Ana Huaman [Tue, 14 Jun 2011 16:44:48 +0000 (16:44 +0000)]
Saving the first batch of tutorials: Short installation guide and a few tutorials for beginners
Alexander Mordvintsev [Tue, 14 Jun 2011 15:02:57 +0000 (15:02 +0000)]
python helper routines (common.py) added
Alexander Shishkov [Tue, 14 Jun 2011 13:58:02 +0000 (13:58 +0000)]
fixed test_precornerdetect, test_findstereocorrespondence, test_calchist
Alexander Shishkov [Tue, 14 Jun 2011 13:40:08 +0000 (13:40 +0000)]
fixed compilation on Mingw64
Maria Dimashova [Tue, 14 Jun 2011 12:28:44 +0000 (12:28 +0000)]
removed DOT implementation
Alexander Mordvintsev [Tue, 14 Jun 2011 12:14:02 +0000 (12:14 +0000)]
work on calibration sample
Vadim Pisarevsky [Tue, 14 Jun 2011 12:03:34 +0000 (12:03 +0000)]
fixed multiple GCC warnings on Ubuntu 11.04
Vladislav Vinogradov [Tue, 14 Jun 2011 11:57:26 +0000 (11:57 +0000)]
minor fix
Vladislav Vinogradov [Tue, 14 Jun 2011 11:27:32 +0000 (11:27 +0000)]
added __forceinline__ to device functions
fixed BFM warning ("cannot tell what pointer points to")
Vadim Pisarevsky [Tue, 14 Jun 2011 10:26:24 +0000 (10:26 +0000)]
fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel()
Alexander Shishkov [Tue, 14 Jun 2011 10:19:56 +0000 (10:19 +0000)]
fixed #768 ticket
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
Alexander Shishkov [Tue, 14 Jun 2011 10:11:16 +0000 (10:11 +0000)]
fixed #768 ticket
Vadim Pisarevsky [Tue, 14 Jun 2011 09:23:29 +0000 (09:23 +0000)]
fixed ellipse orientation in fitellipse.py
Alexander Shishkov [Tue, 14 Jun 2011 08:06:55 +0000 (08:06 +0000)]
added new version of ffmpeg binary for compilation on Mingw64/MSVC64
Vladislav Vinogradov [Tue, 14 Jun 2011 07:50:54 +0000 (07:50 +0000)]
removed MultiGpuManager from docs
Vladislav Vinogradov [Tue, 14 Jun 2011 07:44:20 +0000 (07:44 +0000)]
fixed csbp test under linux
Vladislav Vinogradov [Tue, 14 Jun 2011 07:00:00 +0000 (07:00 +0000)]
fixed csbp test for CC 1.x
Alexander Shishkov [Mon, 13 Jun 2011 22:40:17 +0000 (22:40 +0000)]
applied patch from ticket #801
Vadim Pisarevsky [Mon, 13 Jun 2011 22:25:21 +0000 (22:25 +0000)]
added missing highgui wrappers (ticket #1040)
Vadim Pisarevsky [Mon, 13 Jun 2011 22:04:28 +0000 (22:04 +0000)]
applied patches from #1005
Elena Fedotova [Mon, 13 Jun 2011 21:48:14 +0000 (21:48 +0000)]
Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections.
Vadim Pisarevsky [Mon, 13 Jun 2011 21:47:35 +0000 (21:47 +0000)]
return Py_None for an empty mat (should fix #1120)
Alexander Mordvintsev [Mon, 13 Jun 2011 21:45:18 +0000 (21:45 +0000)]
calibrate.py added (broken)
work on video synth
Vadim Pisarevsky [Mon, 13 Jun 2011 21:23:42 +0000 (21:23 +0000)]
fixed ticket #983
Vadim Pisarevsky [Mon, 13 Jun 2011 21:20:38 +0000 (21:20 +0000)]
fixed ticket #983