profile/ivi/opencv.git
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

12 years agofix for #2048 (artificial 'delete' method had wrong JNI signature)
Andrey Pavlenko [Wed, 20 Jun 2012 08:28:43 +0000 (08:28 +0000)]
fix for #2048 (artificial 'delete' method had wrong JNI signature)

12 years agofix for #2063 ( Mat(Mat m, Rect roi) returns wrong sub-mat)
Andrey Pavlenko [Wed, 20 Jun 2012 07:43:01 +0000 (07:43 +0000)]
fix for #2063 ( Mat(Mat m, Rect roi) returns wrong sub-mat)

12 years agofixed build without CUDA
Marina Kolpakova [Wed, 20 Jun 2012 07:30:19 +0000 (07:30 +0000)]
fixed build without CUDA

12 years agoscan operations are moved in separate header
Marina Kolpakova [Wed, 20 Jun 2012 05:41:16 +0000 (05:41 +0000)]
scan operations are moved in separate header

12 years agoFixed optional dependencies tracking in CMake. Fixed TBB compiler definitions for...
Andrey Kamaev [Tue, 19 Jun 2012 20:08:15 +0000 (20:08 +0000)]
Fixed optional dependencies tracking in CMake. Fixed TBB compiler definitions for Android.

12 years agoMerge branch 'work'
Marina Kolpakova [Tue, 19 Jun 2012 13:41:15 +0000 (13:41 +0000)]
Merge branch 'work'

12 years agofix for 1.x compute capabilities
Marina Kolpakova [Tue, 19 Jun 2012 13:41:08 +0000 (13:41 +0000)]
fix for 1.x compute capabilities

12 years agoadded OpenCVConfig.cmake
Evgeny Talanin [Tue, 19 Jun 2012 11:28:07 +0000 (11:28 +0000)]
added OpenCVConfig.cmake

12 years agoReverted changes breaking Android build
Andrey Kamaev [Tue, 19 Jun 2012 08:10:05 +0000 (08:10 +0000)]
Reverted changes breaking Android build

12 years agominor tutorial update
Andrey Pavlenko [Mon, 18 Jun 2012 14:50:49 +0000 (14:50 +0000)]
minor tutorial update

12 years agoadded digits2.py sample (work in progress)
Alexander Mordvintsev [Mon, 18 Jun 2012 14:42:43 +0000 (14:42 +0000)]
added digits2.py sample (work in progress)

12 years agominor fixing
Maria Dimashova [Mon, 18 Jun 2012 14:25:00 +0000 (14:25 +0000)]
minor fixing

12 years agoset sample param to its default value in function
Maria Dimashova [Mon, 18 Jun 2012 14:14:15 +0000 (14:14 +0000)]
set sample param to its default value in function

12 years agoFixed WString related build problem in Android build
Andrey Kamaev [Mon, 18 Jun 2012 13:08:59 +0000 (13:08 +0000)]
Fixed WString related build problem in Android build

12 years agoadded kmeans.py sample
Alexander Mordvintsev [Mon, 18 Jun 2012 11:48:04 +0000 (11:48 +0000)]
added kmeans.py sample

12 years agofixed SVM train_auto docs: "train set" <-> "test set"
Alexander Mordvintsev [Mon, 18 Jun 2012 11:38:47 +0000 (11:38 +0000)]
fixed SVM train_auto docs: "train set" <-> "test set"

12 years agoCode style fix. dbt face detection example turned off for Windows.
Alexander Smorkalov [Mon, 18 Jun 2012 10:59:28 +0000 (10:59 +0000)]
Code style fix. dbt face detection example turned off for Windows.

12 years agoresize area are fixed for scales that aren't divide 128
Marina Kolpakova [Mon, 18 Jun 2012 10:31:36 +0000 (10:31 +0000)]
resize area are fixed for scales that aren't divide 128

12 years agoFixed Visual Studio precompiled headers
Andrey Kamaev [Mon, 18 Jun 2012 09:19:57 +0000 (09:19 +0000)]
Fixed Visual Studio precompiled headers

12 years agoresize area with block scan
Marina Kolpakova [Mon, 18 Jun 2012 09:00:36 +0000 (09:00 +0000)]
resize area with block scan

