profile/ivi/opencv.git
12 years agofixed possible video distortion problem when cap_avfoundation.mm is used to capture...
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)

12 years agoadded GMG background segmentation algorithm by Andrew Godbehere, ticket #2065
Vadim Pisarevsky [Thu, 28 Jun 2012 16:24:48 +0000 (16:24 +0000)]
added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065

12 years agoAdded possibility in the class DetectionBasedTracker to work as a tracker only -...
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).

12 years agofixed #2108 (thanks to Vincent for the report and proposed solution)
Vadim Pisarevsky [Thu, 28 Jun 2012 15:52:34 +0000 (15:52 +0000)]
fixed #2108 (thanks to Vincent for the report and proposed solution)

12 years agoAdded cmake for building Android package
Andrey Kamaev [Thu, 28 Jun 2012 13:42:08 +0000 (13:42 +0000)]
Added cmake for building Android package

12 years agoAdded template method cv::Algorithm::set(const char* _name, const Ptr<_Tp>& value),
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.

12 years agoSmall addition change in the FileStorage sample.
Leonid Beynenson [Thu, 28 Jun 2012 11:17:32 +0000 (11:17 +0000)]
Small addition change in the FileStorage sample.

12 years agoFixed discrepancy between SSE and regular baranches in FREAK
Andrey Kamaev [Thu, 28 Jun 2012 11:08:11 +0000 (11:08 +0000)]
Fixed discrepancy between SSE and regular baranches in FREAK

12 years agoFixed Android build with SDK tools revision 20
Andrey Kamaev [Thu, 28 Jun 2012 11:06:31 +0000 (11:06 +0000)]
Fixed Android build with SDK tools revision 20

12 years agoAdded to the sample, demonstrating FileStorage, how to read/write data from/to std...
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.

12 years agoswitching to dynamic linking
Andrey Pavlenko [Thu, 28 Jun 2012 07:51:19 +0000 (07:51 +0000)]
switching to dynamic linking

12 years agoFixed cvExtractSURF in case of no keypoints found #2076
Andrey Kamaev [Thu, 28 Jun 2012 05:59:30 +0000 (05:59 +0000)]
Fixed cvExtractSURF in case of no keypoints found #2076

12 years agofixed bug #2106; added test
Vadim Pisarevsky [Wed, 27 Jun 2012 20:51:48 +0000 (20:51 +0000)]
fixed bug #2106; added test

