profile/ivi/opencv.git
13 years agomerged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
Maria Dimashova [Fri, 17 Sep 2010 11:26:58 +0000 (11:26 +0000)]
merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
renamed createDetector to createFeatureDetector

13 years agoUpdate doc because of typo in Qt section
Yannick Verdie [Thu, 16 Sep 2010 18:13:49 +0000 (18:13 +0000)]
Update doc because of typo in Qt section

13 years agoQt fix: cvAddText ticket #561
Yannick Verdie [Thu, 16 Sep 2010 17:52:10 +0000 (17:52 +0000)]
Qt fix: cvAddText ticket #561

13 years agotesting commit permission
Ethan Rublee [Wed, 15 Sep 2010 19:11:50 +0000 (19:11 +0000)]
testing commit permission

13 years agoadded nppSafeCall
Vladislav Vinogradov [Wed, 15 Sep 2010 14:34:41 +0000 (14:34 +0000)]
added nppSafeCall

13 years agocommented fix write/read keypoints temporarily
Maria Dimashova [Wed, 15 Sep 2010 13:57:13 +0000 (13:57 +0000)]
commented fix write/read keypoints temporarily

13 years agoAdded implementation and test for the GPU version of warpAffine, warpPerspective...
Vladislav Vinogradov [Wed, 15 Sep 2010 12:47:59 +0000 (12:47 +0000)]
Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP.
Renamed copyConstBorder to copyMakeBorder.
Fixed warnings when HAVE_CUDA is not defined.

13 years agomerged fix of write/read keypoints from branch
Maria Dimashova [Wed, 15 Sep 2010 12:14:35 +0000 (12:14 +0000)]
merged fix of write/read keypoints from branch

13 years agoAdded implementation and test for the GPU version of flip, resize, sum, minMax, copyC...
Vladislav Vinogradov [Wed, 15 Sep 2010 08:26:18 +0000 (08:26 +0000)]
Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP.

13 years agoadded build scripts for Android, contributed by Ethan Rublee. The scripts are not...
Vadim Pisarevsky [Tue, 14 Sep 2010 18:25:09 +0000 (18:25 +0000)]
added build scripts for Android, contributed by Ethan Rublee. The scripts are not quite usable yet.

13 years agoexcluded from Android build
Vadim Pisarevsky [Tue, 14 Sep 2010 18:20:27 +0000 (18:20 +0000)]
excluded from Android build

13 years agoflattened flann directory structure; patched zlib to build with Android NDK
Vadim Pisarevsky [Tue, 14 Sep 2010 18:13:09 +0000 (18:13 +0000)]
flattened flann directory structure; patched zlib to build with Android NDK

13 years agoeliminated freeze in SVD.
Vadim Pisarevsky [Tue, 14 Sep 2010 15:13:10 +0000 (15:13 +0000)]
eliminated freeze in SVD.

13 years agoadded blacklist support in the OpenCV test engine for centralized exclusion of failed...
Vadim Pisarevsky [Tue, 14 Sep 2010 13:58:05 +0000 (13:58 +0000)]
added blacklist support in the OpenCV test engine for centralized exclusion of failed tests

13 years agofixed accuracy problem in cv::invert() (Cholesky method)
Vadim Pisarevsky [Tue, 14 Sep 2010 13:56:47 +0000 (13:56 +0000)]
fixed accuracy problem in cv::invert() (Cholesky method)

13 years agominor (unset NPP library variables if not found)
Anatoly Baksheev [Tue, 14 Sep 2010 08:58:39 +0000 (08:58 +0000)]
minor (unset NPP library variables if not found)

13 years agoAdded implementation and test for the GPU version of subtract, multiply, divide,...
Vladislav Vinogradov [Mon, 13 Sep 2010 14:30:09 +0000 (14:30 +0000)]
Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP.

13 years agofixed build npp for linux
Andrey Morozov [Mon, 13 Sep 2010 07:40:34 +0000 (07:40 +0000)]
fixed build npp for linux

13 years agoAdded compilation with NPP to GPU module(FindNPP script). Tested only on win32, but...
Anatoly Baksheev [Sun, 12 Sep 2010 15:17:37 +0000 (15:17 +0000)]
Added compilation with NPP to GPU module(FindNPP script). Tested only on win32, but it does not influence on OpenCV compilation if WITH_CUDA flag unset.