12 years agoresize area with block scan
Marina Kolpakova [Mon, 18 Jun 2012 09:00:32 +0000 (09:00 +0000)]
resize area with block scan

12 years agoresize function signature refactoring
Marina Kolpakova [Mon, 18 Jun 2012 09:00:28 +0000 (09:00 +0000)]
resize function signature refactoring

12 years agominor formating changes
Marina Kolpakova [Mon, 18 Jun 2012 09:00:22 +0000 (09:00 +0000)]
minor formating changes

12 years agoDetection based tracker was refactored. Detector interface added.
Alexander Smorkalov [Mon, 18 Jun 2012 08:55:05 +0000 (08:55 +0000)]
Detection based tracker was refactored. Detector interface added.

12 years agoFixed precompiled headers support detection
Andrey Kamaev [Mon, 18 Jun 2012 06:53:13 +0000 (06:53 +0000)]
Fixed precompiled headers support detection

12 years agonew implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)
Vladislav Vinogradov [Mon, 18 Jun 2012 06:49:10 +0000 (06:49 +0000)]
new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster)

12 years agoFixed Android build with Eigen.
Andrey Kamaev [Sat, 16 Jun 2012 14:52:46 +0000 (14:52 +0000)]
Fixed Android build with Eigen.

12 years agoTwo colormaps removed from the list of colormaps, as they are no visually improved...
Philipp Wagner [Sat, 16 Jun 2012 08:33:48 +0000 (08:33 +0000)]
Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap.

12 years agoThe COLORMAP_PINK colormap was missing in applyColorMap.
Philipp Wagner [Sat, 16 Jun 2012 08:30:22 +0000 (08:30 +0000)]
The COLORMAP_PINK colormap was missing in applyColorMap.

12 years agominor formating fixes
Marina Kolpakova [Fri, 15 Jun 2012 15:57:12 +0000 (15:57 +0000)]
minor formating fixes

12 years ago'call' added to android.bat call
Andrey Pavlenko [Fri, 15 Jun 2012 15:37:11 +0000 (15:37 +0000)]
'call' added to android.bat call

12 years agofixed more "shadow" warnings
Marina Kolpakova [Fri, 15 Jun 2012 13:21:27 +0000 (13:21 +0000)]
fixed more "shadow" warnings

12 years agoadded check for CUDA BLUS support in GEMM tests
Marina Kolpakova [Fri, 15 Jun 2012 13:19:36 +0000 (13:19 +0000)]
added check for CUDA BLUS support in GEMM tests

12 years agofixed "shadow" warnings in nvidia folder
Marina Kolpakova [Fri, 15 Jun 2012 13:16:43 +0000 (13:16 +0000)]
fixed "shadow" warnings in nvidia folder

12 years agofixed "shadow" warnings in NVIDIA tests
Marina Kolpakova [Fri, 15 Jun 2012 13:13:36 +0000 (13:13 +0000)]
fixed "shadow" warnings in NVIDIA tests

12 years agonew implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
Vladislav Vinogradov [Fri, 15 Jun 2012 11:02:33 +0000 (11:02 +0000)]
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)

12 years agominor tutorial update
Andrey Pavlenko [Fri, 15 Jun 2012 10:59:09 +0000 (10:59 +0000)]
minor tutorial update

12 years agofixing typo that breaks the build
Andrey Pavlenko [Fri, 15 Jun 2012 10:42:32 +0000 (10:42 +0000)]
fixing typo that breaks the build

12 years agoadded check to weight in rgbd
Maria Dimashova [Fri, 15 Jun 2012 09:17:10 +0000 (09:17 +0000)]
added check to weight in rgbd

12 years agotutorial updated
Andrey Pavlenko [Fri, 15 Jun 2012 09:08:49 +0000 (09:08 +0000)]
tutorial updated

12 years agoShortened cmake script for opencv_world
Andrey Kamaev [Fri, 15 Jun 2012 07:52:20 +0000 (07:52 +0000)]
Shortened cmake script for opencv_world

12 years agofixes #2044
Kirill Kornyakov [Fri, 15 Jun 2012 07:07:29 +0000 (07:07 +0000)]
fixes #2044

12 years agoFixed #2053
Andrey Kamaev [Fri, 15 Jun 2012 06:40:20 +0000 (06:40 +0000)]
Fixed #2053