Andrey Kamaev [Sat, 30 Jun 2012 20:45:01 +0000 (20:45 +0000)]
Fixed Windows build warnings and configuration problem.
Andrey Kamaev [Sat, 30 Jun 2012 13:36:27 +0000 (13:36 +0000)]
Merged few small fixes from 2.4 branch
Marina Kolpakova [Sat, 30 Jun 2012 09:29:33 +0000 (09:29 +0000)]
Merge branch 'home'
Leonid Beynenson [Fri, 29 Jun 2012 16:38:03 +0000 (16:38 +0000)]
Fixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr<_Tp2>. Now this conversion is made in a more accurate way.
Andrey Pavlenko [Fri, 29 Jun 2012 15:38:10 +0000 (15:38 +0000)]
fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly)
Andrey Kamaev [Fri, 29 Jun 2012 08:47:38 +0000 (08:47 +0000)]
Debug message is turned off
Andrey Kamaev [Fri, 29 Jun 2012 08:34:07 +0000 (08:34 +0000)]
Quiet MSER tests
Andrey Kamaev [Fri, 29 Jun 2012 08:11:20 +0000 (08:11 +0000)]
opencv_ts is removed for java API
Andrey Kamaev [Fri, 29 Jun 2012 07:46:53 +0000 (07:46 +0000)]
Added Ptr<T> support to AlgorithmInfo; fixed some warnings
Andrey Kamaev [Thu, 28 Jun 2012 20:42:26 +0000 (20:42 +0000)]
Fixed windows build problems of BackgroundSubtractorGMG but code still need more work.
Vadim Pisarevsky [Thu, 28 Jun 2012 19:45:13 +0000 (19:45 +0000)]
fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX
Andrey Kamaev [Thu, 28 Jun 2012 19:30:39 +0000 (19:30 +0000)]
Fixing parallel build for Android
Andrey Kamaev [Thu, 28 Jun 2012 18:11:10 +0000 (18:11 +0000)]
Fixed Android build warnings in backgroundsubtractor_gbh
Vadim Pisarevsky [Thu, 28 Jun 2012 16:34:53 +0000 (16:34 +0000)]
fixed possible video distortion problem when cap_avfoundation.mm is used to capture video (ticket #1980)
Vadim Pisarevsky [Thu, 28 Jun 2012 16:24:48 +0000 (16:24 +0000)]
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
Leonid Beynenson [Thu, 28 Jun 2012 16:07:10 +0000 (16:07 +0000)]
Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector.
In this case new objects will be added into it by the method addObject(const cv::Rect& location).
Vadim Pisarevsky [Thu, 28 Jun 2012 15:52:34 +0000 (15:52 +0000)]
fixed #2108 (thanks to Vincent for the report and proposed solution)
Andrey Kamaev [Thu, 28 Jun 2012 13:42:08 +0000 (13:42 +0000)]
Added cmake for building Android package
Leonid Beynenson [Thu, 28 Jun 2012 12:17:11 +0000 (12:17 +0000)]
Added template method cv::Algorithm::set(const char* _name, const Ptr<_Tp>& value),
which allows to pass as the second parameter of the method set any cv::Ptr<_Tp> object.
Leonid Beynenson [Thu, 28 Jun 2012 11:17:32 +0000 (11:17 +0000)]
Small addition change in the FileStorage sample.
Andrey Kamaev [Thu, 28 Jun 2012 11:08:11 +0000 (11:08 +0000)]
Fixed discrepancy between SSE and regular baranches in FREAK
Andrey Kamaev [Thu, 28 Jun 2012 11:06:31 +0000 (11:06 +0000)]
Fixed Android build with SDK tools revision 20
Leonid Beynenson [Thu, 28 Jun 2012 10:32:34 +0000 (10:32 +0000)]
Added to the sample, demonstrating FileStorage, how to read/write data from/to std::string.
Andrey Pavlenko [Thu, 28 Jun 2012 07:51:19 +0000 (07:51 +0000)]
switching to dynamic linking
Andrey Kamaev [Thu, 28 Jun 2012 05:59:30 +0000 (05:59 +0000)]
Fixed cvExtractSURF in case of no keypoints found #2076
Vadim Pisarevsky [Wed, 27 Jun 2012 20:51:48 +0000 (20:51 +0000)]
fixed bug #2106; added test
Vadim Pisarevsky [Wed, 27 Jun 2012 19:52:59 +0000 (19:52 +0000)]
fixed ios framework build (ticket #2092)
Philipp Wagner [Wed, 27 Jun 2012 18:37:03 +0000 (18:37 +0000)]
API Link corrected.
Philipp Wagner [Wed, 27 Jun 2012 18:35:52 +0000 (18:35 +0000)]
API Link corrected.
Andrey Kamaev [Wed, 27 Jun 2012 15:15:32 +0000 (15:15 +0000)]
Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099
Andrey Kamaev [Wed, 27 Jun 2012 14:19:35 +0000 (14:19 +0000)]
Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103
Andrey Kamaev [Wed, 27 Jun 2012 13:52:29 +0000 (13:52 +0000)]
Fixed linux and android install
Alexander Mordvintsev [Wed, 27 Jun 2012 13:22:06 +0000 (13:22 +0000)]
improved recognition accuracy by better region normalization
Alexander Mordvintsev [Wed, 27 Jun 2012 12:42:21 +0000 (12:42 +0000)]
discard digit's internal contours in digits_video.py
Andrey Pavlenko [Wed, 27 Jun 2012 12:38:57 +0000 (12:38 +0000)]
workarounding missing native part in Java tests
Andrey Kamaev [Wed, 27 Jun 2012 12:02:31 +0000 (12:02 +0000)]
Fixed some warnings and install problems on linux
Alexander Mordvintsev [Wed, 27 Jun 2012 10:09:45 +0000 (10:09 +0000)]
work on digits_video.py
Alexander Mordvintsev [Wed, 27 Jun 2012 09:46:04 +0000 (09:46 +0000)]
work on digits_video.py
Andrey Kamaev [Wed, 27 Jun 2012 09:20:02 +0000 (09:20 +0000)]
Fixed mistake in documentation
Alexander Mordvintsev [Wed, 27 Jun 2012 08:29:22 +0000 (08:29 +0000)]
digits_video.py prints warning if trained classifier (should be created by digits.py) not found
Andrey Pavlenko [Wed, 27 Jun 2012 06:22:26 +0000 (06:22 +0000)]
changing package layout after 'make install' for Android build
Alexander Mordvintsev [Wed, 27 Jun 2012 05:59:16 +0000 (05:59 +0000)]
digits_video.py (VERY IMMATURE)
digits.py now saves the resulting SVM classifier for use in digits_video.py
Alexander Mordvintsev [Wed, 27 Jun 2012 05:51:24 +0000 (05:51 +0000)]
digits_adjust.py sample added
Alexander Mordvintsev [Wed, 27 Jun 2012 04:29:15 +0000 (04:29 +0000)]
removed ANN digits recognition
added deskew for SVN and KNearest recognition sample
Philipp Wagner [Tue, 26 Jun 2012 21:24:19 +0000 (21:24 +0000)]
Fixed wrong restructured text directive, when referencing to other documents.
Andrey Kamaev [Tue, 26 Jun 2012 21:05:15 +0000 (21:05 +0000)]
Fixed MSVC build with Qt enabled #2096
Philipp Wagner [Tue, 26 Jun 2012 20:13:11 +0000 (20:13 +0000)]
Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).
Andrey Pavlenko [Tue, 26 Jun 2012 15:25:00 +0000 (15:25 +0000)]
fixing project properties
Andrey Pavlenko [Tue, 26 Jun 2012 13:42:10 +0000 (13:42 +0000)]
hiding extra build-time messages
Alexander Smorkalov [Tue, 26 Jun 2012 13:24:12 +0000 (13:24 +0000)]
Sample3-native build fix. Dependency from OpenCV library project added. Scripts updated.
Alexander Smorkalov [Tue, 26 Jun 2012 12:58:46 +0000 (12:58 +0000)]
Color blob detection example updated for OpenCV Manager model.
Alexander Smorkalov [Tue, 26 Jun 2012 12:57:43 +0000 (12:57 +0000)]
Sample4-mixed was updated for OpenCV Manager model.
Alexander Smorkalov [Tue, 26 Jun 2012 12:44:57 +0000 (12:44 +0000)]
Example3-native updated for OpenCV Manager model
Marina Kolpakova [Tue, 26 Jun 2012 12:44:27 +0000 (12:44 +0000)]
fixed LBP loader test
Alexander Smorkalov [Tue, 26 Jun 2012 12:31:04 +0000 (12:31 +0000)]
Sample 2 was updated for OpenCV Manager model.
Alexander Smorkalov [Tue, 26 Jun 2012 12:26:42 +0000 (12:26 +0000)]
Sample 1 updated for OpenCV Manager model.
Vladislav Vinogradov [Tue, 26 Jun 2012 12:24:48 +0000 (12:24 +0000)]
fixed bug in cv::gpu::HOGDescriptor::detectMultiScale
Alexander Smorkalov [Tue, 26 Jun 2012 12:20:35 +0000 (12:20 +0000)]
Image manipulations sample updated for OpenCV Manager model.
Marina Kolpakova [Tue, 26 Jun 2012 12:15:19 +0000 (12:15 +0000)]
LBP features: GPU representation
Andrey Kamaev [Tue, 26 Jun 2012 11:48:58 +0000 (11:48 +0000)]
added XIMEA support for linux (by Igor Kuzmin) #2085
Andrey Kamaev [Tue, 26 Jun 2012 11:47:49 +0000 (11:47 +0000)]
Applied XIMEA path (by Marian Zajko) with multiple changes #2054
Vladislav Vinogradov [Tue, 26 Jun 2012 10:38:15 +0000 (10:38 +0000)]
added VIBE_GPU (background subtraction) to gpu module
Andrey Kamaev [Tue, 26 Jun 2012 09:21:22 +0000 (09:21 +0000)]
Fixing iOS detection in core persistence
Andrey Kamaev [Tue, 26 Jun 2012 09:07:37 +0000 (09:07 +0000)]
Fixing cv::tempfile on Windows #2093
Andrey Kamaev [Tue, 26 Jun 2012 08:48:45 +0000 (08:48 +0000)]
Fixed Android Manager build
Andrey Kamaev [Tue, 26 Jun 2012 07:29:36 +0000 (07:29 +0000)]
Making all dependencies from highgui module optional
Alexander Smorkalov [Mon, 25 Jun 2012 17:12:19 +0000 (17:12 +0000)]
Revision 8725 restored. Android sample FaceDetection updated according DetectionBasedTracker interface.
Alexander Smorkalov [Mon, 25 Jun 2012 17:01:55 +0000 (17:01 +0000)]
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
Marina Kolpakova [Mon, 25 Jun 2012 16:52:54 +0000 (16:52 +0000)]
fixed build without CUDA
Marina Kolpakova [Mon, 25 Jun 2012 16:39:50 +0000 (16:39 +0000)]
LBP: implemented first version of device side part
Marina Kolpakova [Mon, 25 Jun 2012 16:39:45 +0000 (16:39 +0000)]
LBP: implemented image data preparing
Marina Kolpakova [Mon, 25 Jun 2012 16:39:40 +0000 (16:39 +0000)]
added lbp related CUDA files
Marina Kolpakova [Mon, 25 Jun 2012 16:39:34 +0000 (16:39 +0000)]
completed test: load LBP classifier
Marina Kolpakova [Mon, 25 Jun 2012 16:39:29 +0000 (16:39 +0000)]
LBP classifier represintation in GPU memory
Andrey Kamaev [Mon, 25 Jun 2012 16:03:45 +0000 (16:03 +0000)]
Minor update for zlib search
Vladislav Vinogradov [Mon, 25 Jun 2012 13:19:55 +0000 (13:19 +0000)]
added docs for MOG_GPU and MOG2_GPU
Andrey Kamaev [Mon, 25 Jun 2012 12:56:46 +0000 (12:56 +0000)]
fixed several documentation errors
Vladislav Vinogradov [Mon, 25 Jun 2012 12:48:54 +0000 (12:48 +0000)]
added background subtraction sample for gpu module
Vladislav Vinogradov [Mon, 25 Jun 2012 11:46:45 +0000 (11:46 +0000)]
added FGDStatModel, MOG and MOG2 to gpu performance sample
Vladislav Vinogradov [Mon, 25 Jun 2012 11:26:07 +0000 (11:26 +0000)]
copy 768x576.avi video to sample directory
Andrey Kamaev [Mon, 25 Jun 2012 11:24:06 +0000 (11:24 +0000)]
All tests writing temporary files are updated to use cv::tempfile() function
Andrey Kamaev [Mon, 25 Jun 2012 11:19:11 +0000 (11:19 +0000)]
Fixed FREAK on Android
Vladislav Vinogradov [Mon, 25 Jun 2012 11:13:50 +0000 (11:13 +0000)]
added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)
Alexander Mordvintsev [Mon, 25 Jun 2012 10:58:34 +0000 (10:58 +0000)]
added comments to contours.py and edge.py samples
Alexander Mordvintsev [Mon, 25 Jun 2012 10:52:45 +0000 (10:52 +0000)]
added comment to letter_recog.py sample (adopted from c++ version)
Marina Kolpakova [Mon, 25 Jun 2012 08:46:34 +0000 (08:46 +0000)]
added test for GPU LBP cascade: load cascade
Andrey Pavlenko [Mon, 25 Jun 2012 06:44:08 +0000 (06:44 +0000)]
adding missing images
Andrey Kamaev [Sun, 24 Jun 2012 18:25:58 +0000 (18:25 +0000)]
Updated gtest to upstream rev616
Andrey Kamaev [Sun, 24 Jun 2012 18:25:01 +0000 (18:25 +0000)]
Search python libs exactly matching to python executable on cmake 2.8.9 and newer
Andrey Kamaev [Sun, 24 Jun 2012 14:33:30 +0000 (14:33 +0000)]
Fixed windows build of FREAK
Andrey Kamaev [Sun, 24 Jun 2012 08:50:03 +0000 (08:50 +0000)]
Reverted r8721 and r8725 (issue #2080)
Vadim Pisarevsky [Sun, 24 Jun 2012 01:37:55 +0000 (01:37 +0000)]
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
Andrey Kamaev [Fri, 22 Jun 2012 16:10:43 +0000 (16:10 +0000)]
Fixed buggy NEON check inside flann
Andrey Pavlenko [Fri, 22 Jun 2012 15:19:03 +0000 (15:19 +0000)]
updating version
Andrey Pavlenko [Fri, 22 Jun 2012 15:18:06 +0000 (15:18 +0000)]
workarounding service-related changes
Vadim Pisarevsky [Fri, 22 Jun 2012 15:12:19 +0000 (15:12 +0000)]
added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073)
Marina Kolpakova [Fri, 22 Jun 2012 15:00:36 +0000 (15:00 +0000)]
initial support of GPU LBP classifier: added new style xml format loading
Alexander Smorkalov [Fri, 22 Jun 2012 14:07:54 +0000 (14:07 +0000)]
Sample updated due to new DetectionBasedTracker interface.
Vadim Pisarevsky [Fri, 22 Jun 2012 13:34:03 +0000 (13:34 +0000)]
added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)
Andrey Kamaev [Fri, 22 Jun 2012 08:36:29 +0000 (08:36 +0000)]
Fixed tests broken by r8708