13 years agofixed CvDTree and CvForestTree find_best_split() methods
Maria Dimashova [Fri, 10 Sep 2010 15:44:46 +0000 (15:44 +0000)]
fixed CvDTree and CvForestTree find_best_split() methods

13 years agogpu::add now supports 8UC4 and 32FC1
Kirill Kornyakov [Fri, 10 Sep 2010 15:04:54 +0000 (15:04 +0000)]
gpu::add now supports 8UC4 and 32FC1

13 years agoFixed FernClassifier
Maria Dimashova [Fri, 10 Sep 2010 11:40:28 +0000 (11:40 +0000)]
Fixed FernClassifier

13 years agocreated build infrastructure for NPP linking in CMake.
Andrey Morozov [Fri, 10 Sep 2010 11:02:52 +0000 (11:02 +0000)]
created build infrastructure for NPP linking in CMake.

13 years agoAdded initial implementation and test for the GPU version of add, based on NPP. Need...
Kirill Kornyakov [Thu, 9 Sep 2010 15:34:16 +0000 (15:34 +0000)]
Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake.

13 years agofixed compile for linux
Andrey Morozov [Wed, 8 Sep 2010 20:18:37 +0000 (20:18 +0000)]
fixed compile for linux

13 years agoadded async version of postfilter_textureness and prefilter_xsobel, modified async...
Andrey Morozov [Wed, 8 Sep 2010 15:13:23 +0000 (15:13 +0000)]
added async version of postfilter_textureness and prefilter_xsobel, modified async test and added test for async version of stereobm

13 years agoadded 3-camera rectification and 8-coeff distortion model
Vadim Pisarevsky [Tue, 7 Sep 2010 15:38:48 +0000 (15:38 +0000)]
added 3-camera rectification and 8-coeff distortion model

13 years agoGPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.
Kirill Kornyakov [Mon, 6 Sep 2010 14:27:23 +0000 (14:27 +0000)]
GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings.

13 years agoGPU module code cleaning
Kirill Kornyakov [Mon, 6 Sep 2010 12:17:37 +0000 (12:17 +0000)]
GPU module code cleaning
* tests do not crash without test data
* test files renamed in systematic way
* added Test suffix for test classes names
* ts->printf used instead of some cout

13 years agomeanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for...
Kirill Kornyakov [Fri, 3 Sep 2010 14:32:12 +0000 (14:32 +0000)]
meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module.

13 years agofixed ffopencv build with Mingw
Vadim Pisarevsky [Thu, 2 Sep 2010 14:01:04 +0000 (14:01 +0000)]
fixed ffopencv build with Mingw