12 years agofixed ios framework build (ticket #2092)
Vadim Pisarevsky [Wed, 27 Jun 2012 19:52:59 +0000 (19:52 +0000)]
fixed ios framework build (ticket #2092)

12 years agoAPI Link corrected.
Philipp Wagner [Wed, 27 Jun 2012 18:37:03 +0000 (18:37 +0000)]
API Link corrected.

12 years agoAPI Link corrected.
Philipp Wagner [Wed, 27 Jun 2012 18:35:52 +0000 (18:35 +0000)]
API Link corrected.

12 years agoFixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg...
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

12 years agoFixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103
Andrey Kamaev [Wed, 27 Jun 2012 14:19:35 +0000 (14:19 +0000)]
Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103

12 years agoFixed linux and android install
Andrey Kamaev [Wed, 27 Jun 2012 13:52:29 +0000 (13:52 +0000)]
Fixed linux and android install

12 years agoimproved recognition accuracy by better region normalization
Alexander Mordvintsev [Wed, 27 Jun 2012 13:22:06 +0000 (13:22 +0000)]
improved recognition accuracy by better region normalization

12 years agodiscard digit's internal contours in digits_video.py
Alexander Mordvintsev [Wed, 27 Jun 2012 12:42:21 +0000 (12:42 +0000)]
discard digit's internal contours in digits_video.py

12 years agoworkarounding missing native part in Java tests
Andrey Pavlenko [Wed, 27 Jun 2012 12:38:57 +0000 (12:38 +0000)]
workarounding missing native part in Java tests

12 years agoFixed some warnings and install problems on linux
Andrey Kamaev [Wed, 27 Jun 2012 12:02:31 +0000 (12:02 +0000)]
Fixed some warnings and install problems on linux

12 years agowork on digits_video.py
Alexander Mordvintsev [Wed, 27 Jun 2012 10:09:45 +0000 (10:09 +0000)]
work on digits_video.py

12 years agowork on digits_video.py
Alexander Mordvintsev [Wed, 27 Jun 2012 09:46:04 +0000 (09:46 +0000)]
work on digits_video.py

12 years agoFixed mistake in documentation
Andrey Kamaev [Wed, 27 Jun 2012 09:20:02 +0000 (09:20 +0000)]
Fixed mistake in documentation

12 years agodigits_video.py prints warning if trained classifier (should be created by digits...
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

12 years agochanging package layout after 'make install' for Android build
Andrey Pavlenko [Wed, 27 Jun 2012 06:22:26 +0000 (06:22 +0000)]
changing package layout after 'make install' for Android build

12 years agodigits_video.py (VERY IMMATURE)
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

12 years agodigits_adjust.py sample added
Alexander Mordvintsev [Wed, 27 Jun 2012 05:51:24 +0000 (05:51 +0000)]
digits_adjust.py sample added

12 years agoremoved ANN digits recognition
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

12 years agoFixed wrong restructured text directive, when referencing to other documents.
Philipp Wagner [Tue, 26 Jun 2012 21:24:19 +0000 (21:24 +0000)]
Fixed wrong restructured text directive, when referencing to other documents.

12 years agoFixed MSVC build with Qt enabled #2096
Andrey Kamaev [Tue, 26 Jun 2012 21:05:15 +0000 (21:05 +0000)]
Fixed MSVC build with Qt enabled #2096

12 years agoAdded the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).
Philipp Wagner [Tue, 26 Jun 2012 20:13:11 +0000 (20:13 +0000)]
Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).

12 years agofixing project properties
Andrey Pavlenko [Tue, 26 Jun 2012 15:25:00 +0000 (15:25 +0000)]
fixing project properties

12 years agohiding extra build-time messages
Andrey Pavlenko [Tue, 26 Jun 2012 13:42:10 +0000 (13:42 +0000)]
hiding extra build-time messages

12 years agoSample3-native build fix. Dependency from OpenCV library project added. Scripts updated.
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.

12 years agoColor blob detection example updated for OpenCV Manager model.
Alexander Smorkalov [Tue, 26 Jun 2012 12:58:46 +0000 (12:58 +0000)]
Color blob detection example updated for OpenCV Manager model.

12 years agoSample4-mixed was 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.

12 years agoExample3-native 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

12 years agofixed LBP loader test
Marina Kolpakova [Tue, 26 Jun 2012 12:44:27 +0000 (12:44 +0000)]
fixed LBP loader test

12 years agoSample 2 was updated for OpenCV Manager model.
Alexander Smorkalov [Tue, 26 Jun 2012 12:31:04 +0000 (12:31 +0000)]
Sample 2 was updated for OpenCV Manager model.

12 years agoSample 1 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.

12 years agofixed bug in cv::gpu::HOGDescriptor::detectMultiScale
Vladislav Vinogradov [Tue, 26 Jun 2012 12:24:48 +0000 (12:24 +0000)]
fixed bug in cv::gpu::HOGDescriptor::detectMultiScale

12 years agoImage manipulations sample updated for OpenCV Manager model.
Alexander Smorkalov [Tue, 26 Jun 2012 12:20:35 +0000 (12:20 +0000)]
Image manipulations sample updated for OpenCV Manager model.

12 years agoLBP features: GPU representation
Marina Kolpakova [Tue, 26 Jun 2012 12:15:19 +0000 (12:15 +0000)]
LBP features: GPU representation

12 years agoadded XIMEA support for linux (by Igor Kuzmin) #2085
Andrey Kamaev [Tue, 26 Jun 2012 11:48:58 +0000 (11:48 +0000)]
added XIMEA support for linux (by Igor Kuzmin) #2085

12 years agoApplied XIMEA path (by Marian Zajko) with multiple changes #2054
Andrey Kamaev [Tue, 26 Jun 2012 11:47:49 +0000 (11:47 +0000)]
Applied XIMEA path (by Marian Zajko) with multiple changes #2054

12 years agoadded VIBE_GPU (background subtraction) to gpu module
Vladislav Vinogradov [Tue, 26 Jun 2012 10:38:15 +0000 (10:38 +0000)]
added VIBE_GPU (background subtraction) to gpu module

12 years agoFixing iOS detection in core persistence
Andrey Kamaev [Tue, 26 Jun 2012 09:21:22 +0000 (09:21 +0000)]
Fixing iOS detection in core persistence

12 years agoFixing cv::tempfile on Windows #2093
Andrey Kamaev [Tue, 26 Jun 2012 09:07:37 +0000 (09:07 +0000)]
Fixing cv::tempfile on Windows #2093

12 years agoFixed Android Manager build
Andrey Kamaev [Tue, 26 Jun 2012 08:48:45 +0000 (08:48 +0000)]
Fixed Android Manager build

12 years agoMaking all dependencies from highgui module optional
Andrey Kamaev [Tue, 26 Jun 2012 07:29:36 +0000 (07:29 +0000)]
Making all dependencies from highgui module optional

12 years agoRevision 8725 restored. Android sample FaceDetection updated according DetectionBased...
Alexander Smorkalov [Mon, 25 Jun 2012 17:12:19 +0000 (17:12 +0000)]
Revision 8725 restored. Android sample FaceDetection updated according DetectionBasedTracker interface.

12 years agorevision 8721 vas merged to head. Detection based tracker interface changed. cpp...
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.

12 years agofixed build without CUDA
Marina Kolpakova [Mon, 25 Jun 2012 16:52:54 +0000 (16:52 +0000)]
fixed build without CUDA

12 years agoLBP: implemented first version of device side part
Marina Kolpakova [Mon, 25 Jun 2012 16:39:50 +0000 (16:39 +0000)]
LBP: implemented first version of device side part

12 years agoLBP: implemented image data preparing
Marina Kolpakova [Mon, 25 Jun 2012 16:39:45 +0000 (16:39 +0000)]
LBP: implemented image data preparing

12 years agoadded lbp related CUDA files
Marina Kolpakova [Mon, 25 Jun 2012 16:39:40 +0000 (16:39 +0000)]
added lbp related CUDA files

12 years agocompleted test: load LBP classifier
Marina Kolpakova [Mon, 25 Jun 2012 16:39:34 +0000 (16:39 +0000)]
completed test: load LBP classifier

12 years agoLBP classifier represintation in GPU memory
Marina Kolpakova [Mon, 25 Jun 2012 16:39:29 +0000 (16:39 +0000)]
LBP classifier represintation in GPU memory

12 years agoMinor update for zlib search
Andrey Kamaev [Mon, 25 Jun 2012 16:03:45 +0000 (16:03 +0000)]
Minor update for zlib search

12 years agoadded docs for MOG_GPU and MOG2_GPU
Vladislav Vinogradov [Mon, 25 Jun 2012 13:19:55 +0000 (13:19 +0000)]
added docs for MOG_GPU and MOG2_GPU

12 years agofixed several documentation errors
Andrey Kamaev [Mon, 25 Jun 2012 12:56:46 +0000 (12:56 +0000)]
fixed several documentation errors

12 years agoadded background subtraction sample for gpu module
Vladislav Vinogradov [Mon, 25 Jun 2012 12:48:54 +0000 (12:48 +0000)]
added background subtraction sample for gpu module

12 years agoadded FGDStatModel, MOG and MOG2 to gpu performance sample
Vladislav Vinogradov [Mon, 25 Jun 2012 11:46:45 +0000 (11:46 +0000)]
added FGDStatModel, MOG and MOG2 to gpu performance sample

12 years agocopy 768x576.avi video to sample directory
Vladislav Vinogradov [Mon, 25 Jun 2012 11:26:07 +0000 (11:26 +0000)]
copy 768x576.avi video to sample directory

12 years agoAll tests writing temporary files are updated to use cv::tempfile() function
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

12 years agoFixed FREAK on Android
Andrey Kamaev [Mon, 25 Jun 2012 11:19:11 +0000 (11:19 +0000)]
Fixed FREAK on Android

12 years agoadded MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)
Vladislav Vinogradov [Mon, 25 Jun 2012 11:13:50 +0000 (11:13 +0000)]
added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction)

