profile/ivi/opencv.git
12 years agoLBP classifier was refactored, added parameter for max size of detected object
Marina Kolpakova [Mon, 2 Jul 2012 08:08:11 +0000 (08:08 +0000)]
LBP classifier was refactored, added parameter for max size of detected object

12 years agoGPU resize became same as CPU implementation
Marina Kolpakova [Mon, 2 Jul 2012 08:08:02 +0000 (08:08 +0000)]
GPU resize became same as CPU implementation

12 years agogpu classifier default values became same as to cpu implementation
Marina Kolpakova [Mon, 2 Jul 2012 08:07:55 +0000 (08:07 +0000)]
gpu classifier default values became same as to cpu implementation

12 years agoclassifier loading has been improved
Marina Kolpakova [Mon, 2 Jul 2012 08:07:46 +0000 (08:07 +0000)]
classifier loading has been improved

12 years agorefactored digits_adjust.py (dataset preprocess in cloud)
Alexander Mordvintsev [Mon, 2 Jul 2012 07:49:46 +0000 (07:49 +0000)]
refactored digits_adjust.py (dataset preprocess in cloud)

12 years agodescriptions for watershed.py and video.py
Alexander Mordvintsev [Mon, 2 Jul 2012 04:44:31 +0000 (04:44 +0000)]
descriptions for watershed.py and video.py

12 years agofitline.py sample added
Alexander Mordvintsev [Mon, 2 Jul 2012 03:51:47 +0000 (03:51 +0000)]
fitline.py sample added

12 years agofixed #1764
Maria Dimashova [Sun, 1 Jul 2012 22:40:25 +0000 (22:40 +0000)]
fixed #1764

12 years agoadded check for false bug report #2081
Vadim Pisarevsky [Sun, 1 Jul 2012 21:29:50 +0000 (21:29 +0000)]
added check for false bug report #2081

12 years agopartial fix for repeated algorithm registration (patch #2101 by Stephan Reuter)
Vadim Pisarevsky [Sun, 1 Jul 2012 21:14:16 +0000 (21:14 +0000)]
partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter)

12 years agofixed #2082
Maria Dimashova [Sun, 1 Jul 2012 20:59:29 +0000 (20:59 +0000)]
fixed #2082

12 years agofixed compilation in msvc
Maria Dimashova [Sun, 1 Jul 2012 20:58:08 +0000 (20:58 +0000)]
fixed compilation in msvc

12 years agofixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731...
Vadim Pisarevsky [Sun, 1 Jul 2012 20:56:27 +0000 (20:56 +0000)]
fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker)

12 years agoadded fullscreen mode on Mac (patch #2040 by Takahiro Horikawa)
Vadim Pisarevsky [Sun, 1 Jul 2012 20:25:24 +0000 (20:25 +0000)]
added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa)

12 years agoadded support of homogeneous points to calcCorrespondEpilines (ticket #2055)
Vadim Pisarevsky [Sun, 1 Jul 2012 20:13:49 +0000 (20:13 +0000)]
added support of homogeneous points to calcCorrespondEpilines (ticket #2055)

12 years agoBackground subtractor GMG: removed flexitype, fixed build errors.
Andrey Kamaev [Sat, 30 Jun 2012 20:47:09 +0000 (20:47 +0000)]
Background subtractor GMG: removed flexitype, fixed build errors.

12 years agoFixed Windows build warnings and configuration problem.
Andrey Kamaev [Sat, 30 Jun 2012 20:45:01 +0000 (20:45 +0000)]
Fixed Windows build warnings and configuration problem.

12 years agoMerged few small fixes from 2.4 branch
Andrey Kamaev [Sat, 30 Jun 2012 13:36:27 +0000 (13:36 +0000)]
Merged few small fixes from 2.4 branch

12 years agoMerge branch 'home'
Marina Kolpakova [Sat, 30 Jun 2012 09:29:33 +0000 (09:29 +0000)]
Merge branch 'home'

12 years agoFixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr<_Tp2>. Now this conversion...
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.

12 years agofixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap...
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)

12 years agoDebug message is turned off
Andrey Kamaev [Fri, 29 Jun 2012 08:47:38 +0000 (08:47 +0000)]
Debug message is turned off

12 years agoQuiet MSER tests
Andrey Kamaev [Fri, 29 Jun 2012 08:34:07 +0000 (08:34 +0000)]
Quiet MSER tests

12 years agoopencv_ts is removed for java API
Andrey Kamaev [Fri, 29 Jun 2012 08:11:20 +0000 (08:11 +0000)]
opencv_ts is removed for java API

12 years agoAdded Ptr<T> support to AlgorithmInfo; fixed some warnings
Andrey Kamaev [Fri, 29 Jun 2012 07:46:53 +0000 (07:46 +0000)]
Added Ptr<T> support to AlgorithmInfo; fixed some warnings

12 years agoFixed windows build problems of BackgroundSubtractorGMG but code still need more...
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.

12 years agofixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX
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

12 years agoFixing parallel build for Android
Andrey Kamaev [Thu, 28 Jun 2012 19:30:39 +0000 (19:30 +0000)]
Fixing parallel build for Android

12 years agoFixed Android build warnings in backgroundsubtractor_gbh
Andrey Kamaev [Thu, 28 Jun 2012 18:11:10 +0000 (18:11 +0000)]
Fixed Android build warnings in backgroundsubtractor_gbh

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