13 years agoremove failed test (see issue #536)
Alexander Shishkov [Tue, 31 Aug 2010 14:20:41 +0000 (14:20 +0000)]
remove failed test (see issue #536)

13 years agoremoved slamch.c/dlamch.c -specific GCC options, since the current implementation...
Vadim Pisarevsky [Tue, 31 Aug 2010 14:17:03 +0000 (14:17 +0000)]
removed slamch.c/dlamch.c -specific GCC options, since the current implementation is very simple and relies on IEEE754 standard, rather than the actual machine behavior.

13 years agofixed 2 bugs in the recently modified Lapack functions
Vadim Pisarevsky [Tue, 31 Aug 2010 12:39:00 +0000 (12:39 +0000)]
fixed 2 bugs in the recently modified Lapack functions

13 years agominor compilation fix
Anatoly Baksheev [Tue, 31 Aug 2010 08:42:36 +0000 (08:42 +0000)]
minor compilation fix

13 years agofixed compile error when HAVE_CUDA is not defined
Maria Dimashova [Tue, 31 Aug 2010 07:23:03 +0000 (07:23 +0000)]
fixed compile error when HAVE_CUDA is not defined

13 years agofixed Mat(const Matx&) constructor; added SVD(Matx)
Vadim Pisarevsky [Mon, 30 Aug 2010 18:05:05 +0000 (18:05 +0000)]
fixed Mat(const Matx&) constructor; added SVD(Matx)

13 years agooptimized lapack' SVD for noticeably better performance on small matrices
Vadim Pisarevsky [Mon, 30 Aug 2010 16:37:22 +0000 (16:37 +0000)]
optimized lapack' SVD for noticeably better performance on small matrices

13 years agofixed cvtColorGPU on linux
Andrey Morozov [Mon, 30 Aug 2010 15:26:24 +0000 (15:26 +0000)]
fixed cvtColorGPU on linux

13 years agofixed bugs in STEREOBM (added syncs and volatiles, prevent reading from uninitialized...
Anatoly Baksheev [Mon, 30 Aug 2010 14:17:53 +0000 (14:17 +0000)]
fixed bugs in STEREOBM (added syncs and volatiles, prevent reading from uninitialized memory)

13 years agoadded cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
Vladislav Vinogradov [Mon, 30 Aug 2010 13:41:26 +0000 (13:41 +0000)]
added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)

13 years agominor fix with tests
Andrey Morozov [Mon, 30 Aug 2010 13:01:29 +0000 (13:01 +0000)]
minor fix with tests

13 years agoadded test stereo_bm and added "volatile" in constantspacebp
Andrey Morozov [Mon, 30 Aug 2010 12:30:08 +0000 (12:30 +0000)]
added test stereo_bm and added "volatile" in constantspacebp

13 years agofixed 3 bytes reading/writing in remap
Vladislav Vinogradov [Thu, 26 Aug 2010 12:30:41 +0000 (12:30 +0000)]
fixed 3 bytes reading/writing in remap

13 years agoadded remap version for 3-channels input images
Vladislav Vinogradov [Thu, 26 Aug 2010 09:19:47 +0000 (09:19 +0000)]
added remap version for 3-channels input images

13 years agominor fix for windows
Andrey Morozov [Wed, 25 Aug 2010 15:00:17 +0000 (15:00 +0000)]
minor fix for windows

13 years agocompilation errors under win32
Anatoly Baksheev [Wed, 25 Aug 2010 14:39:34 +0000 (14:39 +0000)]
compilation errors under win32

13 years agoadded flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability...
Andrey Morozov [Wed, 25 Aug 2010 12:49:17 +0000 (12:49 +0000)]
added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv
now use opencv with cuda in your application  in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES})

13 years agoadded methods estimateRecopmmendedParams for StereoBP and StereoCSBP
Andrey Morozov [Wed, 25 Aug 2010 07:27:17 +0000 (07:27 +0000)]
added methods estimateRecopmmendedParams for StereoBP and StereoCSBP

13 years agorenamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and repro...
Vladislav Vinogradov [Wed, 25 Aug 2010 06:30:11 +0000 (06:30 +0000)]
renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU.

13 years agoQt add byte per line information to fix a bug
Yannick Verdie [Tue, 24 Aug 2010 16:18:32 +0000 (16:18 +0000)]
Qt add byte per line information to fix a bug

13 years agoadded match()
Maria Dimashova [Tue, 24 Aug 2010 12:52:29 +0000 (12:52 +0000)]
added match()

13 years agoQt Ticket #520
Yannick Verdie [Tue, 24 Aug 2010 12:23:37 +0000 (12:23 +0000)]
Qt Ticket #520

13 years agofixed bug in StereoBeliefPropagation with user allocated disparity
Vladislav Vinogradov [Tue, 24 Aug 2010 09:36:25 +0000 (09:36 +0000)]
fixed bug in StereoBeliefPropagation with user allocated disparity

13 years agouploadConstant function for gpu
Anatoly Baksheev [Tue, 24 Aug 2010 09:15:45 +0000 (09:15 +0000)]
uploadConstant function for gpu

13 years agoadded reprojectImageTo3D_GPU
Vladislav Vinogradov [Mon, 23 Aug 2010 14:19:22 +0000 (14:19 +0000)]
added reprojectImageTo3D_GPU

13 years agofixed test with small size gpu memory
Andrey Morozov [Sat, 21 Aug 2010 18:30:14 +0000 (18:30 +0000)]
fixed test with small size gpu memory

13 years agoQt ticket #537
Yannick Verdie [Fri, 20 Aug 2010 13:06:14 +0000 (13:06 +0000)]
Qt ticket #537
Forgot to update so code after previous fix

13 years agoadded colorizeDisp, fixed DisparityBilateralFilter
Vladislav Vinogradov [Fri, 20 Aug 2010 06:47:11 +0000 (06:47 +0000)]
added colorizeDisp, fixed DisparityBilateralFilter

