Andrey Kamaev [Sat, 30 Apr 2011 10:38:24 +0000 (10:38 +0000)]
Fixed tests compilation issue with low Android API levels. OpenCV successfully compiles for API level 3 and above.
Enable tests for Android by default.
Ethan Rublee [Fri, 29 Apr 2011 21:00:10 +0000 (21:00 +0000)]
Conditional for the module ts, depending on whether tests are being built.
Ethan Rublee [Fri, 29 Apr 2011 20:51:56 +0000 (20:51 +0000)]
Dissable tests for android by default.
Leonid Beynenson [Fri, 29 Apr 2011 19:03:41 +0000 (19:03 +0000)]
Changed algorithm of Android camera synchronisation --- added "auto-grab" mode.
Maria Dimashova [Fri, 29 Apr 2011 17:12:55 +0000 (17:12 +0000)]
fixed #932
Maria Dimashova [Fri, 29 Apr 2011 16:42:38 +0000 (16:42 +0000)]
fixed #982
Alexander Shishkov [Fri, 29 Apr 2011 15:00:37 +0000 (15:00 +0000)]
fixed bug in solvePnPRansac test (thanks to Pieter-Jan Busschaert)
test was refactored
Maria Dimashova [Fri, 29 Apr 2011 14:37:02 +0000 (14:37 +0000)]
fixed #832
Leonid Beynenson [Fri, 29 Apr 2011 14:20:24 +0000 (14:20 +0000)]
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
Maria Dimashova [Fri, 29 Apr 2011 14:12:17 +0000 (14:12 +0000)]
fixed bug in knnMatch method
Alexander Shishkov [Fri, 29 Apr 2011 13:23:22 +0000 (13:23 +0000)]
fixed bug in knnMatch method
Vadim Pisarevsky [Fri, 29 Apr 2011 12:41:30 +0000 (12:41 +0000)]
made the samples compile on Windows
Vadim Pisarevsky [Fri, 29 Apr 2011 11:55:33 +0000 (11:55 +0000)]
fixed couple of integral-related bugs
Vadim Pisarevsky [Fri, 29 Apr 2011 10:34:54 +0000 (10:34 +0000)]
added extra check to avoid crashes
Vadim Pisarevsky [Fri, 29 Apr 2011 09:57:15 +0000 (09:57 +0000)]
corrected the output euler angle on y axis in RQDecomp3x3 (thanks to Lasve for the patch)
Vadim Pisarevsky [Thu, 28 Apr 2011 14:08:03 +0000 (14:08 +0000)]
fixed compile errors on Ubuntu 11.04
Vadim Pisarevsky [Thu, 28 Apr 2011 13:45:07 +0000 (13:45 +0000)]
removed duplicated directory
Vadim Pisarevsky [Wed, 27 Apr 2011 17:56:58 +0000 (17:56 +0000)]
corrected badarg test of findchessboardcorners (thanks to Pieter-Jan Busschaert)
Vadim Pisarevsky [Wed, 27 Apr 2011 13:28:49 +0000 (13:28 +0000)]
fixed bug with misaligned data access (on Windows & Linux)
Vadim Pisarevsky [Wed, 27 Apr 2011 08:24:24 +0000 (08:24 +0000)]
fixed typo
Vadim Pisarevsky [Wed, 27 Apr 2011 06:59:59 +0000 (06:59 +0000)]
fixed corners emptiness check in drawChessboardCorners (thanks to thomask)
Alexey Spizhevoy [Wed, 27 Apr 2011 05:29:02 +0000 (05:29 +0000)]
fixed failing GPU projectPoints and solvePnPRansac tests
Vadim Pisarevsky [Tue, 26 Apr 2011 16:10:26 +0000 (16:10 +0000)]
fixed highgui build on Windows
Vadim Pisarevsky [Tue, 26 Apr 2011 16:03:02 +0000 (16:03 +0000)]
fixed libpng build on Windows
Vadim Pisarevsky [Tue, 26 Apr 2011 15:50:24 +0000 (15:50 +0000)]
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
Vadim Pisarevsky [Tue, 26 Apr 2011 15:46:15 +0000 (15:46 +0000)]
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
Vadim Pisarevsky [Tue, 26 Apr 2011 15:38:32 +0000 (15:38 +0000)]
fixed compile errors on Ubuntu
Maria Dimashova [Tue, 26 Apr 2011 13:57:55 +0000 (13:57 +0000)]
started to integrate DOT detector
Vadim Pisarevsky [Tue, 26 Apr 2011 13:51:30 +0000 (13:51 +0000)]
fixed typo in cv::erode description
Vadim Pisarevsky [Tue, 26 Apr 2011 13:07:05 +0000 (13:07 +0000)]
do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch)
Vadim Pisarevsky [Tue, 26 Apr 2011 12:41:42 +0000 (12:41 +0000)]
made png codec in highgui compatible with libpng-1.5 (thanks to wiz for the patch)
Vadim Pisarevsky [Tue, 26 Apr 2011 12:33:25 +0000 (12:33 +0000)]
make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch)
Vadim Pisarevsky [Tue, 26 Apr 2011 12:20:42 +0000 (12:20 +0000)]
fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch)
Vadim Pisarevsky [Tue, 26 Apr 2011 12:09:27 +0000 (12:09 +0000)]
bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk
James Bowman [Tue, 26 Apr 2011 00:02:09 +0000 (00:02 +0000)]
simple mean for decode
James Bowman [Tue, 26 Apr 2011 00:01:41 +0000 (00:01 +0000)]
restore data matrix
Vadim Pisarevsky [Mon, 25 Apr 2011 22:02:11 +0000 (22:02 +0000)]
removed obsolete tex docs in order to avoid possible confusion
James Bowman [Mon, 25 Apr 2011 21:51:36 +0000 (21:51 +0000)]
datamatrix
Vadim Pisarevsky [Mon, 25 Apr 2011 21:50:25 +0000 (21:50 +0000)]
do not use Lapack anymore
Vadim Pisarevsky [Mon, 25 Apr 2011 21:44:22 +0000 (21:44 +0000)]
do not use Lapack anymore
Anton Obukhov [Mon, 25 Apr 2011 16:07:48 +0000 (16:07 +0000)]
[~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory
Anton Obukhov [Mon, 25 Apr 2011 15:35:33 +0000 (15:35 +0000)]
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table
Vladislav Vinogradov [Mon, 25 Apr 2011 10:46:06 +0000 (10:46 +0000)]
added 16-bit support to TiffEncoder (restore after #4919)
Nils Hasler [Mon, 25 Apr 2011 09:04:15 +0000 (09:04 +0000)]
fixed jump over initialisation bug.
Alexey Spizhevoy [Mon, 25 Apr 2011 08:38:54 +0000 (08:38 +0000)]
fixed compile-time bug under Ubuntu
Anton Obukhov [Sun, 24 Apr 2011 21:39:08 +0000 (21:39 +0000)]
[~] Minor refactoring, clean-up
[+] Added 128-bit transpose
Elena Fedotova [Sun, 24 Apr 2011 21:02:14 +0000 (21:02 +0000)]
Purpose: updated the imgproc chapter
Nils Hasler [Sun, 24 Apr 2011 09:48:19 +0000 (09:48 +0000)]
If a pipeline is specified manually, this has to be done in full now, ending with appsink. For example:
"uridecodebin uri=file:///path/to/some/video.avi ! ffmpegcolorspace ! appsink"
Nils Hasler [Sat, 23 Apr 2011 21:24:41 +0000 (21:24 +0000)]
removed private copy of gstappsink because appsink is now part of gstreamer base.
Maria Dimashova [Sat, 23 Apr 2011 13:09:56 +0000 (13:09 +0000)]
fixed compile error (ubuntu64)
Vadim Pisarevsky [Sat, 23 Apr 2011 12:49:14 +0000 (12:49 +0000)]
added overloaded variants of findHomography & findFundamentalMat for backward compatibility
Nils Hasler [Sat, 23 Apr 2011 07:27:04 +0000 (07:27 +0000)]
* added property CV_CAP_GSTREAMER_QUEUE_LENGTH
* removed unnecessary memcpy
* fixed minor memory leak
Vincent Rabaud [Fri, 22 Apr 2011 21:35:46 +0000 (21:35 +0000)]
- make sure the code compiles with gcc 4.6
Alexey Kazakov [Fri, 22 Apr 2011 16:11:35 +0000 (16:11 +0000)]
class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp
Alexey Kazakov [Fri, 22 Apr 2011 11:21:40 +0000 (11:21 +0000)]
A little fix in haar cascade
Vadim Pisarevsky [Fri, 22 Apr 2011 10:35:51 +0000 (10:35 +0000)]
moved precomp.hpp before all other headers (to repair PCH mechanism). moved tables from the header to datamatrix.cpp
Alexey Kazakov [Fri, 22 Apr 2011 10:03:05 +0000 (10:03 +0000)]
Added ROC-curve calculating to the cascade detection algorithm
Vadim Pisarevsky [Fri, 22 Apr 2011 09:53:10 +0000 (09:53 +0000)]
fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality;
Vadim Pisarevsky [Fri, 22 Apr 2011 07:25:09 +0000 (07:25 +0000)]
some more minor fixes in datamatrix: warnings eliminated, replaced MMX intrinsics (which are not recommended to use on x64) with SSE2.
James Bowman [Thu, 21 Apr 2011 17:29:21 +0000 (17:29 +0000)]
#1018: predicate on SSE2
Andrey Morozov [Thu, 21 Apr 2011 14:47:57 +0000 (14:47 +0000)]
temporary fix for problem with compilation sse intrinsics on Windows
Andrey Kamaev [Thu, 21 Apr 2011 12:54:16 +0000 (12:54 +0000)]
Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5
Vadim Pisarevsky [Thu, 21 Apr 2011 12:05:56 +0000 (12:05 +0000)]
removed compiled hdr_parser.py
Vladislav Vinogradov [Thu, 21 Apr 2011 08:16:23 +0000 (08:16 +0000)]
added 16-bit support to TiffEncoder
James Bowman [Thu, 21 Apr 2011 00:47:37 +0000 (00:47 +0000)]
datamatrix
James Bowman [Thu, 21 Apr 2011 00:24:21 +0000 (00:24 +0000)]
datamatrix test image
James Bowman [Thu, 21 Apr 2011 00:21:42 +0000 (00:21 +0000)]
datamatrix
Vadim Pisarevsky [Wed, 20 Apr 2011 17:56:25 +0000 (17:56 +0000)]
small correction to the previous patch (also by Konstantin Krivakin)
Andrey Kamaev [Wed, 20 Apr 2011 14:48:02 +0000 (14:48 +0000)]
Fixed remaining Android compatibility issues: added compiler flag to interpret char as signed char.
Andrey Kamaev [Wed, 20 Apr 2011 11:28:16 +0000 (11:28 +0000)]
Fixed #1004
Andrey Kamaev [Wed, 20 Apr 2011 07:33:05 +0000 (07:33 +0000)]
Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android
Victor Erukhimov [Tue, 19 Apr 2011 17:18:36 +0000 (17:18 +0000)]
Tutorials
Vadim Pisarevsky [Tue, 19 Apr 2011 16:20:44 +0000 (16:20 +0000)]
integrated parallel SVM prediction; fixed warnings after meanshift integration
Alexey Kazakov [Tue, 19 Apr 2011 12:31:35 +0000 (12:31 +0000)]
The bug was fixed
Vadim Pisarevsky [Tue, 19 Apr 2011 11:41:12 +0000 (11:41 +0000)]
fixed ?? marks; fixed missing highlighting in some of the sections
Alexey Kazakov [Tue, 19 Apr 2011 09:05:15 +0000 (09:05 +0000)]
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
Vladimir Dudnik [Mon, 18 Apr 2011 21:24:57 +0000 (21:24 +0000)]
fixed build issues related to changes in IPP calls.
Vladimir Dudnik [Mon, 18 Apr 2011 19:34:51 +0000 (19:34 +0000)]
minor changes: removed trailing spaces in some files
Vadim Pisarevsky [Mon, 18 Apr 2011 16:32:43 +0000 (16:32 +0000)]
fixed OutputArray::create, which resolves several failures in opencv_test_core
Vadim Pisarevsky [Mon, 18 Apr 2011 15:34:35 +0000 (15:34 +0000)]
fixed crash in test_core
Vadim Pisarevsky [Mon, 18 Apr 2011 15:14:32 +0000 (15:14 +0000)]
fixed build problems on Windows
Andrey Morozov [Mon, 18 Apr 2011 15:06:09 +0000 (15:06 +0000)]
corrected the errors in the python's tests
Andrey Kamaev [Mon, 18 Apr 2011 11:15:15 +0000 (11:15 +0000)]
Android compatibility fix for r4885: __kernel replaced with filter_kernel
Andrey Kamaev [Mon, 18 Apr 2011 08:50:24 +0000 (08:50 +0000)]
Android native camera: added BGR output format; added methods to configure output frame size.
Elena Fedotova [Sun, 17 Apr 2011 19:46:02 +0000 (19:46 +0000)]
Purpose: updated the imgproc chapter
Vadim Pisarevsky [Sun, 17 Apr 2011 13:14:45 +0000 (13:14 +0000)]
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
Vadim Pisarevsky [Sun, 17 Apr 2011 13:09:04 +0000 (13:09 +0000)]
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
Vladimir Dudnik [Fri, 15 Apr 2011 19:46:45 +0000 (19:46 +0000)]
fixed build issue (MSVC2010, x64)
Ilya Lysenkov [Fri, 15 Apr 2011 17:24:07 +0000 (17:24 +0000)]
Added checks for incorrect results in the circles grid pattern detection.
Ilya Lysenkov [Fri, 15 Apr 2011 15:33:11 +0000 (15:33 +0000)]
Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING.
Vadim Pisarevsky [Fri, 15 Apr 2011 11:56:57 +0000 (11:56 +0000)]
removed obsolete tests
Vadim Pisarevsky [Fri, 15 Apr 2011 11:14:01 +0000 (11:14 +0000)]
removed obsolete swig-based python & octave wrappers
Vadim Pisarevsky [Fri, 15 Apr 2011 11:13:04 +0000 (11:13 +0000)]
removed obsolete tests
Vadim Pisarevsky [Thu, 14 Apr 2011 17:04:39 +0000 (17:04 +0000)]
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
Nils Hasler [Wed, 13 Apr 2011 07:15:35 +0000 (07:15 +0000)]
When opening a file with GStreamer:
* if the filename looks like a URI, it is opened in non-blocking mode, cvQueryFrame() could skip frames or grab one frame more than once
* if the filename looks like a filename, it is opened in blocking mode. cvQueryFrame() grabs consecutive frames
* otherwise the filename is interpreted as a gstreamer pipeline as used with gst-launch. The last element of the pipeline has to have the property name=to-opencv
Andrey Kamaev [Mon, 11 Apr 2011 14:47:06 +0000 (14:47 +0000)]
Test system included into Android build
Alexey Spizhevoy [Mon, 11 Apr 2011 05:11:23 +0000 (05:11 +0000)]
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
Elena Fedotova [Sun, 10 Apr 2011 21:25:46 +0000 (21:25 +0000)]
Purpose: updated the core chapter
Elena Fedotova [Sun, 10 Apr 2011 20:54:37 +0000 (20:54 +0000)]
Purpose: updated the core chapter
Elena Fedotova [Sun, 10 Apr 2011 19:37:17 +0000 (19:37 +0000)]
Purpose: updated the core chapter