12 years agoadded comments to contours.py and edge.py samples
Alexander Mordvintsev [Mon, 25 Jun 2012 10:58:34 +0000 (10:58 +0000)]
added comments to contours.py and edge.py samples

12 years agoadded comment to letter_recog.py sample (adopted from c++ version)
Alexander Mordvintsev [Mon, 25 Jun 2012 10:52:45 +0000 (10:52 +0000)]
added comment to letter_recog.py sample (adopted from c++ version)

12 years agoadded test for GPU LBP cascade: load cascade
Marina Kolpakova [Mon, 25 Jun 2012 08:46:34 +0000 (08:46 +0000)]
added test for GPU LBP cascade: load cascade

12 years agoadding missing images
Andrey Pavlenko [Mon, 25 Jun 2012 06:44:08 +0000 (06:44 +0000)]
adding missing images

12 years agoUpdated gtest to upstream rev616
Andrey Kamaev [Sun, 24 Jun 2012 18:25:58 +0000 (18:25 +0000)]
Updated gtest to upstream rev616

12 years agoSearch python libs exactly matching to python executable on cmake 2.8.9 and newer
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

12 years agoFixed windows build of FREAK
Andrey Kamaev [Sun, 24 Jun 2012 14:33:30 +0000 (14:33 +0000)]
Fixed windows build of FREAK