13 years agoQt weird bug with QLabel (is it really fixed ?)
Yannick Verdie [Thu, 19 Aug 2010 22:59:32 +0000 (22:59 +0000)]
Qt weird bug with QLabel (is it really fixed ?)

13 years agofixed bug in DisparityBilateralFilter
Vladislav Vinogradov [Thu, 19 Aug 2010 15:29:56 +0000 (15:29 +0000)]
fixed bug in DisparityBilateralFilter

13 years agoQt bug with buttons
Yannick Verdie [Thu, 19 Aug 2010 10:36:57 +0000 (10:36 +0000)]
Qt bug with buttons

13 years agoadded DisparityBilateralFilter to gpu module
Vladislav Vinogradov [Thu, 19 Aug 2010 08:44:06 +0000 (08:44 +0000)]
added DisparityBilateralFilter to gpu module

13 years agoQt bug fixed #534
Yannick Verdie [Wed, 18 Aug 2010 18:56:22 +0000 (18:56 +0000)]
Qt bug fixed #534

13 years agofixed warnings
Anatoly Baksheev [Wed, 18 Aug 2010 17:13:01 +0000 (17:13 +0000)]
fixed warnings
added comments in gpu.hpp

13 years agoBug in calibration.cpp sample
Yannick Verdie [Wed, 18 Aug 2010 15:35:56 +0000 (15:35 +0000)]
Bug in calibration.cpp sample

This was crashing my code:
    for( size_t i = 1; i < imagePoints.size(); i++ )
        objectPoints.push_back(objectPoints[0]);

Changed by:
objectPoints.resize(imagePoints.size(),objectPoints[0]);

Plus clean up on Qt code

13 years ago(no commit message)
Yannick Verdie [Wed, 18 Aug 2010 14:45:38 +0000 (14:45 +0000)]

13 years agoQt test (some code disabled for debugging)
Yannick Verdie [Wed, 18 Aug 2010 14:07:02 +0000 (14:07 +0000)]
Qt test (some code disabled for debugging)

13 years agofixed some warnings
Andrey Morozov [Wed, 18 Aug 2010 13:47:10 +0000 (13:47 +0000)]
fixed some warnings

13 years agoQt Python binding -- #512
Yannick Verdie [Wed, 18 Aug 2010 11:02:11 +0000 (11:02 +0000)]
Qt Python binding -- #512

13 years agoadded parallel build for visual studio
Andrey Morozov [Wed, 18 Aug 2010 08:16:42 +0000 (08:16 +0000)]
added parallel build for visual studio

13 years agoadded gpu test ConstantSpaceBP
Andrey Morozov [Wed, 18 Aug 2010 07:12:14 +0000 (07:12 +0000)]
added gpu test ConstantSpaceBP

13 years agofixed get_first_k_initial_global
Vladislav Vinogradov [Wed, 18 Aug 2010 06:12:00 +0000 (06:12 +0000)]
fixed get_first_k_initial_global

13 years agoQt ticket #531
Yannick Verdie [Tue, 17 Aug 2010 17:22:21 +0000 (17:22 +0000)]
Qt ticket #531

13 years agoadded get_first_k_initial_global_init_global_cost in gpu::SCBP
Andrey Morozov [Tue, 17 Aug 2010 15:53:00 +0000 (15:53 +0000)]
added get_first_k_initial_global_init_global_cost in gpu::SCBP

13 years agofixed bugs in page locked memory allocation
Anatoly Baksheev [Tue, 17 Aug 2010 10:39:18 +0000 (10:39 +0000)]
fixed bugs in page locked memory allocation
avoid extra gpu memory allocation in BP and CSBP

13 years agoFixed object recognition documentation
kencoken [Tue, 17 Aug 2010 00:03:41 +0000 (00:03 +0000)]
Fixed object recognition documentation

13 years agoQt sample code and some fixes
Yannick Verdie [Mon, 16 Aug 2010 16:49:24 +0000 (16:49 +0000)]
Qt sample code and some fixes

13 years agoexcluded cv_object_recognition.tex build (temporarily)
Maria Dimashova [Mon, 16 Aug 2010 15:41:39 +0000 (15:41 +0000)]
excluded cv_object_recognition.tex build (temporarily)