12 years agoReverted r8721 and r8725 (issue #2080)
Andrey Kamaev [Sun, 24 Jun 2012 08:50:03 +0000 (08:50 +0000)]
Reverted r8721 and r8725 (issue #2080)

12 years agoadded FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
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)

12 years agoFixed buggy NEON check inside flann
Andrey Kamaev [Fri, 22 Jun 2012 16:10:43 +0000 (16:10 +0000)]
Fixed buggy NEON check inside flann

12 years agoupdating version
Andrey Pavlenko [Fri, 22 Jun 2012 15:19:03 +0000 (15:19 +0000)]
updating version

12 years agoworkarounding service-related changes
Andrey Pavlenko [Fri, 22 Jun 2012 15:18:06 +0000 (15:18 +0000)]
workarounding service-related changes

12 years agoadded synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula...
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)

12 years agoinitial support of GPU LBP classifier: added new style xml format loading
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

12 years agoSample updated due to new DetectionBasedTracker interface.
Alexander Smorkalov [Fri, 22 Jun 2012 14:07:54 +0000 (14:07 +0000)]
Sample updated due to new DetectionBasedTracker interface.

12 years agoadded the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)
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)

12 years agoFixed tests broken by r8708
Andrey Kamaev [Fri, 22 Jun 2012 08:36:29 +0000 (08:36 +0000)]
Fixed tests broken by r8708

12 years agoadding OpenCV Manager
Andrey Pavlenko [Thu, 21 Jun 2012 14:50:05 +0000 (14:50 +0000)]
adding OpenCV Manager

12 years agorevisions 8681 and 8688 restored. Warning fixed.
Alexander Smorkalov [Thu, 21 Jun 2012 14:37:28 +0000 (14:37 +0000)]
revisions 8681 and 8688 restored. Warning fixed.
Warning: changes beak binary compatibility

12 years agomoving to OpenCVLoader API
Andrey Pavlenko [Thu, 21 Jun 2012 14:06:23 +0000 (14:06 +0000)]
moving to OpenCVLoader API

12 years agoFixed few warnings on Linux
Andrey Kamaev [Thu, 21 Jun 2012 12:44:48 +0000 (12:44 +0000)]
Fixed few warnings on Linux

12 years agochanging 'java' module layout
Andrey Pavlenko [Thu, 21 Jun 2012 11:44:31 +0000 (11:44 +0000)]
changing 'java' module layout

12 years agoFixed warnigs from zlib defines
Andrey Kamaev [Thu, 21 Jun 2012 10:28:57 +0000 (10:28 +0000)]
Fixed warnigs from zlib defines

12 years agofixing warnings
Andrey Pavlenko [Thu, 21 Jun 2012 09:14:14 +0000 (09:14 +0000)]
fixing warnings

12 years agofixes for the newly added gcc warning keys
Marina Kolpakova [Thu, 21 Jun 2012 03:48:36 +0000 (03:48 +0000)]
fixes for the newly added gcc warning keys

12 years agoFixed few more warnings/bugs.
Andrey Kamaev [Wed, 20 Jun 2012 21:09:27 +0000 (21:09 +0000)]
Fixed few more warnings/bugs.

12 years agoFixed mingw build warnings
Andrey Kamaev [Wed, 20 Jun 2012 17:57:26 +0000 (17:57 +0000)]
Fixed mingw build warnings

12 years agoFixed build with MSVC
Andrey Kamaev [Wed, 20 Jun 2012 16:03:03 +0000 (16:03 +0000)]
Fixed build with MSVC

12 years agoUpdated warning options for GCC; fixed new warnings.
Andrey Kamaev [Wed, 20 Jun 2012 12:27:02 +0000 (12:27 +0000)]
Updated warning options for GCC; fixed new warnings.

12 years agoadding JNI func-s declarations to eliminate build warnings inside Android tree
Andrey Pavlenko [Wed, 20 Jun 2012 08:58:30 +0000 (08:58 +0000)]
adding JNI func-s declarations to eliminate build warnings inside Android tree