13 years agoadded version of StereoBeliefPropagation::operator() for user specified data term
Vladislav Vinogradov [Mon, 16 Aug 2010 14:47:17 +0000 (14:47 +0000)]
added version of StereoBeliefPropagation::operator() for user specified data term

13 years agofixed problem with parameters in constant space belief propagation with short type...
Vladislav Vinogradov [Mon, 16 Aug 2010 09:23:15 +0000 (09:23 +0000)]
fixed problem with parameters in constant space belief propagation with short type of messages

13 years agorename con.png to cones.png in test gpu
Andrey Morozov [Mon, 16 Aug 2010 09:19:11 +0000 (09:19 +0000)]
rename con.png to  cones.png in test gpu

13 years agominor changes
Maria Dimashova [Mon, 16 Aug 2010 09:15:15 +0000 (09:15 +0000)]
minor changes

13 years agofixed build without cuda
Andrey Morozov [Mon, 16 Aug 2010 08:49:34 +0000 (08:49 +0000)]
fixed build without cuda

13 years agofixed build without cuda
Andrey Morozov [Mon, 16 Aug 2010 08:47:29 +0000 (08:47 +0000)]
fixed build without cuda

13 years agoGCC warning: new line at the end of file
Anatoly Baksheev [Mon, 16 Aug 2010 08:47:06 +0000 (08:47 +0000)]
GCC warning: new line at the end of file

13 years agofixed build without cuda
Andrey Morozov [Mon, 16 Aug 2010 08:30:23 +0000 (08:30 +0000)]
fixed build without cuda

13 years agoQt bug fixed with cvWaitKey(0)
Yannick Verdie [Sun, 15 Aug 2010 20:43:54 +0000 (20:43 +0000)]
Qt bug fixed with cvWaitKey(0)

13 years agoQt fixed bug with OpenGL, and save issue reported in #520
Yannick Verdie [Sat, 14 Aug 2010 18:36:53 +0000 (18:36 +0000)]
Qt fixed bug with OpenGL, and save issue reported in #520

13 years agoa lot of refactoring
Anatoly Baksheev [Fri, 13 Aug 2010 16:50:07 +0000 (16:50 +0000)]
a lot of refactoring

13 years agoadded implement MatPL with serocopy and writecombited
Andrey Morozov [Fri, 13 Aug 2010 14:52:50 +0000 (14:52 +0000)]
added implement MatPL with serocopy and writecombited

13 years agowarning level switched to W3 fpr gpu module
Anatoly Baksheev [Fri, 13 Aug 2010 12:53:34 +0000 (12:53 +0000)]
warning level switched to W3 fpr gpu module

13 years ago(no commit message)
Anatoly Baksheev [Fri, 13 Aug 2010 12:51:55 +0000 (12:51 +0000)]

13 years agominor fix
Vladislav Vinogradov [Fri, 13 Aug 2010 11:43:34 +0000 (11:43 +0000)]
minor fix

13 years agoadded minimum disparity threshold parameter to StereoConstantSpaceBP
Vladislav Vinogradov [Fri, 13 Aug 2010 11:17:51 +0000 (11:17 +0000)]
added minimum disparity threshold parameter to StereoConstantSpaceBP

13 years agoadded static to funcs
Maria Dimashova [Fri, 13 Aug 2010 08:37:52 +0000 (08:37 +0000)]
added static to funcs

13 years agogpu::StereoConstantSpaceBP:
Vladislav Vinogradov [Fri, 13 Aug 2010 08:30:06 +0000 (08:30 +0000)]
gpu::StereoConstantSpaceBP:
  fixed some bugs in init_data_cost on first level (added non-reduction version for first level)
  optimized compute_data_cost like init_data_cost (used reduction scheme)
  avoid temp matrix

13 years agoadded license headers
Andrey Morozov [Thu, 12 Aug 2010 14:09:16 +0000 (14:09 +0000)]
added license headers

13 years agominor fix
Vladislav Vinogradov [Thu, 12 Aug 2010 13:47:53 +0000 (13:47 +0000)]
minor fix

13 years agoadded gpu test : stereobp
Andrey Morozov [Thu, 12 Aug 2010 13:29:49 +0000 (13:29 +0000)]
added gpu test : stereobp